/third_party/mesa3d/src/mesa/main/ |
H A D | texcompress.c | 118 case GL_COMPRESSED_RGBA_S3TC_DXT5_EXT: in _mesa_gl_compressed_format_base_format() 285 formats[n++] = GL_COMPRESSED_RGBA_S3TC_DXT5_EXT; in _mesa_get_compressed_formats() 503 case GL_COMPRESSED_RGBA_S3TC_DXT5_EXT: in _mesa_glenum_to_compressed_format() 702 return GL_COMPRESSED_RGBA_S3TC_DXT5_EXT; in _mesa_compressed_format_to_glenum()
|
H A D | texcompress_s3tc_tmp.h | 984 GLenum destFormat = GL_COMPRESSED_RGBA_S3TC_DXT5_EXT; in tx_compress_dxt5() 1029 case GL_COMPRESSED_RGBA_S3TC_DXT5_EXT: in tx_compress_dxtn()
|
H A D | glformats.c | 1074 case GL_COMPRESSED_RGBA_S3TC_DXT5_EXT: in _mesa_is_color_format() 2873 case GL_COMPRESSED_RGBA_S3TC_DXT5_EXT: in _mesa_gles_check_internalformat() 3022 internalFormat == GL_COMPRESSED_RGBA_S3TC_DXT5_EXT) in _mesa_gles_error_check_format_and_type()
|
H A D | textureview.c | 199 {GL_VIEW_CLASS_S3TC_DXT5_RGBA, GL_COMPRESSED_RGBA_S3TC_DXT5_EXT},
|
H A D | copyimage.c | 440 case GL_COMPRESSED_RGBA_S3TC_DXT5_EXT: in compressed_format_compatible()
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/ |
H A D | glsc2ext.h | 81 #define GL_COMPRESSED_RGBA_S3TC_DXT5_EXT 0x83F3 macro
|
/third_party/openGLES/api/GLSC2/ |
H A D | glsc2ext.h | 60 #define GL_COMPRESSED_RGBA_S3TC_DXT5_EXT 0x83F3 macro
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | CopyCompressedTextureTest.cpp | 184 supportedFormats.push_back(Data(GL_COMPRESSED_RGBA_S3TC_DXT5_EXT, CompressedImageDXT5, in TEST_P()
|
H A D | CompressedTextureFormatsTest.cpp | 389 static const FormatDesc kDXT5Formats[] = {{GL_COMPRESSED_RGBA_S3TC_DXT5_EXT, 16}};
|
H A D | SRGBTextureTest.cpp | 334 GL_COMPRESSED_RGBA_S3TC_DXT5_EXT, in TEST_P()
|
H A D | WebGLCompatibilityTest.cpp | 3108 GL_COMPRESSED_RGBA_S3TC_DXT5_EXT, 5068 case GL_COMPRESSED_RGBA_S3TC_DXT5_EXT:
|
H A D | RobustResourceInitTest.cpp | 90 case GL_COMPRESSED_RGBA_S3TC_DXT5_EXT: in UncompressDXTBlock()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | GLFormat.cpp | 104 AddFormat(wgpu::TextureFormat::BC3RGBAUnorm, GL_COMPRESSED_RGBA_S3TC_DXT5_EXT, GL_RGBA, GL_UNSIGNED_BYTE, Type::Float); in BuildGLFormatTable()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | formatutils.h | 371 case GL_COMPRESSED_RGBA_S3TC_DXT5_EXT: in IsS3TCFormat()
|
H A D | validationES.cpp | 3237 case GL_COMPRESSED_RGBA_S3TC_DXT5_EXT: in ValidateCopyMixedFormatCompatible() 3398 case GL_COMPRESSED_RGBA_S3TC_DXT5_EXT: in ValidateCopyCompressedFormatCompatible()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_format.c | 338 { GL_COMPRESSED_RGBA_S3TC_DXT5_EXT, 0 },
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_caps_utils.cpp | 134 GL_COMPRESSED_RGBA_S3TC_DXT3_EXT, GL_COMPRESSED_RGBA_S3TC_DXT5_EXT}; in GetTextureSRGBOverrideSupport()
|
/third_party/mesa3d/include/GLES2/ |
H A D | gl2ext.h | 2131 #define GL_COMPRESSED_RGBA_S3TC_DXT5_EXT 0x83F3 macro
|
/third_party/openGLES/api/GLES2/ |
H A D | gl2ext.h | 2188 #define GL_COMPRESSED_RGBA_S3TC_DXT5_EXT 0x83F3 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GLES2/ |
H A D | gl2ext.h | 2082 #define GL_COMPRESSED_RGBA_S3TC_DXT5_EXT 0x83F3 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/ |
H A D | gl2ext.h | 2082 #define GL_COMPRESSED_RGBA_S3TC_DXT5_EXT 0x83F3 macro
|
/third_party/skia/third_party/externals/angle2/include/GLES2/ |
H A D | gl2ext.h | 2123 #define GL_COMPRESSED_RGBA_S3TC_DXT5_EXT 0x83F3 macro
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 4664 #define GL_COMPRESSED_RGBA_S3TC_DXT5_EXT 0x83F3 macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 4651 #define GL_COMPRESSED_RGBA_S3TC_DXT5_EXT 0x83F3 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 4634 #define GL_COMPRESSED_RGBA_S3TC_DXT5_EXT 0x83F3 macro
|