/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | format_map_autogen.cpp | 197 case GL_COMPRESSED_SIGNED_RED_RGTC1_EXT: in GetSizedFormatInternal() 201 return GL_COMPRESSED_SIGNED_RED_RGTC1_EXT; in GetSizedFormatInternal()
|
H A D | formatutils.h | 388 case GL_COMPRESSED_SIGNED_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 | 61 case GL_COMPRESSED_SIGNED_RED_RGTC1_EXT: in CompressedTextureFormatRequiresExactSize() 3313 case GL_COMPRESSED_SIGNED_RED_RGTC1_EXT: in ValidateCopyMixedFormatCompatible() 3354 return (dstFormat == GL_COMPRESSED_SIGNED_RED_RGTC1_EXT); in ValidateCopyCompressedFormatCompatible() 3355 case GL_COMPRESSED_SIGNED_RED_RGTC1_EXT: in ValidateCopyCompressedFormatCompatible()
|
H A D | formatutils.cpp | 1220 AddCompressedFormat(&map, GL_COMPRESSED_SIGNED_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 | 345 formats[n++] = GL_COMPRESSED_SIGNED_RED_RGTC1_EXT; in _mesa_get_compressed_formats()
|
H A D | glformats.c | 3462 internalFormat != GL_COMPRESSED_SIGNED_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 | 397 {GL_COMPRESSED_SIGNED_RED_RGTC1_EXT, 8},
|
H A D | WebGLCompatibilityTest.cpp | 3129 constexpr GLenum formats[] = {GL_COMPRESSED_RED_RGTC1_EXT, GL_COMPRESSED_SIGNED_RED_RGTC1_EXT, 5065 case GL_COMPRESSED_SIGNED_RED_RGTC1_EXT:
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | Format_table_autogen.cpp | 110 { FormatID::BC4_RED_SNORM_BLOCK, GL_COMPRESSED_SIGNED_RED_RGTC1_EXT, GL_COMPRESSED_SIGNED_RED_RGTC1_EXT, nullptr, NoCopyFunctions, nullptr, nullptr, GL_SIGNED_NORMALIZED, 0, 0, 0, 0, 0, 0, 0, 8, std::numeric_limits<GLuint>::max(), true, false, false, false, false, gl::VertexAttribType::InvalidEnum }, 385 case GL_COMPRESSED_SIGNED_RED_RGTC1_EXT: in InternalFormatToID()
|
H A D | load_functions_table_autogen.cpp | 3544 case GL_COMPRESSED_SIGNED_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 | 871 case GL_COMPRESSED_SIGNED_RED_RGTC1_EXT: in Get() 873 static constexpr Format info(GL_COMPRESSED_SIGNED_RED_RGTC1_EXT, in Get()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | formatutilsgl.cpp | 314 InsertFormatMapping(&map, GL_COMPRESSED_SIGNED_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 | 636 mIntendedGLFormat = GL_COMPRESSED_SIGNED_RED_RGTC1_EXT; in initialize()
|
/third_party/mesa3d/include/GLES2/ |
H A D | gl2ext.h | 2123 #define GL_COMPRESSED_SIGNED_RED_RGTC1_EXT 0x8DBC macro
|
/third_party/openGLES/api/GLES2/ |
H A D | gl2ext.h | 2180 #define GL_COMPRESSED_SIGNED_RED_RGTC1_EXT 0x8DBC macro
|
/third_party/skia/third_party/externals/swiftshader/include/GLES2/ |
H A D | gl2ext.h | 2074 #define GL_COMPRESSED_SIGNED_RED_RGTC1_EXT 0x8DBC macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/ |
H A D | gl2ext.h | 2074 #define GL_COMPRESSED_SIGNED_RED_RGTC1_EXT 0x8DBC macro
|
/third_party/skia/third_party/externals/angle2/include/GLES2/ |
H A D | gl2ext.h | 2115 #define GL_COMPRESSED_SIGNED_RED_RGTC1_EXT 0x8DBC macro
|
/third_party/openGLES/api/GL/ |
H A D | glext.h | 8386 #define GL_COMPRESSED_SIGNED_RED_RGTC1_EXT 0x8DBC macro
|
/third_party/mesa3d/include/GL/ |
H A D | glext.h | 8344 #define GL_COMPRESSED_SIGNED_RED_RGTC1_EXT 0x8DBC macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glext.h | 8309 #define GL_COMPRESSED_SIGNED_RED_RGTC1_EXT 0x8DBC macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glext.h | 8308 #define GL_COMPRESSED_SIGNED_RED_RGTC1_EXT 0x8DBC macro
|