/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | format_map_autogen.cpp | 67 case GL_COMPRESSED_RED_RGTC1_EXT: in GetSizedFormatInternal() 71 return GL_COMPRESSED_RED_RGTC1_EXT; in GetSizedFormatInternal()
|
H A D | formatutils.h | 387 case GL_COMPRESSED_RED_RGTC1_EXT: in IsRGTCFormat()
|
H A D | Caps.cpp | 779 GL_COMPRESSED_RED_RGTC1_EXT, GL_COMPRESSED_SIGNED_RED_RGTC1_EXT, in DetermineRGTCTextureSupport()
|
H A D | validationES.cpp | 60 case GL_COMPRESSED_RED_RGTC1_EXT: in CompressedTextureFormatRequiresExactSize() 3312 case GL_COMPRESSED_RED_RGTC1_EXT: in ValidateCopyMixedFormatCompatible() 3353 case GL_COMPRESSED_RED_RGTC1_EXT: in ValidateCopyCompressedFormatCompatible() 3356 return (dstFormat == GL_COMPRESSED_RED_RGTC1_EXT); in ValidateCopyCompressedFormatCompatible()
|
H A D | formatutils.cpp | 1219 AddCompressedFormat(&map, GL_COMPRESSED_RED_RGTC1_EXT, 4, 4, 1, 64, 1, false, RequireExt<&Extensions::textureCompressionRgtcEXT>, AlwaysSupported, NeverSupported, NeverSupported, NeverSupported); in BuildInternalFormatInfoMap()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | texcompress.c | 344 formats[n++] = GL_COMPRESSED_RED_RGTC1_EXT; in _mesa_get_compressed_formats()
|
H A D | glformats.c | 3455 internalFormat != GL_COMPRESSED_RED_RGTC1_EXT) { in _mesa_gles_error_check_format_and_type()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | CompressedTextureFormatsTest.cpp | 396 static const FormatDesc kRGTCFormats[] = {{GL_COMPRESSED_RED_RGTC1_EXT, 8},
|
H A D | WebGLCompatibilityTest.cpp | 3129 constexpr GLenum formats[] = {GL_COMPRESSED_RED_RGTC1_EXT, GL_COMPRESSED_SIGNED_RED_RGTC1_EXT, 5064 case GL_COMPRESSED_RED_RGTC1_EXT:
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | Format_table_autogen.cpp | 111 { FormatID::BC4_RED_UNORM_BLOCK, GL_COMPRESSED_RED_RGTC1_EXT, GL_COMPRESSED_RED_RGTC1_EXT, nullptr, NoCopyFunctions, nullptr, nullptr, GL_UNSIGNED_NORMALIZED, 0, 0, 0, 0, 0, 0, 0, 8, std::numeric_limits<GLuint>::max(), true, false, false, false, false, gl::VertexAttribType::InvalidEnum }, 301 case GL_COMPRESSED_RED_RGTC1_EXT: in InternalFormatToID()
|
H A D | load_functions_table_autogen.cpp | 3387 case GL_COMPRESSED_RED_RGTC1_EXT: in GetLoadFunctionsMap()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | texture_format_table_autogen.cpp | 255 case GL_COMPRESSED_RED_RGTC1_EXT: in Get() 257 static constexpr Format info(GL_COMPRESSED_RED_RGTC1_EXT, in Get()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | formatutilsgl.cpp | 313 InsertFormatMapping(&map, GL_COMPRESSED_RED_RGTC1_EXT, VersionOrExts(3, 0, "GL_ARB_texture_compression_rgtc"), AlwaysSupported(), NeverSupported(), ExtsOnly("GL_EXT_texture_compression_rgtc"), AlwaysSupported(), NeverSupported(), NeverSupported() ); in BuildInternalFormatInfoMap()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_format_table_autogen.cpp | 646 mIntendedGLFormat = GL_COMPRESSED_RED_RGTC1_EXT; in initialize()
|
/third_party/mesa3d/include/GLES2/ |
H A D | gl2ext.h | 2122 #define GL_COMPRESSED_RED_RGTC1_EXT 0x8DBB macro
|
/third_party/openGLES/api/GLES2/ |
H A D | gl2ext.h | 2179 #define GL_COMPRESSED_RED_RGTC1_EXT 0x8DBB macro
|
/third_party/skia/third_party/externals/swiftshader/include/GLES2/ |
H A D | gl2ext.h | 2073 #define GL_COMPRESSED_RED_RGTC1_EXT 0x8DBB macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/ |
H A D | gl2ext.h | 2073 #define GL_COMPRESSED_RED_RGTC1_EXT 0x8DBB macro
|
/third_party/skia/third_party/externals/angle2/include/GLES2/ |
H A D | gl2ext.h | 2114 #define GL_COMPRESSED_RED_RGTC1_EXT 0x8DBB macro
|
/third_party/openGLES/api/GL/ |
H A D | glext.h | 8385 #define GL_COMPRESSED_RED_RGTC1_EXT 0x8DBB macro
|
/third_party/mesa3d/include/GL/ |
H A D | glext.h | 8343 #define GL_COMPRESSED_RED_RGTC1_EXT 0x8DBB macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glext.h | 8308 #define GL_COMPRESSED_RED_RGTC1_EXT 0x8DBB macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glext.h | 8307 #define GL_COMPRESSED_RED_RGTC1_EXT 0x8DBB macro
|