/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cTextureSwizzleTests.cpp | 209 static const _out_ch_desc unorm16_zero = { GL_R16, data_unorm16_zero }; 210 static const _out_ch_desc unorm16_one = { GL_R16, data_unorm16_one }; 257 GL_R16, 262 { GL_R16, DE_NULL }, 314 { GL_R16, DE_NULL }, 315 { GL_R16, DE_NULL }, 405 { GL_R16, DE_NULL }, 406 { GL_R16, DE_NULL }, 407 { GL_R16, DE_NULL }, 418 { GL_R16, DE_NUL [all...] |
H A D | gl4cCopyImageTests.cpp | 146 GL_R16, GL_R16F, GL_R16I, GL_R16UI, GL_R16_SNORM, 285 case GL_R16: in filterFormats() 534 case GL_R16: in getEpsilon() 619 case GL_R16: in getFormat() 726 case GL_R16: in getNumberOfChannels() 869 case GL_R16: in getType() 991 case GL_R16: in getPixelSizeForFormat() 2289 case GL_R16: in packPixel()
|
H A D | gl4cSparseTexture2Tests.cpp | 352 mStandardVirtualPageSizesTable[GL_R16] = PageSizeStruct(256, 128, 1); in init() 482 mSupportedInternalFormats.push_back(GL_R16); in init() 616 else if (format == GL_R16) in createShaderTokens() 2801 convFormat = GL_R16; in writeDataToTexture()
|
H A D | gl3cTextureSizePromotion.cpp | 611 return GL_R16; in getDestinationFormatForChannel() 1257 { glu::ContextType(3, 0, glu::PROFILE_CORE), GL_R16, STR(GL_R16), false, true, 16, 0, 0, 0, 0, 0,
|
H A D | gl4cTextureViewTests.cpp | 62 GL_R16I, VIEW_CLASS_16_BITS, GL_RG8, VIEW_CLASS_16_BITS, GL_R16, VIEW_CLASS_16_BITS, GL_RG8_SNORM, 116 GL_R16, /* >= GL 4.0 */ 274 case GL_R16: in getAmountOfComponentsForInternalformat() 547 case GL_R16: in getComponentSizeForInternalformat() 776 case GL_R16: in getFormatOfInternalformat() 1012 case GL_R16: in getGLFormatOfInternalformat() 1409 case GL_R16: in getInternalformatString() 1410 result = "GL_R16"; in getInternalformatString() 1726 case GL_R16: in getSamplerTypeForInternalformat() 2001 case GL_R16 in getTypeCompatibleWithInternalformat() [all...] |
H A D | gl4cSparseTextureTests.cpp | 815 mSupportedInternalFormats.push_back(GL_R16); in init() 1031 mSupportedInternalFormats.push_back(GL_R16); in init() 1646 mSupportedInternalFormats.push_back(GL_R16); in init()
|
H A D | gl4cDirectStateAccessBuffersTests.cpp | 999 is_ok &= TestClearNamedBufferData<glw::GLushort, false>(GL_R16, 1, GL_RED, GL_UNSIGNED_SHORT, reference); in iterate() 1005 is_ok &= TestClearNamedBufferData<glw::GLushort, true>(GL_R16, 1, GL_RED, GL_UNSIGNED_SHORT, reference); in iterate() 2664 GL_R8, GL_R16, GL_R16F, GL_R32F, GL_R8I, GL_R16I, GL_R32I, in TestErrorsOfClearNamedBufferData() 2685 "(GL_R8, GL_R16, GL_R16F, GL_R32F, GL_R8I, GL_R16I, GL_R32I, GL_R8UI," in TestErrorsOfClearNamedBufferData() 2898 GL_R8, GL_R16, GL_R16F, GL_R32F, GL_R8I, GL_R16I, GL_R32I, in TestErrorsOfClearNamedBufferSubData() 2919 "(GL_R8, GL_R16, GL_R16F, GL_R32F, GL_R8I, GL_R16I, GL_R32I, GL_R8UI," in TestErrorsOfClearNamedBufferSubData()
|
H A D | gl4cSparseTextureClampTests.cpp | 747 convFormat = GL_R16; in writeDataToTexture()
|
H A D | gl4cShaderImageLoadStoreTests.cpp | 585 case GL_R16: in FormatEnumToString() 1379 if (!Write(GL_R16, vec4(1.0f), vec4(1.0f, 0.0f, 0.0f, 1.0f))) in Run() 1568 if (!Read(GL_R16, vec4(1.0f), vec4(1.0f, 0.0f, 0.0f, 1.0f))) in Run() 1752 if (!Write(GL_R16, vec4(1.0f), vec4(1.0f, 0.0f, 0.0f, 1.0f))) in Run() 1979 if (!Read(GL_R16, vec4(1.0f), vec4(1.0f, 0.0f, 0.0f, 1.0f))) in Run() 2234 if (!Read(GL_R16, vec4(1.0f), vec4(1.0f, 0.0f, 0.0f, 1.0f))) in Run() 4340 if (!Write(GL_R16, vec4(1.0f), vec4(1.0f, 0.0f, 0.0f, 1.0f))) in RunStage()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | glformats.c | 666 case GL_R16: in _mesa_is_enum_format_unorm() 1015 case GL_R16: in _mesa_is_color_format() 2607 case GL_R16: in _mesa_base_tex_format() 2886 case GL_R16: in _mesa_gles_check_internalformat() 3467 if (internalFormat != GL_R16) in _mesa_gles_error_check_format_and_type() 4071 case GL_R16: in _mesa_is_es3_color_renderable() 4119 case GL_R16: in _mesa_is_es3_texture_filterable()
|
H A D | shaderimage.c | 139 case GL_R16: in _mesa_get_shader_image_format() 420 case GL_R16: in _mesa_is_shader_image_format_supported()
|
H A D | textureview.c | 173 {GL_VIEW_CLASS_16_BITS, GL_R16},
|
H A D | readpix.c | 944 case GL_R16: in read_pixels_es3_error_check()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fFboTestCase.cpp | 256 case GL_R16: in getEnablingExtensions()
|
H A D | es31fFboColorbufferTests.cpp | 411 GL_R16, in init()
|
H A D | es31fFboTestUtil.cpp | 544 case GL_R16: return "r16"; in getFormatName()
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri_util.c | 1141 .internal_format = GL_R16, 1146 .internal_format = GL_R16,
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluTextureUtil.cpp | 206 case FMT_CASE(R, UNORM_INT16): return GL_R16; in getInternalFormat() 535 case GL_R16: return TextureFormat(TextureFormat::R, TextureFormat::UNORM_INT16);
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_format.c | 536 { GL_R16, 0 },
|
H A D | st_manager.c | 419 rb->InternalFormat = GL_R16; in st_new_renderbuffer_fb()
|
H A D | st_cb_texture.c | 357 dst_glformat = GL_R16; in st_pbo_get_dst_format()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcPackedPixelsTests.cpp | 161 { GL_R16, GL_RED, GL_RED, GL_UNSIGNED_SHORT, SAMPLER_UNORM, { {16, 0, 0, 0, 0, 0, 0, 0, 0 } }, FLAG_REQ_RBO_GL42 }, 1593 ((internalformat.sizedFormat == GL_R16) || (internalformat.sizedFormat == GL_RG16) || 1983 GL_R16UI, GL_R16, GL_R8, GL_R8I,
|
H A D | glcTextureRepeatModeTests.cpp | 255 { GL_R16, GL_RED, GL_RED, GL_UNSIGNED_SHORT, SAMPLER_UNORM, { {16, 0, 0, 0, 0, 0, 0, 0, NO_FLAG } }, FLAG_REQ_RBO_GL42 },
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 593 #define GL_R16 0x822A macro
|
H A D | formatutilsgl.cpp | 229 InsertFormatMapping(&map, GL_R16, VersionOrExts(3, 0, "GL_ARB_texture_rg"), AlwaysSupported(), VersionOrExts(3, 0, "GL_ARB_texture_rg"), ExtsOnly("GL_EXT_texture_norm16"), AlwaysSupported(), ExtsOnly("GL_EXT_texture_norm16"), ExtsOnly("GL_EXT_texture_norm16") ); in BuildInternalFormatInfoMap()
|