/third_party/mesa3d/src/mesa/main/ |
H A D | texcompress.c | 90 case GL_COMPRESSED_SIGNED_RG_RGTC2: in _mesa_gl_compressed_format_base_format() 521 case GL_COMPRESSED_SIGNED_RG_RGTC2: in _mesa_glenum_to_compressed_format() 718 return GL_COMPRESSED_SIGNED_RG_RGTC2; in _mesa_compressed_format_to_glenum()
|
H A D | textureview.c | 185 {GL_VIEW_CLASS_RGTC2_RG, GL_COMPRESSED_SIGNED_RG_RGTC2},
|
H A D | copyimage.c | 443 case GL_COMPRESSED_SIGNED_RG_RGTC2: in compressed_format_compatible()
|
H A D | glformats.c | 1098 case GL_COMPRESSED_SIGNED_RG_RGTC2: in _mesa_is_color_format()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | GLFormat.cpp | 108 AddFormat(wgpu::TextureFormat::BC5RGSnorm, GL_COMPRESSED_SIGNED_RG_RGTC2, GL_RG, GL_BYTE, Type::Float); in BuildGLFormatTable()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cTextureViewTests.cpp | 68 GL_COMPRESSED_RG_RGTC2, VIEW_CLASS_RGTC2_RG, GL_COMPRESSED_SIGNED_RG_RGTC2, VIEW_CLASS_RGTC2_RG, 152 GL_COMPRESSED_SIGNED_RG_RGTC2, /* >= GL 4.0 */ 249 case GL_COMPRESSED_SIGNED_RG_RGTC2: in getAmountOfComponentsForInternalformat() 324 case GL_COMPRESSED_SIGNED_RG_RGTC2: in getBlockSizeForCompressedInternalformat() 787 case GL_COMPRESSED_SIGNED_RG_RGTC2: in getFormatOfInternalformat() 970 case GL_COMPRESSED_SIGNED_RG_RGTC2: in getGLFormatOfInternalformat() 1505 case GL_COMPRESSED_SIGNED_RG_RGTC2: in getInternalformatString() 1506 result = "GL_COMPRESSED_SIGNED_RG_RGTC2"; in getInternalformatString() 1694 case GL_COMPRESSED_SIGNED_RG_RGTC2: in getSamplerTypeForInternalformat() 2385 case GL_COMPRESSED_SIGNED_RG_RGTC2 in isInternalformatCompressed() [all...] |
H A D | gl4cDirectStateAccessTexturesTests.cpp | 4932 {GL_COMPRESSED_SIGNED_RG_RGTC2, data_0x8dbe_2D_16, sizeof data_0x8dbe_2D_16, 2}, 5492 is_ok &= Test<2>(GL_COMPRESSED_SIGNED_RG_RGTC2, false); in iterate() 5511 is_ok &= Test<3>(GL_COMPRESSED_SIGNED_RG_RGTC2, false); in iterate() 9110 GL_COMPRESSED_SIGNED_RG_RGTC2, in Prepare()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_format.c | 559 { GL_COMPRESSED_SIGNED_RG_RGTC2, 0 },
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcPackedPixelsTests.cpp | 237 { GL_COMPRESSED_SIGNED_RG_RGTC2, GL_RG, GL_RG, GL_BYTE, SAMPLER_NORM, { { 8, 8, 0, 0, 0, 0, 0, 0, 0 } }, FLAG_COMPRESSED }, 638 formatMap[GL_COMPRESSED_SIGNED_RG_RGTC2] = "GL_COMPRESSED_SIGNED_RG_RGTC2"; in getFormatStr() 1744 (internalformat.sizedFormat == GL_COMPRESSED_SIGNED_RG_RGTC2)))
|
H A D | glcTextureRepeatModeTests.cpp | 344 { GL_COMPRESSED_SIGNED_RG_RGTC2, GL_RG, GL_RG, GL_BYTE, SAMPLER_NORM, { { 8, 8, 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 | 517 #define GL_COMPRESSED_SIGNED_RG_RGTC2 0x8DBE macro
|
/third_party/glfw/deps/glad/ |
H A D | gl.h | 372 #define GL_COMPRESSED_SIGNED_RG_RGTC2 0x8DBE macro
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 1209 #define GL_COMPRESSED_SIGNED_RG_RGTC2 0x8DBE macro
|
H A D | glext.h | 1094 #define GL_COMPRESSED_SIGNED_RG_RGTC2 0x8DBE macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 1190 #define GL_COMPRESSED_SIGNED_RG_RGTC2 0x8DBE macro
|
H A D | glext.h | 1075 #define GL_COMPRESSED_SIGNED_RG_RGTC2 0x8DBE macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 1209 #define GL_COMPRESSED_SIGNED_RG_RGTC2 0x8DBE macro
|
H A D | glext.h | 1093 #define GL_COMPRESSED_SIGNED_RG_RGTC2 0x8DBE macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 1209 #define GL_COMPRESSED_SIGNED_RG_RGTC2 0x8DBE macro
|
H A D | glext.h | 1093 #define GL_COMPRESSED_SIGNED_RG_RGTC2 0x8DBE macro
|