Searched refs:GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT (Results 1 - 16 of 16) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | texcompress.c | 338 formats[n++] = GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT; in _mesa_get_compressed_formats() 563 case GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT: in _mesa_glenum_to_compressed_format() 759 return GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT; in _mesa_compressed_format_to_glenum()
|
H A D | glformats.c | 1118 case GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT: in _mesa_is_color_format() 2857 case GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT: in _mesa_gles_check_internalformat() 3269 case GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT: in _mesa_gles_error_check_format_and_type()
|
H A D | copyimage.c | 447 case GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT: in compressed_format_compatible()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | GLFormat.cpp | 111 AddFormat(wgpu::TextureFormat::BC6HRGBUfloat, GL_COMPRESSED_RGB_BPTC_UNSIGNED_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, 156 GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT, /* >= GL 4.2 */ 225 case GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT: in getAmountOfComponentsForInternalformat() 328 case GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT: in getBlockSizeForCompressedInternalformat() 828 case GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT: in getFormatOfInternalformat() 932 case GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT: in getGLFormatOfInternalformat() 1517 case GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT: in getInternalformatString() 1518 result = "GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT"; in getInternalformatString() 1698 case GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT: in getSamplerTypeForInternalformat() 2389 case GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT in isInternalformatCompressed() [all...] |
H A D | gl4cDirectStateAccessTexturesTests.cpp | 4936 {GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT, data_0x8e8f_2D_16, sizeof data_0x8e8f_2D_16, 2}, 5496 is_ok &= Test<2>(GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT, false); in iterate() 5515 is_ok &= Test<3>(GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT, false); in iterate() 9114 GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT, in Prepare()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_format.c | 642 { GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT, 0 },
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 976 #define GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT 0x8E8F macro
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 2189 #define GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT 0x8E8F macro
|
H A D | glext.h | 2137 #define GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT 0x8E8F macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 2170 #define GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT 0x8E8F macro
|
H A D | glext.h | 2118 #define GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT 0x8E8F macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 2226 #define GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT 0x8E8F macro
|
H A D | glext.h | 2173 #define GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT 0x8E8F macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 2226 #define GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT 0x8E8F macro
|
H A D | glext.h | 2173 #define GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT 0x8E8F macro
|
Completed in 310 milliseconds