Home
last modified time | relevance | path

Searched refs:internalFormatInfo (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/
H A Dformat_map_desktop.cpp86 const InternalFormat &internalFormatInfo = GetInternalFormatInfo(internalFormat, type); in ValidDesktopFormatCombination() local
109 if (!internalFormatInfo.isInt()) in ValidDesktopFormatCombination()
114 if (internalFormatInfo.isInt()) in ValidDesktopFormatCombination()
117 if (formatInfo.isDepthOrStencil() != internalFormatInfo.isDepthOrStencil()) in ValidDesktopFormatCombination()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/
H A Dformat_map_desktop.cpp86 const InternalFormat &internalFormatInfo = GetInternalFormatInfo(internalFormat, type); in ValidDesktopFormatCombination() local
109 if (!internalFormatInfo.isInt()) in ValidDesktopFormatCombination()
114 if (internalFormatInfo.isInt()) in ValidDesktopFormatCombination()
117 if (formatInfo.isDepthOrStencil() != internalFormatInfo.isDepthOrStencil()) in ValidDesktopFormatCombination()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/
H A Dformat_map_desktop.cpp86 const InternalFormat &internalFormatInfo = GetInternalFormatInfo(internalFormat, type); in ValidDesktopFormatCombination() local
109 if (!internalFormatInfo.isInt()) in ValidDesktopFormatCombination()
114 if (internalFormatInfo.isInt()) in ValidDesktopFormatCombination()
117 if (formatInfo.isDepthOrStencil() != internalFormatInfo.isDepthOrStencil()) in ValidDesktopFormatCombination()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/
H A Dformat_map_desktop.cpp86 const InternalFormat &internalFormatInfo = GetInternalFormatInfo(internalFormat, type); in ValidDesktopFormatCombination() local
109 if (!internalFormatInfo.isInt()) in ValidDesktopFormatCombination()
114 if (internalFormatInfo.isInt()) in ValidDesktopFormatCombination()
117 if (formatInfo.isDepthOrStencil() != internalFormatInfo.isDepthOrStencil()) in ValidDesktopFormatCombination()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/libANGLE/
H A Dformat_map_desktop.cpp86 const InternalFormat &internalFormatInfo = GetInternalFormatInfo(internalFormat, type); in ValidDesktopFormatCombination() local
109 if (!internalFormatInfo.isInt()) in ValidDesktopFormatCombination()
114 if (internalFormatInfo.isInt()) in ValidDesktopFormatCombination()
117 if (formatInfo.isDepthOrStencil() != internalFormatInfo.isDepthOrStencil()) in ValidDesktopFormatCombination()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libANGLE/
H A Dformat_map_desktop.cpp86 const InternalFormat &internalFormatInfo = GetInternalFormatInfo(internalFormat, type); in ValidDesktopFormatCombination() local
109 if (!internalFormatInfo.isInt()) in ValidDesktopFormatCombination()
114 if (internalFormatInfo.isInt()) in ValidDesktopFormatCombination()
117 if (formatInfo.isDepthOrStencil() != internalFormatInfo.isDepthOrStencil()) in ValidDesktopFormatCombination()
/dports/x11/glcapsviewer/glCapsViewer-26e160c/
H A DinternalFormatInfo.cpp27 internalFormatInfo::internalFormatInfo(GLenum format) in internalFormatInfo() function in capsViewer::internalFormatInfo
32 …void internalFormatInfo::addValueInfo(internalFormatInfoType type, GLenum infoenum, string infostr… in addValueInfo()
H A DinternalFormatInfo.h43 class internalFormatInfo
49 internalFormatInfo(GLenum format);
H A DinternalFormatTarget.cpp36 this->textureFormats.push_back(internalFormatInfo(baseFormat)); in internalFormatTarget()
40 this->textureFormats.push_back(internalFormatInfo(compressedFormat)); in internalFormatTarget()
H A DglCapsViewer.pro38 $$PWD/internalFormatInfo.h \
51 $$PWD/internalFormatInfo.cpp \
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/tests/gl_tests/
H A DD3D11FormatTablesTest.cpp57 const gl::InternalFormat &internalFormatInfo = gl::GetInternalFormatInfo(internalFormat); in TEST_P() local
60 if (internalFormatInfo.depthBits == 0 && internalFormatInfo.stencilBits == 0) in TEST_P()
94 if (internalFormatInfo.depthBits > 0 || internalFormatInfo.stencilBits > 0) in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/
H A DD3D11FormatTablesTest.cpp57 const gl::InternalFormat &internalFormatInfo = in TEST_P() local
61 if (internalFormatInfo.depthBits == 0 && internalFormatInfo.stencilBits == 0) in TEST_P()
97 if (internalFormatInfo.depthBits > 0 || internalFormatInfo.stencilBits > 0) in TEST_P()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/gl/
H A DTextureGL.cpp629 ASSERT(internalFormatInfo.pixelBytes != 0); in setStorage()
639 if (internalFormatInfo.compressed) in setStorage()
653 levelSize.height, 0, internalFormatInfo.format, in setStorage()
654 internalFormatInfo.type, nullptr); in setStorage()
661 if (internalFormatInfo.compressed) in setStorage()
664 ANGLE_TRY_RESULT(internalFormatInfo.computeCompressedImageSize( in setStorage()
677 internalFormatInfo.type, nullptr); in setStorage()
704 ASSERT(internalFormatInfo.pixelBytes != 0); in setStorage()
712 if (internalFormatInfo.compressed) in setStorage()
716 internalFormatInfo.computeCompressedImageSize(levelSize), in setStorage()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/gl/
H A DTextureGL.cpp275 const gl::InternalFormat &internalFormatInfo = in setImageHelper() local
277 if (!internalFormatInfo.sized || in setImageHelper()
1019 ASSERT(internalFormatInfo.sized); in setStorage()
1028 if (internalFormatInfo.compressed) in setStorage()
1049 internalFormatInfo.type); in setStorage()
1085 internalFormatInfo.type); in setStorage()
1118 ASSERT(internalFormatInfo.sized); in setStorage()
1126 if (internalFormatInfo.compressed) in setStorage()
1145 internalFormatInfo.type); in setStorage()
1978 if (internalFormatInfo.compressed) in initializeContents()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/gl/
H A DTextureGL.cpp973 const gl::InternalFormat &internalFormatInfo = in setStorage() local
977 ASSERT(internalFormatInfo.sized); in setStorage()
986 if (internalFormatInfo.compressed) in setStorage()
1007 internalFormatInfo.type); in setStorage()
1022 if (internalFormatInfo.compressed) in setStorage()
1043 internalFormatInfo.type); in setStorage()
1076 ASSERT(internalFormatInfo.sized); in setStorage()
1084 if (internalFormatInfo.compressed) in setStorage()
1103 internalFormatInfo.type); in setStorage()
1861 if (internalFormatInfo.compressed) in initializeContents()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/d3d/
H A DTextureD3D.cpp1008 const gl::InternalFormat &internalFormatInfo = in copyImage() local
1143 internalFormatInfo.format, internalFormatInfo.type, destOffset, mTexStorage, in copyTexture()
1187 const gl::InternalFormat &internalFormatInfo = in copySubTexture() local
1191 internalFormatInfo.format, internalFormatInfo.type, destOffset, mTexStorage, in copySubTexture()
1759 const gl::InternalFormat &internalFormatInfo = in copyImage() local
1893 internalFormatInfo.format, internalFormatInfo.type, destOffset, mTexStorage, in copyTexture()
1943 internalFormatInfo.format, internalFormatInfo.type, destOffset, mTexStorage, in copySubTexture()
2613 internalFormatInfo.format, internalFormatInfo.type, destOffset, mTexStorage, in copyTexture()
2662 internalFormatInfo.format, internalFormatInfo.type, destOffset, mTexStorage, in copySubTexture()
3310 sourceBox, internalFormatInfo.format, internalFormatInfo.type, destOffset, mTexStorage, in copyTexture()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/d3d/
H A DTextureD3D.cpp1044 const gl::InternalFormat &internalFormatInfo = in copyImage() local
1178 sourceBox, internalFormatInfo.format, in copyTexture()
1223 const gl::InternalFormat &internalFormatInfo = in copySubTexture() local
1226 sourceBox, internalFormatInfo.format, in copySubTexture()
1796 const gl::InternalFormat &internalFormatInfo = in copyImage() local
1929 sourceBox, internalFormatInfo.format, in copyTexture()
1976 const gl::InternalFormat &internalFormatInfo = in copySubTexture() local
1979 sourceBox, internalFormatInfo.format, in copySubTexture()
2650 sourceBox, internalFormatInfo.format, in copyTexture()
2696 const gl::InternalFormat &internalFormatInfo = in copySubTexture() local
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/
H A DTextureD3D.cpp1073 const gl::InternalFormat &internalFormatInfo = in copyImage() local
1207 sourceBox, internalFormatInfo.format, in copyTexture()
1252 const gl::InternalFormat &internalFormatInfo = in copySubTexture() local
1255 sourceBox, internalFormatInfo.format, in copySubTexture()
1825 const gl::InternalFormat &internalFormatInfo = in copyImage() local
1958 sourceBox, internalFormatInfo.format, in copyTexture()
2005 const gl::InternalFormat &internalFormatInfo = in copySubTexture() local
2008 sourceBox, internalFormatInfo.format, in copySubTexture()
2679 sourceBox, internalFormatInfo.format, in copyTexture()
2725 const gl::InternalFormat &internalFormatInfo = in copySubTexture() local
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/
H A DTextureD3D.cpp1061 const gl::InternalFormat &internalFormatInfo = in copyImage() local
1195 sourceBox, internalFormatInfo.format, in copyTexture()
1240 const gl::InternalFormat &internalFormatInfo = in copySubTexture() local
1243 sourceBox, internalFormatInfo.format, in copySubTexture()
1813 const gl::InternalFormat &internalFormatInfo = in copyImage() local
1946 sourceBox, internalFormatInfo.format, in copyTexture()
1993 const gl::InternalFormat &internalFormatInfo = in copySubTexture() local
1996 sourceBox, internalFormatInfo.format, in copySubTexture()
2667 sourceBox, internalFormatInfo.format, in copyTexture()
2713 const gl::InternalFormat &internalFormatInfo = in copySubTexture() local
[all …]
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/
H A DTextureD3D.cpp1073 const gl::InternalFormat &internalFormatInfo = in copyImage() local
1207 sourceBox, internalFormatInfo.format, in copyTexture()
1252 const gl::InternalFormat &internalFormatInfo = in copySubTexture() local
1255 sourceBox, internalFormatInfo.format, in copySubTexture()
1825 const gl::InternalFormat &internalFormatInfo = in copyImage() local
1958 sourceBox, internalFormatInfo.format, in copyTexture()
2005 const gl::InternalFormat &internalFormatInfo = in copySubTexture() local
2008 sourceBox, internalFormatInfo.format, in copySubTexture()
2679 sourceBox, internalFormatInfo.format, in copyTexture()
2725 const gl::InternalFormat &internalFormatInfo = in copySubTexture() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/
H A DTextureD3D.cpp1073 const gl::InternalFormat &internalFormatInfo = in copyImage() local
1207 sourceBox, internalFormatInfo.format, in copyTexture()
1252 const gl::InternalFormat &internalFormatInfo = in copySubTexture() local
1255 sourceBox, internalFormatInfo.format, in copySubTexture()
1825 const gl::InternalFormat &internalFormatInfo = in copyImage() local
1958 sourceBox, internalFormatInfo.format, in copyTexture()
2005 const gl::InternalFormat &internalFormatInfo = in copySubTexture() local
2008 sourceBox, internalFormatInfo.format, in copySubTexture()
2679 sourceBox, internalFormatInfo.format, in copyTexture()
2725 const gl::InternalFormat &internalFormatInfo = in copySubTexture() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/metal/
H A Dmtl_format_utils.mm131 auto formatVerifier = [&](const gl::InternalFormat &internalFormatInfo) {
133 angle::Format::InternalFormatToID(internalFormatInfo.sizedInternalFormat);
150 textureCaps = gl::GenerateMinimumTextureCaps(internalFormatInfo.sizedInternalFormat,
176 const gl::InternalFormat &internalFormatInfo =
179 formatVerifier(internalFormatInfo);
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/angle/patches/
H A D0008-ANGLE-winrt-Do-full-screen-update-if-the-the-window-.patch22 ASSERT(!internalFormatInfo.compressed);
37 internalFormatInfo.computeRowPitch(type, width, unpack.alignment, unpack.rowLength),
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/angle/patches/
H A D0008-ANGLE-winrt-Do-full-screen-update-if-the-the-window-.patch22 ASSERT(!internalFormatInfo.compressed);
37 internalFormatInfo.computeRowPitch(type, width, unpack.alignment, unpack.rowLength),
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/angle/patches/
H A D0008-ANGLE-winrt-Do-full-screen-update-if-the-the-window-.patch22 ASSERT(!internalFormatInfo.compressed);
37 internalFormatInfo.computeRowPitch(type, width, unpack.alignment, unpack.rowLength),

12345678910>>...12