Home
last modified time | relevance | path

Searched refs:GL_COMPRESSED_RGBA_BPTC_UNORM (Results 1 - 17 of 17) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGetTextureSubImageTests.cpp865 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 Dgl4cTextureViewTests.cpp69 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 Dgl4cDirectStateAccessTexturesTests.cpp4933 {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 Dtexcompress.c335 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 Dglformats.c1115 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 Dcopyimage.c444 case GL_COMPRESSED_RGBA_BPTC_UNORM: in compressed_format_compatible()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DGLFormat.cpp112 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 Dst_format.c630 { GL_COMPRESSED_RGBA_BPTC_UNORM, 0 },
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dfunctionsgl_enums.h974 #define GL_COMPRESSED_RGBA_BPTC_UNORM 0x8E8C macro
/third_party/mesa3d/include/GL/
H A Dglcorearb.h2186 #define GL_COMPRESSED_RGBA_BPTC_UNORM 0x8E8C macro
H A Dglext.h2134 #define GL_COMPRESSED_RGBA_BPTC_UNORM 0x8E8C macro
/third_party/openGLES/api/GL/
H A Dglcorearb.h2167 #define GL_COMPRESSED_RGBA_BPTC_UNORM 0x8E8C macro
H A Dglext.h2115 #define GL_COMPRESSED_RGBA_BPTC_UNORM 0x8E8C macro
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglcorearb.h2223 #define GL_COMPRESSED_RGBA_BPTC_UNORM 0x8E8C macro
H A Dglext.h2170 #define GL_COMPRESSED_RGBA_BPTC_UNORM 0x8E8C macro
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglcorearb.h2223 #define GL_COMPRESSED_RGBA_BPTC_UNORM 0x8E8C macro
H A Dglext.h2170 #define GL_COMPRESSED_RGBA_BPTC_UNORM 0x8E8C macro

Completed in 268 milliseconds