Home
last modified time | relevance | path

Searched refs:GL_R16 (Results 1 - 25 of 38) sorted by relevance

12

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTextureSwizzleTests.cpp209 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 Dgl4cCopyImageTests.cpp146 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 Dgl4cSparseTexture2Tests.cpp352 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 Dgl3cTextureSizePromotion.cpp611 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 Dgl4cTextureViewTests.cpp62 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 Dgl4cSparseTextureTests.cpp815 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 Dgl4cDirectStateAccessBuffersTests.cpp999 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 Dgl4cSparseTextureClampTests.cpp747 convFormat = GL_R16; in writeDataToTexture()
H A Dgl4cShaderImageLoadStoreTests.cpp585 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 Dglformats.c666 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 Dshaderimage.c139 case GL_R16: in _mesa_get_shader_image_format()
420 case GL_R16: in _mesa_is_shader_image_format_supported()
H A Dtextureview.c173 {GL_VIEW_CLASS_16_BITS, GL_R16},
H A Dreadpix.c944 case GL_R16: in read_pixels_es3_error_check()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestCase.cpp256 case GL_R16: in getEnablingExtensions()
H A Des31fFboColorbufferTests.cpp411 GL_R16, in init()
H A Des31fFboTestUtil.cpp544 case GL_R16: return "r16"; in getFormatName()
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_util.c1141 .internal_format = GL_R16,
1146 .internal_format = GL_R16,
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureUtil.cpp206 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 Dst_format.c536 { GL_R16, 0 },
H A Dst_manager.c419 rb->InternalFormat = GL_R16; in st_new_renderbuffer_fb()
H A Dst_cb_texture.c357 dst_glformat = GL_R16; in st_pbo_get_dst_format()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcPackedPixelsTests.cpp161 { 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 DglcTextureRepeatModeTests.cpp255 { 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 Dfunctionsgl_enums.h593 #define GL_R16 0x822A macro
H A Dformatutilsgl.cpp229 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()

Completed in 100 milliseconds

12