/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cTextureSwizzleTests.cpp | 199 static const _out_ch_desc snorm16_zero = { GL_R16_SNORM, data_snorm16_zero }; 200 static const _out_ch_desc snorm16_one = { GL_R16_SNORM, data_snorm16_one }; 270 GL_R16_SNORM, 275 { GL_R16_SNORM, DE_NULL }, 327 { GL_R16_SNORM, DE_NULL }, 328 { GL_R16_SNORM, DE_NULL }, 444 { GL_R16_SNORM, DE_NULL }, 445 { GL_R16_SNORM, DE_NULL }, 446 { GL_R16_SNORM, DE_NULL }, 574 { GL_R16_SNORM, DE_NUL [all...] |
H A D | gl4cCopyImageTests.cpp | 146 GL_R16, GL_R16F, GL_R16I, GL_R16UI, GL_R16_SNORM, 289 case GL_R16_SNORM: in filterFormats() 536 case GL_R16_SNORM: in getEpsilon() 621 case GL_R16_SNORM: in getFormat() 728 case GL_R16_SNORM: in getNumberOfChannels() 882 case GL_R16_SNORM: in getType() 995 case GL_R16_SNORM: in getPixelSizeForFormat() 2291 case GL_R16_SNORM: in packPixel()
|
H A D | gl4cSparseTexture2Tests.cpp | 353 mStandardVirtualPageSizesTable[GL_R16_SNORM] = PageSizeStruct(256, 128, 1); in init() 429 case GL_R16_SNORM: in iterate() 483 mSupportedInternalFormats.push_back(GL_R16_SNORM); in init() 622 else if (format == GL_R16_SNORM) in createShaderTokens()
|
H A D | gl3cTextureSizePromotion.cpp | 616 return GL_R16_SNORM; in getDestinationFormatForChannel() 1259 { glu::ContextType(3, 1, glu::PROFILE_CORE), GL_R16_SNORM, STR(GL_R16_SNORM), false, true, 16, 0, 0, 0, 0, 0,
|
H A D | gl4cTextureViewTests.cpp | 63 VIEW_CLASS_16_BITS, GL_R16_SNORM, VIEW_CLASS_16_BITS, GL_R8UI, VIEW_CLASS_8_BITS, GL_R8I, VIEW_CLASS_8_BITS, GL_R8, 138 GL_R16_SNORM, /* >= GL 4.0 */ 275 case GL_R16_SNORM: in getAmountOfComponentsForInternalformat() 548 case GL_R16_SNORM: in getComponentSizeForInternalformat() 794 case GL_R16_SNORM: in getFormatOfInternalformat() 1014 case GL_R16_SNORM: in getGLFormatOfInternalformat() 1475 case GL_R16_SNORM: in getInternalformatString() 1476 result = "GL_R16_SNORM"; in getInternalformatString() 1728 case GL_R16_SNORM: in getSamplerTypeForInternalformat() 1959 case GL_R16_SNORM in getTypeCompatibleWithInternalformat() [all...] |
H A D | gl4cSparseTextureTests.cpp | 816 mSupportedInternalFormats.push_back(GL_R16_SNORM); in init() 1032 mSupportedInternalFormats.push_back(GL_R16_SNORM); in init() 1647 mSupportedInternalFormats.push_back(GL_R16_SNORM); in init()
|
H A D | gl4cShaderImageLoadStoreTests.cpp | 252 if (internalformat == GL_RGBA16_SNORM || internalformat == GL_RG16_SNORM || internalformat == GL_R16_SNORM) in Equal() 598 case GL_R16_SNORM: in FormatEnumToString() 1393 if (!Write(GL_R16_SNORM, vec4(-1.0f, 1.0f, -1.0f, 1.0f), vec4(-1.0f, 0.0f, 0.0f, 1.0f))) in Run() 1582 if (!Read(GL_R16_SNORM, vec4(-1.0f, 1.0f, -1.0f, 1.0f), vec4(-1.0f, 0.0f, 0.0f, 1.0f))) in Run() 1766 if (!Write(GL_R16_SNORM, vec4(-1.0f, 1.0f, -1.0f, 1.0f), vec4(-1.0f, 0.0f, 0.0f, 1.0f))) in Run() 1993 if (!Read(GL_R16_SNORM, vec4(-1.0f, 1.0f, -1.0f, 1.0f), vec4(-1.0f, 0.0f, 0.0f, 1.0f))) in Run() 2248 if (!Read(GL_R16_SNORM, vec4(-1.0f, 1.0f, -1.0f, 1.0f), vec4(-1.0f, 0.0f, 0.0f, 1.0f))) in Run() 4356 if (!Write(GL_R16_SNORM, vec4(-1.0f, 1.0f, -1.0f, 1.0f), vec4(-1.0f, 0.0f, 0.0f, 1.0f))) in RunStage()
|
H A D | gl4cDirectStateAccessTexturesTests.cpp | 9040 GL_R16_SNORM, in Prepare()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | glformats.c | 710 case GL_R16_SNORM: in _mesa_is_enum_format_snorm() 1214 case GL_R16_SNORM: in _mesa_is_color_format() 2450 case GL_R16_SNORM: in _mesa_base_tex_format() 2894 case GL_R16_SNORM: in _mesa_gles_check_internalformat() 3472 if (internalFormat != GL_R16_SNORM) in _mesa_gles_error_check_format_and_type() 4079 case GL_R16_SNORM: in _mesa_is_es3_color_renderable() 4120 case GL_R16_SNORM: in _mesa_is_es3_texture_filterable()
|
H A D | shaderimage.c | 157 case GL_R16_SNORM: in _mesa_get_shader_image_format() 421 case GL_R16_SNORM: in _mesa_is_shader_image_format_supported()
|
H A D | textureview.c | 176 {GL_VIEW_CLASS_16_BITS, GL_R16_SNORM},
|
H A D | readpix.c | 954 case GL_R16_SNORM: in read_pixels_es3_error_check()
|
H A D | fbobject.c | 820 case GL_R16_SNORM: in is_format_color_renderable() 2443 case GL_R16_SNORM: in _mesa_base_fbo_format()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluTextureUtil.cpp | 207 case FMT_CASE(R, SNORM_INT16): return GL_R16_SNORM; in getInternalFormat() 536 case GL_R16_SNORM: return TextureFormat(TextureFormat::R, TextureFormat::SNORM_INT16);
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_format.c | 976 { GL_R16_SNORM, 0 },
|
H A D | st_cb_texture.c | 363 dst_glformat = GL_R16_SNORM; in st_pbo_get_dst_format()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcPackedPixelsTests.cpp | 162 { GL_R16_SNORM, GL_RED, GL_RED, GL_SHORT, SAMPLER_NORM, { {16, 0, 0, 0, 0, 0, 0, 0, 0 } }, 0 }, 1601 ((internalformat.sizedFormat == GL_R16_SNORM) || (internalformat.sizedFormat == GL_RG16_SNORM) || 1768 GL_R16_SNORM, GL_RG16_SNORM, GL_RGB16_SNORM, GL_RGBA16_SNORM }; 1944 (GL_RGBA8_SNORM == validFormat->internalformat) || (GL_R16_SNORM == validFormat->internalformat) ||
|
H A D | glcTextureRepeatModeTests.cpp | 256 { GL_R16_SNORM, GL_RED, GL_RED, GL_SHORT, SAMPLER_NORM, { {16, 0, 0, 0, 0, 0, 0, 0, NO_FLAG } }, 0 },
|
H A D | glcInternalformatTests.cpp | 1742 TF(GL_RED, GL_SHORT, GL_R16_SNORM), in getGLTestData()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 716 #define GL_R16_SNORM 0x8F98 macro
|
H A D | formatutilsgl.cpp | 234 InsertFormatMapping(&map, GL_R16_SNORM, VersionOnly(3, 1), AlwaysSupported(), NeverSupported(), ExtsOnly("GL_EXT_texture_norm16"), AlwaysSupported(), NeverSupported(), NeverSupported() ); in BuildInternalFormatInfoMap()
|
/third_party/glfw/deps/glad/ |
H A D | gl.h | 991 #define GL_R16_SNORM 0x8F98 macro
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 1426 #define GL_R16_SNORM 0x8F98 macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 1407 #define GL_R16_SNORM 0x8F98 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 1426 #define GL_R16_SNORM 0x8F98 macro
|