/third_party/mesa3d/src/mesa/main/ |
H A D | texcompress.c | 83 case GL_COMPRESSED_SIGNED_RED_RGTC1: in _mesa_gl_compressed_format_base_format() 517 case GL_COMPRESSED_SIGNED_RED_RGTC1: in _mesa_glenum_to_compressed_format() 714 return GL_COMPRESSED_SIGNED_RED_RGTC1; in _mesa_compressed_format_to_glenum()
|
H A D | textureview.c | 183 {GL_VIEW_CLASS_RGTC1_RED, GL_COMPRESSED_SIGNED_RED_RGTC1},
|
H A D | copyimage.c | 455 case GL_COMPRESSED_SIGNED_RED_RGTC1: in compressed_format_compatible()
|
H A D | glformats.c | 1096 case GL_COMPRESSED_SIGNED_RED_RGTC1: in _mesa_is_color_format() 2863 case GL_COMPRESSED_SIGNED_RED_RGTC1: in _mesa_gles_check_internalformat()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | GLFormat.cpp | 106 AddFormat(wgpu::TextureFormat::BC4RSnorm, GL_COMPRESSED_SIGNED_RED_RGTC1, GL_RED, GL_BYTE, Type::Float); in BuildGLFormatTable()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cTextureViewTests.cpp | 67 GL_COMPRESSED_RED_RGTC1, VIEW_CLASS_RGTC1_RED, GL_COMPRESSED_SIGNED_RED_RGTC1, VIEW_CLASS_RGTC1_RED, 150 GL_COMPRESSED_SIGNED_RED_RGTC1, /* >= GL 4.0 */ 269 case GL_COMPRESSED_SIGNED_RED_RGTC1: in getAmountOfComponentsForInternalformat() 316 case GL_COMPRESSED_SIGNED_RED_RGTC1: in getBlockSizeForCompressedInternalformat() 786 case GL_COMPRESSED_SIGNED_RED_RGTC1: in getFormatOfInternalformat() 1005 case GL_COMPRESSED_SIGNED_RED_RGTC1: in getGLFormatOfInternalformat() 1499 case GL_COMPRESSED_SIGNED_RED_RGTC1: in getInternalformatString() 1500 result = "GL_COMPRESSED_SIGNED_RED_RGTC1"; in getInternalformatString() 1692 case GL_COMPRESSED_SIGNED_RED_RGTC1: in getSamplerTypeForInternalformat() 2383 case GL_COMPRESSED_SIGNED_RED_RGTC1 in isInternalformatCompressed() [all...] |
H A D | gl4cDirectStateAccessTexturesTests.cpp | 4930 {GL_COMPRESSED_SIGNED_RED_RGTC1, data_0x8dbc_2D_8, sizeof data_0x8dbc_2D_8, 2}, 5490 is_ok &= Test<2>(GL_COMPRESSED_SIGNED_RED_RGTC1, false); in iterate() 5509 is_ok &= Test<3>(GL_COMPRESSED_SIGNED_RED_RGTC1, false); in iterate() 8632 gl.textureBuffer(texture_buffer, GL_COMPRESSED_SIGNED_RED_RGTC1, buffer); in iterate() 8785 gl.textureBufferRange(texture_buffer, GL_COMPRESSED_SIGNED_RED_RGTC1, buffer, 0, data_size); in iterate() 9108 GL_COMPRESSED_SIGNED_RED_RGTC1, in Prepare()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_format.c | 551 { GL_COMPRESSED_SIGNED_RED_RGTC1, 0 },
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcPackedPixelsTests.cpp | 235 { GL_COMPRESSED_SIGNED_RED_RGTC1, GL_RED, GL_RED, GL_BYTE, SAMPLER_NORM, { { 8, 0, 0, 0, 0, 0, 0, 0, 0 } }, FLAG_COMPRESSED }, 636 formatMap[GL_COMPRESSED_SIGNED_RED_RGTC1] = "GL_COMPRESSED_SIGNED_RED_RGTC1"; in getFormatStr() 1742 (internalformat.sizedFormat == GL_COMPRESSED_SIGNED_RED_RGTC1) ||
|
H A D | glcTextureRepeatModeTests.cpp | 342 { GL_COMPRESSED_SIGNED_RED_RGTC1, GL_RED, GL_RED, GL_BYTE, SAMPLER_NORM, { { 8, 0, 0, 0, 0, 0, 0, 0, NO_FLAG } }, FLAG_COMPRESSED },
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 516 #define GL_COMPRESSED_SIGNED_RED_RGTC1 0x8DBC macro
|
/third_party/glfw/deps/glad/ |
H A D | gl.h | 371 #define GL_COMPRESSED_SIGNED_RED_RGTC1 0x8DBC macro
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 1207 #define GL_COMPRESSED_SIGNED_RED_RGTC1 0x8DBC macro
|
H A D | glext.h | 1092 #define GL_COMPRESSED_SIGNED_RED_RGTC1 0x8DBC macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 1188 #define GL_COMPRESSED_SIGNED_RED_RGTC1 0x8DBC macro
|
H A D | glext.h | 1073 #define GL_COMPRESSED_SIGNED_RED_RGTC1 0x8DBC macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 1207 #define GL_COMPRESSED_SIGNED_RED_RGTC1 0x8DBC macro
|
H A D | glext.h | 1091 #define GL_COMPRESSED_SIGNED_RED_RGTC1 0x8DBC macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 1207 #define GL_COMPRESSED_SIGNED_RED_RGTC1 0x8DBC macro
|
H A D | glext.h | 1091 #define GL_COMPRESSED_SIGNED_RED_RGTC1 0x8DBC macro
|