Searched refs:GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV1_EXT (Results 1 - 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | format_map_autogen.cpp | 217 case GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV1_EXT: in GetSizedFormatInternal() 221 return GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV1_EXT; in GetSizedFormatInternal()
|
H A D | formatutils.h | 470 case GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV1_EXT: in IsPVRTC1Format()
|
H A D | Caps.cpp | 810 GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV1_EXT, GL_COMPRESSED_SRGB_ALPHA_PVRTC_4BPPV1_EXT}; in DeterminePVRTCsRGBTextureSupport()
|
H A D | formatutils.cpp | 1242 AddCompressedFormat(&map, GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV1_EXT, 8, 4, 1, 64, 4, true, RequireExtAndExt<&Extensions::textureCompressionPvrtcIMG, &Extensions::pvrtcSRGBEXT>, AlwaysSupported, NeverSupported, NeverSupported, NeverSupported); in BuildInternalFormatInfoMap() 1756 case GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV1_EXT: in getCompressedImageMinBlocks()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | CompressedTextureFormatsTest.cpp | 457 {GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV1_EXT, 32},
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | Format_table_autogen.cpp | 139 { FormatID::PVRTC1_RGBA_2BPP_UNORM_SRGB_BLOCK, GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV1_EXT, GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV1_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 }, 445 case GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV1_EXT: in InternalFormatToID()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | texture_format_table_autogen.cpp | 1319 case GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV1_EXT: in Get() 1321 static constexpr Format info(GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV1_EXT, in Get()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | formatutilsgl.cpp | 421 InsertFormatMapping(&map, GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV1_EXT, NeverSupported(), NeverSupported(), NeverSupported(), ExtsOnly("GL_IMG_texture_compression_pvrtc GL_EXT_pvrtc_sRGB"), AlwaysSupported(), NeverSupported(), NeverSupported() ); in BuildInternalFormatInfoMap()
|
/third_party/mesa3d/include/GLES2/ |
H A D | gl2ext.h | 1687 #define GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV1_EXT 0x8A56 macro
|
/third_party/openGLES/api/GLES2/ |
H A D | gl2ext.h | 1736 #define GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV1_EXT 0x8A56 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GLES2/ |
H A D | gl2ext.h | 1638 #define GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV1_EXT 0x8A56 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/ |
H A D | gl2ext.h | 1638 #define GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV1_EXT 0x8A56 macro
|
/third_party/skia/third_party/externals/angle2/include/GLES2/ |
H A D | gl2ext.h | 1679 #define GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV1_EXT 0x8A56 macro
|
Completed in 70 milliseconds