/third_party/mesa3d/src/mesa/main/ |
H A D | texcompress.c | 122 case GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT: in _mesa_gl_compressed_format_base_format() 512 case GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT: in _mesa_glenum_to_compressed_format() 710 return GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT; in _mesa_compressed_format_to_glenum()
|
H A D | glformats.c | 1092 case GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT: in _mesa_is_color_format() 1437 case GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT: in _mesa_is_srgb_format() 2881 case GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT: in _mesa_gles_check_internalformat()
|
H A D | textureview.c | 200 {GL_VIEW_CLASS_S3TC_DXT5_RGBA, GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT},
|
H A D | copyimage.c | 441 case GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT: in compressed_format_compatible()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | DXTSRGBCompressedTextureTest.cpp | 145 runTest(GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT); in TEST_P()
|
H A D | CompressedTextureFormatsTest.cpp | 394 {GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT, 16}};
|
H A D | WebGLCompatibilityTest.cpp | 5257 // Test enabling GL_EXT_texture_compression_s3tc_srgb for GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT 5260 validateCompressedTexImageExtensionFormat(GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT, 4, 4, 16,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | format_map_autogen.cpp | 257 case GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT: in GetSizedFormatInternal() 261 return GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT; in GetSizedFormatInternal()
|
H A D | formatutils.h | 375 case GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT: in IsS3TCFormat()
|
H A D | Caps.cpp | 452 GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT, in DetermineS3TCsRGBTextureSupport()
|
H A D | validationES.cpp | 52 case GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT: in CompressedTextureFormatRequiresExactSize() 3238 case GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT: in ValidateCopyMixedFormatCompatible() 3399 return (nonLinearFormat == GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT); in ValidateCopyCompressedFormatCompatible()
|
H A D | formatutils.cpp | 1161 AddCompressedFormat(&map, GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT, 4, 4, 1, 128, 4, true, RequireExt<&Extensions::textureCompressionS3tcSrgbEXT>, AlwaysSupported, NeverSupported, NeverSupported, NeverSupported); in BuildInternalFormatInfoMap()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | GLFormat.cpp | 105 AddFormat(wgpu::TextureFormat::BC3RGBAUnormSrgb, GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT, GL_RGBA, GL_UNSIGNED_BYTE, Type::Float); in BuildGLFormatTable()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | formatutils9.cpp | 162 InsertD3D9FormatInfo(&map, GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT, D3DFMT_DXT5, D3DFMT_UNKNOWN, LoadCompressedToNative<4, 4, 1, 16> ); in BuildD3D9FormatMap()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | Format_table_autogen.cpp | 109 { FormatID::BC3_RGBA_UNORM_SRGB_BLOCK, GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT, GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT, nullptr, NoCopyFunctions, nullptr, nullptr, GL_UNSIGNED_NORMALIZED, 0, 0, 0, 0, 0, 0, 0, 16, std::numeric_limits<GLuint>::max(), true, false, false, true, false, gl::VertexAttribType::InvalidEnum }, 453 case GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT: in InternalFormatToID()
|
H A D | load_functions_table_autogen.cpp | 3676 case GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT: in GetLoadFunctionsMap()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_format.c | 419 { GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT, 0 },
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | texture_format_table_autogen.cpp | 1375 case GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT: in Get() 1377 static constexpr Format info(GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT, in Get()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_caps_utils.cpp | 94 GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT, in GetTextureSRGBDecodeSupport()
|
H A D | vk_format_table_autogen.cpp | 626 mIntendedGLFormat = GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT; in initialize()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | formatutilsgl.cpp | 354 InsertFormatMapping(&map, GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT, ExtAndVersionOrExt("GL_EXT_texture_compression_s3tc", 2, 1, "GL_EXT_texture_sRGB"), AlwaysSupported(), NeverSupported(), ExtsOnly("GL_EXT_texture_compression_s3tc_srgb", "GL_EXT_texture_compression_s3tc GL_NV_sRGB_formats"), AlwaysSupported(), NeverSupported(), NeverSupported() ); in BuildInternalFormatInfoMap()
|
/third_party/skia/third_party/externals/angle2/include/GLES2/ |
H A D | gl2ext_angle.h | 212 #define GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT 0x8C4F macro
|
/third_party/mesa3d/include/GLES2/ |
H A D | gl2ext.h | 2139 #define GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT 0x8C4F macro
|
/third_party/openGLES/api/GLES2/ |
H A D | gl2ext.h | 2196 #define GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT 0x8C4F macro
|
/third_party/skia/third_party/externals/swiftshader/include/GLES2/ |
H A D | gl2ext.h | 2090 #define GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT 0x8C4F macro
|