Home
last modified time | relevance | path

Searched refs:GL_COMPRESSED_R11_EAC (Results 51 – 75 of 669) sorted by relevance

12345678910>>...27

/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/
H A DFormat_table_autogen.cpp82 …{ Format::ID::EAC_R11_UNORM_BLOCK, GL_COMPRESSED_R11_EAC, GL_COMPRESSED_R11_EAC, nullptr, NoCopyFu…
203 case GL_COMPRESSED_R11_EAC: in InternalFormatToID()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/
H A DFormat_table_autogen.cpp77 …{ Format::ID::EAC_R11_UNORM_BLOCK, GL_COMPRESSED_R11_EAC, GL_COMPRESSED_R11_EAC, nullptr, NoCopyFu…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/
H A Dformatutils.h389 case GL_COMPRESSED_R11_EAC: in IsETC2EACFormat()
H A DCaps.cpp563 GL_COMPRESSED_R11_EAC, in DetermineEACR11UnsignedTextureSupport()
770 constexpr GLenum requiredFormats[] = {GL_COMPRESSED_R11_EAC, in DetermineCompressedTextureETCSupport()
1140 caps.compressedTextureFormats.push_back(GL_COMPRESSED_R11_EAC); in GenerateMinimumCaps()
/dports/devel/emscripten/emscripten-2.0.3/system/include/webgl/
H A Dwebgl1_ext.h180 #define GL_COMPRESSED_R11_EAC 0x9270 macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/
H A Dformatutils.h409 case GL_COMPRESSED_R11_EAC: in IsETC2EACFormat()
H A DCaps.cpp568 GL_COMPRESSED_R11_EAC, in DetermineEACR11UnsignedTextureSupport()
783 constexpr GLenum requiredFormats[] = {GL_COMPRESSED_R11_EAC, in DetermineCompressedTextureETCSupport()
1189 caps.compressedTextureFormats.push_back(GL_COMPRESSED_R11_EAC); in GenerateMinimumCaps()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/
H A Dformatutils.h409 case GL_COMPRESSED_R11_EAC: in IsETC2EACFormat()
H A DCaps.cpp582 GL_COMPRESSED_R11_EAC, in DetermineEACR11UnsignedTextureSupport()
797 constexpr GLenum requiredFormats[] = {GL_COMPRESSED_R11_EAC, in DetermineCompressedTextureETCSupport()
1221 caps.compressedTextureFormats.push_back(GL_COMPRESSED_R11_EAC); in GenerateMinimumCaps()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/
H A Dformatutils.h409 case GL_COMPRESSED_R11_EAC: in IsETC2EACFormat()
H A DCaps.cpp568 GL_COMPRESSED_R11_EAC, in DetermineEACR11UnsignedTextureSupport()
783 constexpr GLenum requiredFormats[] = {GL_COMPRESSED_R11_EAC, in DetermineCompressedTextureETCSupport()
1189 caps.compressedTextureFormats.push_back(GL_COMPRESSED_R11_EAC); in GenerateMinimumCaps()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/libANGLE/
H A Dformatutils.h409 case GL_COMPRESSED_R11_EAC: in IsETC2EACFormat()
H A DCaps.cpp582 GL_COMPRESSED_R11_EAC, in DetermineEACR11UnsignedTextureSupport()
797 constexpr GLenum requiredFormats[] = {GL_COMPRESSED_R11_EAC, in DetermineCompressedTextureETCSupport()
1221 caps.compressedTextureFormats.push_back(GL_COMPRESSED_R11_EAC); in GenerateMinimumCaps()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Common/GL/GLExtensions/
H A Dgl_4_3.h34 #define GL_COMPRESSED_R11_EAC 0x9270 macro
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libANGLE/
H A Dformatutils.h409 case GL_COMPRESSED_R11_EAC: in IsETC2EACFormat()
H A DCaps.cpp582 GL_COMPRESSED_R11_EAC, in DetermineEACR11UnsignedTextureSupport()
797 constexpr GLenum requiredFormats[] = {GL_COMPRESSED_R11_EAC, in DetermineCompressedTextureETCSupport()
1221 caps.compressedTextureFormats.push_back(GL_COMPRESSED_R11_EAC); in GenerateMinimumCaps()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DTexture.cpp335 case(GL_COMPRESSED_R11_EAC): numBitsPerTexel = 4; break; in computeSize()
1599 case(GL_RED): internalFormat = GL_COMPRESSED_R11_EAC; break; in computeInternalFormatWithImage()
1808 case(GL_COMPRESSED_R11_EAC): in isCompressedInternalFormat()
1836 …else if (internalFormat == GL_COMPRESSED_R11_EAC || internalFormat == GL_COMPRESSED_SIGNED_R11_EAC) in getCompressedSize()
2174 case(GL_COMPRESSED_R11_EAC): in applyTexImage2D_load()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DTexture.cpp328 case(GL_COMPRESSED_R11_EAC): numBitsPerTexel = 4; break; in computeSize()
1630 case(GL_RED): internalFormat = GL_COMPRESSED_R11_EAC; break; in computeInternalFormatWithImage()
1817 case(GL_COMPRESSED_R11_EAC): in isCompressedInternalFormat()
1845 …else if (internalFormat == GL_COMPRESSED_R11_EAC || internalFormat == GL_COMPRESSED_SIGNED_R11_EAC) in getCompressedSize()
2144 case(GL_COMPRESSED_R11_EAC): in applyTexImage2D_load()
/dports/multimedia/mpv/mpv-0.34.1/video/out/opengl/
H A Dgl_headers.h783 #define GL_COMPRESSED_R11_EAC 0x9270 macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dgles2_cmd_validation_implementation_autogen.h1442 compressed_texture_format.AddValue(GL_COMPRESSED_R11_EAC); in UpdateETCCompressedTextureFormats()
1454 texture_internal_format_storage.AddValue(GL_COMPRESSED_R11_EAC); in UpdateETCCompressedTextureFormats()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dgles2_cmd_validation_implementation_autogen.h1471 compressed_texture_format.AddValue(GL_COMPRESSED_R11_EAC); in UpdateETCCompressedTextureFormats()
1483 texture_internal_format_storage.AddValue(GL_COMPRESSED_R11_EAC); in UpdateETCCompressedTextureFormats()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fImplementationLimitTests.cpp266 GL_COMPRESSED_R11_EAC,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gles31/
H A Des31cFramebufferNoAttachmentsTests.cpp224 GL_COMPRESSED_R11_EAC, in iterate()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/main/
H A Dtextureview.c200 {VIEW_CLASS_EAC_R11, GL_COMPRESSED_R11_EAC},
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_internalformat_query2/
H A Dcommon.c211 GL_COMPRESSED_R11_EAC,

12345678910>>...27