Home
last modified time | relevance | path

Searched refs:GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT (Results 1 - 25 of 31) sorted by relevance

12

/third_party/mesa3d/src/mesa/main/
H A Dtexcompress.c120 case GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT: in _mesa_gl_compressed_format_base_format()
508 case GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT: in _mesa_glenum_to_compressed_format()
706 return GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT; in _mesa_compressed_format_to_glenum()
H A Dglformats.c1090 case GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT: in _mesa_is_color_format()
1435 case GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT: in _mesa_is_srgb_format()
2879 case GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT: in _mesa_gles_check_internalformat()
H A Dtextureview.c196 {GL_VIEW_CLASS_S3TC_DXT1_RGBA, GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT},
H A Dcopyimage.c453 case GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT: in compressed_format_compatible()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDXTSRGBCompressedTextureTest.cpp133 runTest(GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT); in TEST_P()
H A DCompressedTextureFormatsTest.cpp392 {GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT, 8},
H A DWebGLCompatibilityTest.cpp5243 // Test enabling GL_EXT_texture_compression_s3tc_srgb for GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT
5246 validateCompressedTexImageExtensionFormat(GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT, 4, 4, 8,
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dformat_map_autogen.cpp237 case GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT: in GetSizedFormatInternal()
241 return GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT; in GetSizedFormatInternal()
H A Dformatutils.h373 case GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT: in IsS3TCFormat()
H A DCaps.cpp450 GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT, in DetermineS3TCsRGBTextureSupport()
H A DvalidationES.cpp50 case GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT: in CompressedTextureFormatRequiresExactSize()
3311 case GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT: in ValidateCopyMixedFormatCompatible()
3395 return (nonLinearFormat == GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT); in ValidateCopyCompressedFormatCompatible()
H A Dformatutils.cpp1159 AddCompressedFormat(&map, GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT, 4, 4, 1, 64, 4, true, RequireExt<&Extensions::textureCompressionS3tcSrgbEXT>, AlwaysSupported, NeverSupported, NeverSupported, NeverSupported); in BuildInternalFormatInfoMap()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DGLFormat.cpp101 AddFormat(wgpu::TextureFormat::BC1RGBAUnormSrgb, GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT, GL_RGBA, GL_UNSIGNED_BYTE, Type::Float); in BuildGLFormatTable()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A Dformatutils9.cpp160 InsertD3D9FormatInfo(&map, GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT, D3DFMT_DXT1, D3DFMT_UNKNOWN, LoadCompressedToNative<4, 4, 1, 8> ); in BuildD3D9FormatMap()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DFormat_table_autogen.cpp103 { FormatID::BC1_RGBA_UNORM_SRGB_BLOCK, GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT, GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT, nullptr, NoCopyFunctions, nullptr, nullptr, GL_UNSIGNED_NORMALIZED, 0, 0, 0, 0, 0, 0, 0, 8, std::numeric_limits<GLuint>::max(), true, false, false, true, false, gl::VertexAttribType::InvalidEnum },
449 case GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT: in InternalFormatToID()
H A Dload_functions_table_autogen.cpp3672 case GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT: in GetLoadFunctionsMap()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_format.c410 { GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT, 0 },
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_autogen.cpp1347 case GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT: in Get()
1349 static constexpr Format info(GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT, in Get()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_caps_utils.cpp92 GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT, in GetTextureSRGBDecodeSupport()
H A Dvk_format_table_autogen.cpp566 mIntendedGLFormat = GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT; in initialize()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dformatutilsgl.cpp352 InsertFormatMapping(&map, GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_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 Dgl2ext_angle.h210 #define GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT 0x8C4D macro
/third_party/mesa3d/include/GLES2/
H A Dgl2ext.h2137 #define GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT 0x8C4D macro
/third_party/openGLES/api/GLES2/
H A Dgl2ext.h2194 #define GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT 0x8C4D macro
/third_party/skia/third_party/externals/swiftshader/include/GLES2/
H A Dgl2ext.h2088 #define GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT 0x8C4D macro

Completed in 83 milliseconds

12