/third_party/mesa3d/src/mesa/main/ |
D | glheader.h | 142 #define GL_SRG8_EXT 0x8FBE macro
|
D | glformats.c | 1078 case GL_SRG8_EXT: in _mesa_is_color_format() 1427 case GL_SRG8_EXT: in _mesa_is_srgb_format() 2519 case GL_SRG8_EXT: in _mesa_base_tex_format() 2908 case GL_SRG8_EXT: in _mesa_gles_check_internalformat() 3354 internalFormat != GL_SRG8_EXT) in _mesa_gles_error_check_format_and_type()
|
D | textureview.c | 175 {GL_VIEW_CLASS_16_BITS, GL_SRG8_EXT},
|
D | fbobject.c | 854 case GL_SRG8_EXT: in is_format_color_renderable()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTextureFormatTests.cpp | 163 if ((supportedExtensions.cubeMapArray && m_format != GL_SR8_EXT && m_format != GL_SRG8_EXT) || in init() 165 (supportedExtensions.cubeMapArray && m_format == GL_SRG8_EXT && supportedExtensions.sRGBRG8)) in init() 483 { "srgb_rg8", GL_SRG8_EXT, }, in init()
|
D | es31fTextureFilteringTests.cpp | 210 …if (m_internalFormat == GL_SRG8_EXT && !(m_context.getContextInfo().isExtensionSupported("GL_EXT_t… in init() 509 { "srg8", GL_SRG8_EXT }, in init()
|
D | es31fSRGBDecodeTests.cpp | 961 …if ( (glu::getInternalFormat(m_internalFormat) == GL_SRG8_EXT) && !(m_context.getContextInfo().isE… in init() 1242 case GL_SRG8_EXT: in formatReferenceColor()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluTextureUtil.cpp | 201 case FMT_CASE(sRG, UNORM_INT8): return GL_SRG8_EXT; in getInternalFormat() 530 case GL_SRG8_EXT: return TextureFormat(TextureFormat::sRG, TextureFormat::UNORM_INT8); in mapGLInternalFormat() 574 case GL_SRG8_EXT: in isGLInternalColorFormatFilterable()
|
D | gluStrUtil.inl | 889 case GL_SRG8_EXT: return "GL_SRG8_EXT"; 1739 case GL_SRG8_EXT: return "GL_SRG8_EXT";
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | format_map_autogen.cpp | 1186 case GL_SRG8_EXT: in ValidES3FormatCombination()
|
D | Caps.cpp | 643 constexpr GLenum requiredFilterFormats[] = {GL_SRG8_EXT}; in DetermineSRGBRG8TextureSupport()
|
D | formatutils.cpp | 1277 …AddRGBAFormat(&map, GL_SRG8_EXT, true, 8, 8, 0, 0, 0, GL_RG, GL_UNSIGNED_BYTE, GL_U… in BuildInternalFormatInfoMap()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | Format_table_autogen.cpp | 239 …{ FormatID::R8G8_UNORM_SRGB, GL_SRG8_EXT, GL_SRG8_EXT, GenerateMip<R8G8>, NoCopyFunctions, ReadCol… 701 case GL_SRG8_EXT: in InternalFormatToID()
|
D | load_functions_table_autogen.cpp | 4619 case GL_SRG8_EXT: in GetLoadFunctionsMap()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | texture_format_table_autogen.cpp | 2645 case GL_SRG8_EXT: in Get() 2647 static constexpr Format info(GL_SRG8_EXT, in Get()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 437 { GL_SRG8_EXT, 0 },
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsFboCompletenessTests.cpp | 209 GL_SRG8_EXT,
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fTextureFormatTests.cpp | 77 if (internalFormat == GL_SRG8_EXT && !info.isExtensionSupported("GL_EXT_texture_sRGB_RG8")) in checkSupport() 1374 { "srgb_rg8", GL_SRG8_EXT, }, in init()
|
D | es3fTextureFilteringTests.cpp | 77 if (internalFormat == GL_SRG8_EXT && !info.isExtensionSupported("GL_EXT_texture_sRGB_RG8")) in checkSupport() 1305 { "srgb_rg8", GL_SRG8_EXT }, in init()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | formatutilsgl.cpp | 309 …InsertFormatMapping(&map, GL_SRG8_EXT, ExtsOnly("GL_EXT_texture_sRGB_RG8"), AlwaysSupported(), Nev… in BuildInternalFormatInfoMap()
|
/third_party/vk-gl-cts/framework/opengl/wrapper/ |
D | glwEnums.inl | 1375 #define GL_SRG8_EXT 0x8FBE macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_format_table_autogen.cpp | 2189 mIntendedGLFormat = GL_SRG8_EXT; in initialize()
|
/third_party/skia/third_party/externals/swiftshader/include/GLES2/ |
D | gl2ext.h | 2156 #define GL_SRG8_EXT 0x8FBE macro
|
/third_party/mesa3d/include/GLES2/ |
D | gl2ext.h | 2209 #define GL_SRG8_EXT 0x8FBE macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/ |
D | gl2ext.h | 2156 #define GL_SRG8_EXT 0x8FBE macro
|