Searched refs:GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM (Results 1 - 16 of 16) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | texcompress.c | 336 formats[n++] = GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM; in _mesa_get_compressed_formats() 559 case GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM: in _mesa_glenum_to_compressed_format() 755 return GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM; in _mesa_compressed_format_to_glenum()
|
H A D | glformats.c | 1116 case GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM: in _mesa_is_color_format() 1441 case GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM: in _mesa_is_srgb_format() 2855 case GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM: in _mesa_gles_check_internalformat() 3065 case GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM: in _mesa_gles_error_check_format_and_type()
|
H A D | copyimage.c | 445 case GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM: in compressed_format_compatible()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | GLFormat.cpp | 113 AddFormat(wgpu::TextureFormat::BC7RGBAUnormSrgb, GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM, GL_RGBA, GL_UNSIGNED_BYTE, Type::Float); in BuildGLFormatTable()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cTextureViewTests.cpp | 69 GL_COMPRESSED_RGBA_BPTC_UNORM, VIEW_CLASS_BPTC_UNORM, GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM, VIEW_CLASS_BPTC_UNORM, 154 GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM, /* >= GL 4.2 */ 200 case GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM: in getAmountOfComponentsForInternalformat() 326 case GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM: in getBlockSizeForCompressedInternalformat() 764 case GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM: in getFormatOfInternalformat() 892 case GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM: in getGLFormatOfInternalformat() 1511 case GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM: in getInternalformatString() 1512 result = "GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM"; in getInternalformatString() 1696 case GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM: in getSamplerTypeForInternalformat() 2387 case GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM in isInternalformatCompressed() [all...] |
H A D | gl4cDirectStateAccessTexturesTests.cpp | 4934 {GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM, data_0x8e8d_2D_16, sizeof data_0x8e8d_2D_16, 2}, 5494 is_ok &= Test<2>(GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM, false); in iterate() 5513 is_ok &= Test<3>(GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM, false); in iterate() 9112 GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM, in Prepare()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_format.c | 634 { GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM, 0 },
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 977 #define GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM 0x8E8D macro
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 2187 #define GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM 0x8E8D macro
|
H A D | glext.h | 2135 #define GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM 0x8E8D macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 2168 #define GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM 0x8E8D macro
|
H A D | glext.h | 2116 #define GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM 0x8E8D macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 2224 #define GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM 0x8E8D macro
|
H A D | glext.h | 2171 #define GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM 0x8E8D macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 2224 #define GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM 0x8E8D macro
|
H A D | glext.h | 2171 #define GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM 0x8E8D macro
|
Completed in 273 milliseconds