/third_party/mesa3d/src/mesa/main/ |
H A D | glformats.c | 716 case GL_RGB16_SNORM: in _mesa_is_enum_format_snorm() 1220 case GL_RGB16_SNORM: in _mesa_is_color_format() 2458 case GL_RGB16_SNORM: in _mesa_base_tex_format() 2896 case GL_RGB16_SNORM: in _mesa_gles_check_internalformat() 3222 if (internalFormat != GL_RGB16_SNORM) in _mesa_gles_error_check_format_and_type() 4124 case GL_RGB16_SNORM: in _mesa_is_es3_texture_filterable()
|
H A D | textureview.c | 141 {GL_VIEW_CLASS_48_BITS, GL_RGB16_SNORM},
|
H A D | fbobject.c | 2460 case GL_RGB16_SNORM: in _mesa_base_fbo_format()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cCopyImageTests.cpp | 164 GL_RGB16, GL_RGB16F, GL_RGB16I, GL_RGB16UI, GL_RGB16_SNORM, 325 case GL_RGB16_SNORM: in filterFormats() 564 case GL_RGB16_SNORM: in getEpsilon() 664 case GL_RGB16_SNORM: in getFormat() 764 case GL_RGB16_SNORM: in getNumberOfChannels() 886 case GL_RGB16_SNORM: in getType() 1044 case GL_RGB16_SNORM: in getPixelSizeForFormat() 2328 case GL_RGB16_SNORM: in packPixel()
|
H A D | gl4cTextureViewTests.cpp | 53 VIEW_CLASS_64_BITS, GL_RGB16, VIEW_CLASS_48_BITS, GL_RGB16_SNORM, VIEW_CLASS_48_BITS, GL_RGB16F, VIEW_CLASS_48_BITS, 125 GL_RGB16_SNORM, /* >= GL 4.0 */ 227 case GL_RGB16_SNORM: in getAmountOfComponentsForInternalformat() 476 case GL_RGB16_SNORM: in getComponentSizeForInternalformat() 790 case GL_RGB16_SNORM: in getFormatOfInternalformat() 942 case GL_RGB16_SNORM: in getGLFormatOfInternalformat() 1436 case GL_RGB16_SNORM: in getInternalformatString() 1437 result = "GL_RGB16_SNORM"; in getInternalformatString() 1711 case GL_RGB16_SNORM: in getSamplerTypeForInternalformat() 1957 case GL_RGB16_SNORM in getTypeCompatibleWithInternalformat() [all...] |
H A D | gl3cTextureSizePromotion.cpp | 1285 { glu::ContextType(3, 1, glu::PROFILE_CORE), GL_RGB16_SNORM, STR(GL_RGB16_SNORM), false, true, 16, 16, 16, 0, 0, 0,
|
H A D | gl3cTextureSwizzleTests.cpp | 439 GL_RGB16_SNORM,
|
H A D | gl4cDirectStateAccessTexturesTests.cpp | 9054 GL_RGB16_SNORM, in Prepare()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluTextureUtil.cpp | 178 case FMT_CASE(RGB, SNORM_INT16): return GL_RGB16_SNORM; in getInternalFormat() 507 case GL_RGB16_SNORM: return TextureFormat(TextureFormat::RGB, TextureFormat::SNORM_INT16);
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_format.c | 1002 { GL_RGB16_SNORM, 0 },
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 720 #define GL_RGB16_SNORM 0x8F9A macro
|
H A D | formatutilsgl.cpp | 236 InsertFormatMapping(&map, GL_RGB16_SNORM, VersionOnly(3, 1), AlwaysSupported(), NeverSupported(), ExtsOnly("GL_EXT_texture_norm16"), AlwaysSupported(), NeverSupported(), NeverSupported() ); in BuildInternalFormatInfoMap()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcTextureRepeatModeTests.cpp | 270 { GL_RGB16_SNORM, GL_RGB, GL_RGB, GL_SHORT, SAMPLER_NORM, { {16,16,16, 0, 0, 0, 0, 0, NO_FLAG } }, 0 },
|
H A D | glcPackedPixelsTests.cpp | 175 { GL_RGB16_SNORM, GL_RGB, GL_RGB, GL_SHORT, SAMPLER_NORM, { {16,16,16, 0, 0, 0, 0, 0, 0 } }, 0 }, 1768 GL_R16_SNORM, GL_RG16_SNORM, GL_RGB16_SNORM, GL_RGBA16_SNORM };
|
H A D | glcInternalformatTests.cpp | 1746 TF(GL_RGB, GL_SHORT, GL_RGB16_SNORM), in getGLTestData()
|
/third_party/glfw/deps/glad/ |
H A D | gl.h | 1054 #define GL_RGB16_SNORM 0x8F9A macro
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 1428 #define GL_RGB16_SNORM 0x8F9A macro
|
H A D | glext.h | 1316 #define GL_RGB16_SNORM 0x8F9A macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 1409 #define GL_RGB16_SNORM 0x8F9A macro
|
H A D | glext.h | 1297 #define GL_RGB16_SNORM 0x8F9A macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 1428 #define GL_RGB16_SNORM 0x8F9A macro
|
H A D | glext.h | 1315 #define GL_RGB16_SNORM 0x8F9A macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 1428 #define GL_RGB16_SNORM 0x8F9A macro
|
H A D | glext.h | 1315 #define GL_RGB16_SNORM 0x8F9A macro
|