Home
last modified time | relevance | path

Searched refs:GL_COMPRESSED_RED_RGTC1_EXT (Results 1 - 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dformat_map_autogen.cpp67 case GL_COMPRESSED_RED_RGTC1_EXT: in GetSizedFormatInternal()
71 return GL_COMPRESSED_RED_RGTC1_EXT; in GetSizedFormatInternal()
H A Dformatutils.h387 case GL_COMPRESSED_RED_RGTC1_EXT: in IsRGTCFormat()
H A DCaps.cpp779 GL_COMPRESSED_RED_RGTC1_EXT, GL_COMPRESSED_SIGNED_RED_RGTC1_EXT, in DetermineRGTCTextureSupport()
H A DvalidationES.cpp60 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 Dformatutils.cpp1219 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 Dtexcompress.c344 formats[n++] = GL_COMPRESSED_RED_RGTC1_EXT; in _mesa_get_compressed_formats()
H A Dglformats.c3455 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 DCompressedTextureFormatsTest.cpp396 static const FormatDesc kRGTCFormats[] = {{GL_COMPRESSED_RED_RGTC1_EXT, 8},
H A DWebGLCompatibilityTest.cpp3129 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 DFormat_table_autogen.cpp111 { 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 Dload_functions_table_autogen.cpp3387 case GL_COMPRESSED_RED_RGTC1_EXT: in GetLoadFunctionsMap()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_autogen.cpp255 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 Dformatutilsgl.cpp313 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 Dvk_format_table_autogen.cpp646 mIntendedGLFormat = GL_COMPRESSED_RED_RGTC1_EXT; in initialize()
/third_party/mesa3d/include/GLES2/
H A Dgl2ext.h2122 #define GL_COMPRESSED_RED_RGTC1_EXT 0x8DBB macro
/third_party/openGLES/api/GLES2/
H A Dgl2ext.h2179 #define GL_COMPRESSED_RED_RGTC1_EXT 0x8DBB macro
/third_party/skia/third_party/externals/swiftshader/include/GLES2/
H A Dgl2ext.h2073 #define GL_COMPRESSED_RED_RGTC1_EXT 0x8DBB macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/
H A Dgl2ext.h2073 #define GL_COMPRESSED_RED_RGTC1_EXT 0x8DBB macro
/third_party/skia/third_party/externals/angle2/include/GLES2/
H A Dgl2ext.h2114 #define GL_COMPRESSED_RED_RGTC1_EXT 0x8DBB macro
/third_party/openGLES/api/GL/
H A Dglext.h8385 #define GL_COMPRESSED_RED_RGTC1_EXT 0x8DBB macro
/third_party/mesa3d/include/GL/
H A Dglext.h8343 #define GL_COMPRESSED_RED_RGTC1_EXT 0x8DBB macro
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglext.h8308 #define GL_COMPRESSED_RED_RGTC1_EXT 0x8DBB macro
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglext.h8307 #define GL_COMPRESSED_RED_RGTC1_EXT 0x8DBB macro

Completed in 257 milliseconds