/third_party/mesa3d/src/gallium/drivers/r600/ci/ |
D | r600-rv770-fails.txt | 501 spec@ext_texture_srgb_r8@teximage-colors gl_sr8_ext@GL_SR8_EXT texture with GL_ABGR_EXT and GL_BYTE… 502 spec@ext_texture_srgb_r8@teximage-colors gl_sr8_ext@GL_SR8_EXT texture with GL_ABGR_EXT and GL_FLOA… 503 spec@ext_texture_srgb_r8@teximage-colors gl_sr8_ext@GL_SR8_EXT texture with GL_ABGR_EXT and GL_INT,… 504 spec@ext_texture_srgb_r8@teximage-colors gl_sr8_ext@GL_SR8_EXT texture with GL_ABGR_EXT and GL_SHOR… 505 spec@ext_texture_srgb_r8@teximage-colors gl_sr8_ext@GL_SR8_EXT texture with GL_ABGR_EXT and GL_UNSI… 506 spec@ext_texture_srgb_r8@teximage-colors gl_sr8_ext@GL_SR8_EXT texture with GL_ABGR_EXT and GL_UNSI… 507 spec@ext_texture_srgb_r8@teximage-colors gl_sr8_ext@GL_SR8_EXT texture with GL_ABGR_EXT and GL_UNSI… 508 spec@ext_texture_srgb_r8@teximage-colors gl_sr8_ext@GL_SR8_EXT texture with GL_BGR and GL_BYTE,Fail 509 spec@ext_texture_srgb_r8@teximage-colors gl_sr8_ext@GL_SR8_EXT texture with GL_BGR and GL_FLOAT,Fail 510 spec@ext_texture_srgb_r8@teximage-colors gl_sr8_ext@GL_SR8_EXT texture with GL_BGR and GL_INT,Fail [all …]
|
/third_party/mesa3d/src/mesa/main/ |
D | glheader.h | 138 #define GL_SR8_EXT 0x8FBD macro
|
D | glformats.c | 1077 case GL_SR8_EXT: in _mesa_is_color_format() 1426 case GL_SR8_EXT: in _mesa_is_srgb_format() 2510 case GL_SR8_EXT: in _mesa_base_tex_format() 2903 case GL_SR8_EXT: in _mesa_gles_check_internalformat() 3454 internalFormat != GL_SR8_EXT && in _mesa_gles_error_check_format_and_type()
|
D | textureview.c | 181 {GL_VIEW_CLASS_8_BITS, GL_SR8_EXT},
|
D | fbobject.c | 853 case GL_SR8_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() 164 (supportedExtensions.cubeMapArray && m_format == GL_SR8_EXT && supportedExtensions.sRGBR8) || in init() 482 { "srgb_r8", GL_SR8_EXT, }, in init()
|
D | es31fTextureFilteringTests.cpp | 207 …if (m_internalFormat == GL_SR8_EXT && !(m_context.getContextInfo().isExtensionSupported("GL_EXT_te… in init() 508 { "sr8", GL_SR8_EXT }, in init()
|
D | es31fSRGBDecodeTests.cpp | 966 …if ( (glu::getInternalFormat(m_internalFormat) == GL_SR8_EXT) && !(m_context.getContextInfo().isEx… in init() 1248 case GL_SR8_EXT: in formatReferenceColor()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluTextureUtil.cpp | 215 case FMT_CASE(sR, UNORM_INT8): return GL_SR8_EXT; in getInternalFormat() 544 case GL_SR8_EXT: return TextureFormat(TextureFormat::sR, TextureFormat::UNORM_INT8); in mapGLInternalFormat() 573 case GL_SR8_EXT: in isGLInternalColorFormatFilterable()
|
D | gluStrUtil.inl | 888 case GL_SR8_EXT: return "GL_SR8_EXT"; 1738 case GL_SR8_EXT: return "GL_SR8_EXT";
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | format_map_autogen.cpp | 1021 case GL_SR8_EXT: in ValidES3FormatCombination()
|
D | Caps.cpp | 635 constexpr GLenum requiredFilterFormats[] = {GL_SR8_EXT}; in DetermineSRGBR8TextureSupport()
|
D | formatutils.cpp | 1273 …AddRGBAFormat(&map, GL_SR8_EXT, true, 8, 0, 0, 0, 0, GL_RED, GL_UNSIGNED_BYTE, GL_U… in BuildInternalFormatInfoMap()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | Format_table_autogen.cpp | 246 …{ FormatID::R8_UNORM_SRGB, GL_SR8_EXT, GL_SR8_EXT, GenerateMip<R8>, NoCopyFunctions, ReadColor<R8,… 699 case GL_SR8_EXT: in InternalFormatToID()
|
D | load_functions_table_autogen.cpp | 4608 case GL_SR8_EXT: in GetLoadFunctionsMap()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | texture_format_table_autogen.cpp | 2631 case GL_SR8_EXT: in Get() 2633 static constexpr Format info(GL_SR8_EXT, in Get()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 433 { GL_SR8_EXT, 0 },
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsFboCompletenessTests.cpp | 204 GL_SR8_EXT,
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fTextureFormatTests.cpp | 74 if (internalFormat == GL_SR8_EXT && !info.isExtensionSupported("GL_EXT_texture_sRGB_R8")) in checkSupport() 1373 { "srgb_r8", GL_SR8_EXT, }, in init()
|
D | es3fTextureFilteringTests.cpp | 74 if (internalFormat == GL_SR8_EXT && !info.isExtensionSupported("GL_EXT_texture_sRGB_R8")) in checkSupport() 1304 { "srgb_r8", GL_SR8_EXT }, in init()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | formatutilsgl.cpp | 308 …InsertFormatMapping(&map, GL_SR8_EXT, ExtsOnly("GL_EXT_texture_sRGB_R8"), AlwaysSupported(), Nev… in BuildInternalFormatInfoMap()
|
/third_party/vk-gl-cts/framework/opengl/wrapper/ |
D | glwEnums.inl | 1375 #define GL_SR8_EXT 0x8FBD macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_format_table_autogen.cpp | 2267 mIntendedGLFormat = GL_SR8_EXT; in initialize()
|
/third_party/skia/third_party/externals/swiftshader/include/GLES2/ |
D | gl2ext.h | 2151 #define GL_SR8_EXT 0x8FBD macro
|
/third_party/mesa3d/include/GLES2/ |
D | gl2ext.h | 2204 #define GL_SR8_EXT 0x8FBD macro
|