/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | format_map_autogen.cpp | 207 case GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT: in GetSizedFormatInternal() 211 return GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT; in GetSizedFormatInternal()
|
H A D | formatutils.h | 403 case GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT: in IsBPTCFormat()
|
H A D | Caps.cpp | 789 GL_COMPRESSED_RGBA_BPTC_UNORM_EXT, GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT, in DetermineBPTCTextureSupport()
|
H A D | validationES.cpp | 65 case GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT: in CompressedTextureFormatRequiresExactSize() 3242 case GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT: in ValidateCopyMixedFormatCompatible() 3391 return (nonLinearFormat == GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT); in ValidateCopyCompressedFormatCompatible()
|
H A D | formatutils.cpp | 1227 AddCompressedFormat(&map, GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT, 4, 4, 1, 128, 4, true, RequireExt<&Extensions::textureCompressionBptcEXT>, AlwaysSupported, NeverSupported, NeverSupported, NeverSupported); in BuildInternalFormatInfoMap()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | CompressedTextureFormatsTest.cpp | 402 {GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT, 16},
|
H A D | BPTCCompressedTextureTest.cpp | 135 glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT, 4, 4, 0, in TEST_P()
|
H A D | WebGLCompatibilityTest.cpp | 3152 GL_COMPRESSED_RGBA_BPTC_UNORM_EXT, GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT, 5072 case GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT:
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | Format_table_autogen.cpp | 117 { FormatID::BC7_RGBA_UNORM_SRGB_BLOCK, GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT, GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_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 }, 443 case GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT: in InternalFormatToID()
|
H A D | load_functions_table_autogen.cpp | 3670 case GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT: in GetLoadFunctionsMap()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | texture_format_table_autogen.cpp | 1305 case GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT: in Get() 1307 static constexpr Format info(GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT, in Get()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | formatutilsgl.cpp | 321 InsertFormatMapping(&map, GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT, VersionOrExts(4, 2, "GL_ARB_texture_compression_bptc"), AlwaysSupported(), NeverSupported(), ExtsOnly("GL_EXT_texture_compression_bptc"), AlwaysSupported(), NeverSupported(), NeverSupported() ); in BuildInternalFormatInfoMap()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_format_table_autogen.cpp | 706 mIntendedGLFormat = GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT; in initialize()
|
/third_party/mesa3d/include/GLES2/ |
H A D | gl2ext.h | 2109 #define GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT 0x8E8D macro
|
/third_party/openGLES/api/GLES2/ |
H A D | gl2ext.h | 2166 #define GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT 0x8E8D macro
|
/third_party/skia/third_party/externals/swiftshader/include/GLES2/ |
H A D | gl2ext.h | 2060 #define GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT 0x8E8D macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/ |
H A D | gl2ext.h | 2060 #define GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT 0x8E8D macro
|
/third_party/skia/third_party/externals/angle2/include/GLES2/ |
H A D | gl2ext.h | 2101 #define GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT 0x8E8D macro
|