/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGetTextureSubImageTests.cpp | 865 gl.compressedTexImage2D(target, 0, GL_COMPRESSED_RGBA_BPTC_UNORM, s_texture_data_width, s_texture_data_height, 0, in prepare() 871 GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, GL_COMPRESSED_RGBA_BPTC_UNORM, s_texture_data_width, s_texture_data_height, in prepare() 875 GL_TEXTURE_CUBE_MAP_NEGATIVE_X, 0, GL_COMPRESSED_RGBA_BPTC_UNORM, s_texture_data_width, s_texture_data_height, in prepare() 879 GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, GL_COMPRESSED_RGBA_BPTC_UNORM, s_texture_data_width, s_texture_data_height, in prepare() 883 GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, GL_COMPRESSED_RGBA_BPTC_UNORM, s_texture_data_width, s_texture_data_height, in prepare() 887 GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_COMPRESSED_RGBA_BPTC_UNORM, s_texture_data_width, s_texture_data_height, in prepare() 891 GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_COMPRESSED_RGBA_BPTC_UNORM, s_texture_data_width, s_texture_data_height, in prepare() 897 gl.compressedTexImage3D(target, 0, GL_COMPRESSED_RGBA_BPTC_UNORM, s_texture_data_width, s_texture_data_height, 6, in prepare() 903 gl.compressedTexImage3D(target, 0, GL_COMPRESSED_RGBA_BPTC_UNORM, s_texture_data_width, s_texture_data_height, in prepare()
|
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, 153 GL_COMPRESSED_RGBA_BPTC_UNORM, /* >= GL 4.2 */ 199 case GL_COMPRESSED_RGBA_BPTC_UNORM: in getAmountOfComponentsForInternalformat() 325 case GL_COMPRESSED_RGBA_BPTC_UNORM: in getBlockSizeForCompressedInternalformat() 763 case GL_COMPRESSED_RGBA_BPTC_UNORM: in getFormatOfInternalformat() 889 case GL_COMPRESSED_RGBA_BPTC_UNORM: in getGLFormatOfInternalformat() 1508 case GL_COMPRESSED_RGBA_BPTC_UNORM: in getInternalformatString() 1509 result = "GL_COMPRESSED_RGBA_BPTC_UNORM"; in getInternalformatString() 1695 case GL_COMPRESSED_RGBA_BPTC_UNORM: in getSamplerTypeForInternalformat() 2386 case GL_COMPRESSED_RGBA_BPTC_UNORM in isInternalformatCompressed() [all...] |
H A D | gl4cDirectStateAccessTexturesTests.cpp | 4933 {GL_COMPRESSED_RGBA_BPTC_UNORM, data_0x8e8c_2D_16, sizeof data_0x8e8c_2D_16, 2}, 5493 is_ok &= Test<2>(GL_COMPRESSED_RGBA_BPTC_UNORM, false); in iterate() 5512 is_ok &= Test<3>(GL_COMPRESSED_RGBA_BPTC_UNORM, false); in iterate() 8066 gl.compressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_RGBA_BPTC_UNORM, s_texture_width, s_texture_height, in iterate() 9111 GL_COMPRESSED_RGBA_BPTC_UNORM, in Prepare()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | texcompress.c | 335 formats[n++] = GL_COMPRESSED_RGBA_BPTC_UNORM; in _mesa_get_compressed_formats() 557 case GL_COMPRESSED_RGBA_BPTC_UNORM: in _mesa_glenum_to_compressed_format() 753 return GL_COMPRESSED_RGBA_BPTC_UNORM; in _mesa_compressed_format_to_glenum()
|
H A D | glformats.c | 1115 case GL_COMPRESSED_RGBA_BPTC_UNORM: in _mesa_is_color_format() 2854 case GL_COMPRESSED_RGBA_BPTC_UNORM: in _mesa_gles_check_internalformat() 3064 case GL_COMPRESSED_RGBA_BPTC_UNORM: in _mesa_gles_error_check_format_and_type()
|
H A D | copyimage.c | 444 case GL_COMPRESSED_RGBA_BPTC_UNORM: in compressed_format_compatible()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | GLFormat.cpp | 112 AddFormat(wgpu::TextureFormat::BC7RGBAUnorm, GL_COMPRESSED_RGBA_BPTC_UNORM, GL_RGBA, GL_UNSIGNED_BYTE, Type::Float); in BuildGLFormatTable()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_format.c | 630 { GL_COMPRESSED_RGBA_BPTC_UNORM, 0 },
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 974 #define GL_COMPRESSED_RGBA_BPTC_UNORM 0x8E8C macro
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 2186 #define GL_COMPRESSED_RGBA_BPTC_UNORM 0x8E8C macro
|
H A D | glext.h | 2134 #define GL_COMPRESSED_RGBA_BPTC_UNORM 0x8E8C macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 2167 #define GL_COMPRESSED_RGBA_BPTC_UNORM 0x8E8C macro
|
H A D | glext.h | 2115 #define GL_COMPRESSED_RGBA_BPTC_UNORM 0x8E8C macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 2223 #define GL_COMPRESSED_RGBA_BPTC_UNORM 0x8E8C macro
|
H A D | glext.h | 2170 #define GL_COMPRESSED_RGBA_BPTC_UNORM 0x8E8C macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 2223 #define GL_COMPRESSED_RGBA_BPTC_UNORM 0x8E8C macro
|
H A D | glext.h | 2170 #define GL_COMPRESSED_RGBA_BPTC_UNORM 0x8E8C macro
|