/external/deqp/external/openglcts/modules/gl/ |
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_NULL }, [all …]
|
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,
|
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() 1726 case GL_R16: in getSamplerTypeForInternalformat() 2001 case GL_R16: in getTypeCompatibleWithInternalformat() 2479 case GL_R16: in isInternalformatSupported()
|
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() 620 case GL_R16: in getFormat() 728 case GL_R16: in getNumberOfChannels() 872 case GL_R16: in getType() 995 case GL_R16: in getPixelSizeForFormat() 2300 case GL_R16: in packPixel()
|
D | gl4cSparseTexture2Tests.cpp | 352 mStandardVirtualPageSizesTable[GL_R16] = PageSizeStruct(256, 128, 1); in init() 462 mSupportedInternalFormats.push_back(GL_R16); in init() 596 else if (format == GL_R16) in createShaderTokens() 2717 convFormat = GL_R16; in writeDataToTexture()
|
D | gl4cSparseTextureTests.cpp | 817 mSupportedInternalFormats.push_back(GL_R16); in init() 1033 mSupportedInternalFormats.push_back(GL_R16); in init() 1648 mSupportedInternalFormats.push_back(GL_R16); in init()
|
D | gl4cDirectStateAccessBuffersTests.cpp | 999 …is_ok &= TestClearNamedBufferData<glw::GLushort, false>(GL_R16, 1, GL_RED, GL_UNSIGNED_SHORT, refe… in iterate() 1005 …is_ok &= TestClearNamedBufferData<glw::GLushort, true>(GL_R16, 1, GL_RED, GL_UNSIGNED_SHORT, refer… in iterate() 2664 GL_R8, GL_R16, GL_R16F, GL_R32F, GL_R8I, GL_R16I, GL_R32I, in TestErrorsOfClearNamedBufferData() 2898 GL_R8, GL_R16, GL_R16F, GL_R32F, GL_R8I, GL_R16I, GL_R32I, in TestErrorsOfClearNamedBufferSubData()
|
D | gl4cSparseTextureClampTests.cpp | 734 convFormat = GL_R16; in writeDataToTexture()
|
D | gl4cShaderImageLoadStoreTests.cpp | 586 case GL_R16: in FormatEnumToString() 1380 if (!Write(GL_R16, vec4(1.0f), vec4(1.0f, 0.0f, 0.0f, 1.0f))) in Run() 1569 if (!Read(GL_R16, vec4(1.0f), vec4(1.0f, 0.0f, 0.0f, 1.0f))) in Run() 1753 if (!Write(GL_R16, vec4(1.0f), vec4(1.0f, 0.0f, 0.0f, 1.0f))) in Run() 1980 if (!Read(GL_R16, vec4(1.0f), vec4(1.0f, 0.0f, 0.0f, 1.0f))) in Run() 2235 if (!Read(GL_R16, vec4(1.0f), vec4(1.0f, 0.0f, 0.0f, 1.0f))) in Run() 4341 if (!Write(GL_R16, vec4(1.0f), vec4(1.0f, 0.0f, 0.0f, 1.0f))) in RunStage()
|
/external/mesa3d/src/mesa/main/ |
D | shaderimage.c | 136 case GL_R16: in _mesa_get_shader_image_format() 417 case GL_R16: in _mesa_is_shader_image_format_supported()
|
D | glformats.c | 666 case GL_R16: in _mesa_is_enum_format_unorm() 1015 case GL_R16: in _mesa_is_color_format() 2595 case GL_R16: in _mesa_base_tex_format() 3281 if (!_mesa_has_EXT_texture_norm16(ctx) || internalFormat != GL_R16) in _mesa_gles_error_check_format_and_type() 3889 case GL_R16: in _mesa_is_es3_color_renderable() 3937 case GL_R16: in _mesa_is_es3_texture_filterable()
|
D | texformat.c | 674 case GL_R16: in _mesa_choose_tex_format()
|
D | textureview.c | 170 {GL_VIEW_CLASS_16_BITS, GL_R16},
|
D | readpix.c | 933 case GL_R16: in read_pixels_es3_error_check()
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
D | dri_util.c | 997 .internal_format = GL_R16, 1002 .internal_format = GL_R16,
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboTestCase.cpp | 256 case GL_R16: in getEnablingExtensions()
|
D | es31fFboColorbufferTests.cpp | 411 GL_R16, in init()
|
D | es31fFboTestUtil.cpp | 544 case GL_R16: return "r16"; in getFormatName()
|
/external/virglrenderer/src/ |
D | vrend_formats.c | 98 { VIRGL_FORMAT_L16_UNORM, GL_R16, GL_RED, GL_UNSIGNED_SHORT, RRR1_SWIZZLE }, 104 { VIRGL_FORMAT_R16_UNORM, GL_R16, GL_RED, GL_UNSIGNED_SHORT, NO_SWIZZLE },
|
/external/deqp/framework/opengl/ |
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); in mapGLInternalFormat()
|
D | gluStrUtil.inl | 871 case GL_R16: return "GL_R16"; 1721 case GL_R16: return "GL_R16";
|
/external/angle/src/libANGLE/renderer/gl/ |
D | functionsgl_enums.h | 593 #define GL_R16 0x822A macro
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 526 { GL_R16, 0 },
|
D | st_cb_fbo.c | 414 strb->Base.InternalFormat = GL_R16; in st_new_renderbuffer_fb()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcTextureRepeatModeTests.cpp | 255 …{ GL_R16, GL_RED, GL_RED, GL_UNSIGNED_SHORT, SAMPLER_UNORM, { {16, 0, 0, 0, 0, 0, 0, 0,…
|