Searched refs:GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT (Results 1 - 16 of 16) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | texcompress.c | 337 formats[n++] = GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT; in _mesa_get_compressed_formats() 561 case GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT: in _mesa_glenum_to_compressed_format() 757 return GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT; in _mesa_compressed_format_to_glenum()
|
H A D | glformats.c | 1117 case GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT: in _mesa_is_color_format() 2856 case GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT: in _mesa_gles_check_internalformat() 3268 case GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT: in _mesa_gles_error_check_format_and_type()
|
H A D | copyimage.c | 446 case GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT: in compressed_format_compatible()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | GLFormat.cpp | 110 AddFormat(wgpu::TextureFormat::BC6HRGBFloat, GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT, GL_RGB, GL_HALF_FLOAT, Type::Float); in BuildGLFormatTable()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cTextureViewTests.cpp | 70 GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT, VIEW_CLASS_BPTC_FLOAT, GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT, 155 GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT, /* >= GL 4.2 */ 224 case GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT: in getAmountOfComponentsForInternalformat() 327 case GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT: in getBlockSizeForCompressedInternalformat() 829 case GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT: in getFormatOfInternalformat() 931 case GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT: in getGLFormatOfInternalformat() 1514 case GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT: in getInternalformatString() 1515 result = "GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT"; in getInternalformatString() 1697 case GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT: in getSamplerTypeForInternalformat() 2388 case GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT in isInternalformatCompressed() [all...] |
H A D | gl4cDirectStateAccessTexturesTests.cpp | 4935 {GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT, data_0x8e8e_2D_16, sizeof data_0x8e8e_2D_16, 2}, 5495 is_ok &= Test<2>(GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT, false); in iterate() 5514 is_ok &= Test<3>(GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT, false); in iterate() 9113 GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT, in Prepare()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_format.c | 638 { GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT, 0 },
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 975 #define GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT 0x8E8E macro
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 2188 #define GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT 0x8E8E macro
|
H A D | glext.h | 2136 #define GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT 0x8E8E macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 2169 #define GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT 0x8E8E macro
|
H A D | glext.h | 2117 #define GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT 0x8E8E macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 2225 #define GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT 0x8E8E macro
|
H A D | glext.h | 2172 #define GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT 0x8E8E macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 2225 #define GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT 0x8E8E macro
|
H A D | glext.h | 2172 #define GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT 0x8E8E macro
|
Completed in 261 milliseconds