Home
last modified time | relevance | path

Searched refs:GL_SRG8_EXT (Results 1 - 25 of 27) sorted by relevance

12

/third_party/mesa3d/src/mesa/main/
H A Dglheader.h142 #define GL_SRG8_EXT 0x8FBE macro
H A Dglformats.c1078 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()
H A Dtextureview.c175 {GL_VIEW_CLASS_16_BITS, GL_SRG8_EXT},
H A Dfbobject.c854 case GL_SRG8_EXT: in is_format_color_renderable()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureFormatTests.cpp163 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()
H A Des31fTextureFilteringTests.cpp210 if (m_internalFormat == GL_SRG8_EXT && !(m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_sRGB_RG8"))) in init()
509 { "srg8", GL_SRG8_EXT }, in init()
H A Des31fSRGBDecodeTests.cpp961 if ( (glu::getInternalFormat(m_internalFormat) == GL_SRG8_EXT) && !(m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_sRGB_RG8")) ) in init()
1242 case GL_SRG8_EXT: in formatReferenceColor()
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureUtil.cpp201 case FMT_CASE(sRG, UNORM_INT8): return GL_SRG8_EXT; in getInternalFormat()
530 case GL_SRG8_EXT: return TextureFormat(TextureFormat::sRG, TextureFormat::UNORM_INT8);
574 case GL_SRG8_EXT:
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dformat_map_autogen.cpp1186 case GL_SRG8_EXT: in ValidES3FormatCombination()
H A DCaps.cpp643 constexpr GLenum requiredFilterFormats[] = {GL_SRG8_EXT}; in DetermineSRGBRG8TextureSupport()
H A Dformatutils.cpp1277 AddRGBAFormat(&map, GL_SRG8_EXT, true, 8, 8, 0, 0, 0, GL_RG, GL_UNSIGNED_BYTE, GL_UNSIGNED_NORMALIZED, true, RequireExt<&Extensions::textureSRGBRG8EXT>, AlwaysSupported, NeverSupported, NeverSupported, NeverSupported); in BuildInternalFormatInfoMap()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DFormat_table_autogen.cpp239 { FormatID::R8G8_UNORM_SRGB, GL_SRG8_EXT, GL_SRG8_EXT, GenerateMip<R8G8>, NoCopyFunctions, ReadColor<R8G8, GLfloat>, WriteColor<R8G8, GLfloat>, GL_UNSIGNED_NORMALIZED, 8, 8, 0, 0, 0, 0, 0, 2, 0, false, false, false, true, false, gl::VertexAttribType::Byte },
701 case GL_SRG8_EXT: in InternalFormatToID()
H A Dload_functions_table_autogen.cpp4619 case GL_SRG8_EXT: in GetLoadFunctionsMap()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_format.c437 { GL_SRG8_EXT, 0 },
/third_party/vk-gl-cts/modules/glshared/
H A DglsFboCompletenessTests.cpp209 GL_SRG8_EXT,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_autogen.cpp2645 case GL_SRG8_EXT: in Get()
2647 static constexpr Format info(GL_SRG8_EXT, in Get()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureFormatTests.cpp77 if (internalFormat == GL_SRG8_EXT && !info.isExtensionSupported("GL_EXT_texture_sRGB_RG8")) in checkSupport()
1374 { "srgb_rg8", GL_SRG8_EXT, }, in init()
H A Des3fTextureFilteringTests.cpp77 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/
H A Dformatutilsgl.cpp309 InsertFormatMapping(&map, GL_SRG8_EXT, ExtsOnly("GL_EXT_texture_sRGB_RG8"), AlwaysSupported(), NeverSupported(), ExtsOnly("GL_EXT_texture_sRGB_RG8"), AlwaysSupported(), NeverSupported(), NeverSupported() ); in BuildInternalFormatInfoMap()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_format_table_autogen.cpp2189 mIntendedGLFormat = GL_SRG8_EXT; in initialize()
/third_party/mesa3d/include/GLES2/
H A Dgl2ext.h2209 #define GL_SRG8_EXT 0x8FBE macro
/third_party/openGLES/api/GLES2/
H A Dgl2ext.h2266 #define GL_SRG8_EXT 0x8FBE macro
/third_party/skia/third_party/externals/swiftshader/include/GLES2/
H A Dgl2ext.h2156 #define GL_SRG8_EXT 0x8FBE macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/
H A Dgl2ext.h2156 #define GL_SRG8_EXT 0x8FBE macro
/third_party/skia/third_party/externals/angle2/include/GLES2/
H A Dgl2ext.h2201 #define GL_SRG8_EXT 0x8FBE macro

Completed in 110 milliseconds

12