Home
last modified time | relevance | path

Searched refs:GL_R16UI (Results 1 – 25 of 89) sorted by relevance

1234

/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedColorMasks.cpp100 GL_R16UI, GL_R32I, GL_R32UI, GL_RG8I, GL_RG8UI, in iterate()
332 case GL_R16UI: in NumComponents()
389 case GL_R16UI: in ReadableType()
DesextcDrawBuffersIndexedBlending.cpp340 case GL_R16UI: in NumComponents()
/external/deqp/external/openglcts/modules/gl/
Dgl3cTextureSwizzleTests.cpp203 static const _out_ch_desc uint16_zero = { GL_R16UI, data_uint16_zero };
204 static const _out_ch_desc uint16_one = { GL_R16UI, data_uint16_one };
535 { GL_R16UI, exp_data_rgb10_a2ui + 0 },
536 { GL_R16UI, exp_data_rgb10_a2ui + 1 },
537 { GL_R16UI, exp_data_rgb10_a2ui + 2 },
538 { GL_R16UI, exp_data_rgb10_a2ui + 3 },
777 GL_R16UI,
782 { GL_R16UI, src_data_r16ui },
860 { GL_R16UI, src_data_rg16ui + 0 },
861 { GL_R16UI, src_data_rg16ui + 1 },
[all …]
Dgl4cTextureViewTests.cpp61 …VIEW_CLASS_16_BITS, GL_RG8UI, VIEW_CLASS_16_BITS, GL_R16UI, VIEW_CLASS_16_BITS, GL_RG8I, VIEW_CLAS…
115 GL_R16UI, /* >= GL 4.0 */
278 case GL_R16UI: in getAmountOfComponentsForInternalformat()
546 case GL_R16UI: in getComponentSizeForInternalformat()
812 case GL_R16UI: in getFormatOfInternalformat()
1025 case GL_R16UI: in getGLFormatOfInternalformat()
1406 case GL_R16UI: in getInternalformatString()
1750 case GL_R16UI: in getSamplerTypeForInternalformat()
2005 case GL_R16UI: in getTypeCompatibleWithInternalformat()
2476 case GL_R16UI: in isInternalformatSupported()
Dgl4cCopyImageTests.cpp146 GL_R16, GL_R16F, GL_R16I, GL_R16UI, GL_R16_SNORM,
288 case GL_R16UI: in filterFormats()
541 case GL_R16UI: in getEpsilon()
629 case GL_R16UI: in getFormat()
733 case GL_R16UI: in getNumberOfChannels()
870 case GL_R16UI: in getType()
994 case GL_R16UI: in getPixelSizeForFormat()
2296 case GL_R16UI: in packPixel()
/external/deqp/modules/gles3/performance/
Des3pTextureFormatTests.cpp100 { "r16ui", GL_R16UI, }, in init()
/external/deqp/modules/gles3/functional/
Des3fRboStateQueryTests.cpp187 GL_RGB10_A2UI, GL_SRGB8_ALPHA8, GL_R8I, GL_R8UI, GL_R16I, GL_R16UI, GL_R32I, GL_R32UI, in test()
241 { GL_R16UI, 16, 0, 0, 0 }, in test()
Des3fFboTestCase.cpp180 case GL_R16UI: in isRequiredFormat()
303 case GL_R16UI: in getMinimumSampleCount()
Des3fInternalFormatQueryTests.cpp193 { "r16ui", GL_R16UI, true }, in init()
Des3fFboCompletenessTests.cpp52 GL_R8I, GL_R8UI, GL_R16I, GL_R16UI, GL_R32I, GL_R32UI,
/external/deqp/modules/gles31/functional/
Des31fFboTestCase.cpp186 case GL_R16UI: in isRequiredFormat()
323 case GL_R16UI: in getMinimumSampleCount()
Des31fTextureFormatTests.cpp519 { "r16ui", GL_R16UI, }, in init()
574 { "r16ui", GL_R16UI, }, in init()
Des31fFboColorbufferTests.cpp391 GL_R16UI, in init()
/external/angle/src/libANGLE/
Dformat_map_autogen.cpp393 return GL_R16UI; in GetSizedFormatInternal()
1096 case GL_R16UI: in ValidES3FormatCombination()
/external/angle/src/libANGLE/renderer/vulkan/mac/
DIOSurfaceSurfaceVkMac.mm43 {GL_R16UI, GL_UNSIGNED_SHORT, 2, GL_R16UI},
/external/mesa3d/src/mesa/main/
Dshaderimage.c88 case GL_R16UI: in _mesa_get_shader_image_format()
392 case GL_R16UI: in _mesa_is_shader_image_format_supported()
Dglformats.c757 case GL_R16UI: in _mesa_is_enum_format_unsigned_int()
1172 case GL_R16UI: in _mesa_is_color_format()
2588 case GL_R16UI: in _mesa_base_tex_format()
3344 if (internalFormat != GL_R16UI) in _mesa_gles_error_check_format_and_type()
3873 case GL_R16UI: in _mesa_is_es3_color_renderable()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp210 case FMT_CASE(R, UNSIGNED_INT16): return GL_R16UI; in getInternalFormat()
539 case GL_R16UI: return TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT16); in mapGLInternalFormat()
593 case GL_R16UI: in isGLInternalColorFormatFilterable()
1141 case GL_R16UI: in getRenderableBitsES3()
/external/angle/src/tests/gl_tests/
DBlendIntegerTest.cpp257 runTest<GL_R16UI, 1, false>(); in TEST_P()
DCopyTexture3DTest.cpp140 case GL_R16UI: in testCopy()
975 testCopy(testTarget, kColor, GL_R16UI, GL_UNSIGNED_SHORT, false, false, false, in testUintFormats()
977 testCopy(testTarget, kColor, GL_R16UI, GL_UNSIGNED_SHORT, false, true, false, in testUintFormats()
979 testCopy(testTarget, kColor, GL_R16UI, GL_UNSIGNED_SHORT, false, false, true, in testUintFormats()
/external/virglrenderer/src/
Dvrend_formats.c150 { VIRGL_FORMAT_R16_UINT, GL_R16UI, GL_RED_INTEGER, GL_UNSIGNED_SHORT, NO_SWIZZLE },
182 { VIRGL_FORMAT_A16_UINT, GL_R16UI, GL_RED_INTEGER, GL_UNSIGNED_SHORT, OOOR_SWIZZLE },
183 { VIRGL_FORMAT_L16_UINT, GL_R16UI, GL_RED_INTEGER, GL_UNSIGNED_SHORT, RRR1_SWIZZLE },
/external/angle/src/libANGLE/renderer/gl/eagl/
DIOSurfaceSurfaceEAGL.mm47 {GL_R16UI, GL_UNSIGNED_SHORT, GL_R16UI, GL_RED_INTEGER, GL_UNSIGNED_SHORT},
/external/angle/src/libANGLE/renderer/gl/cgl/
DIOSurfaceSurfaceCGL.cpp49 …{GL_R16UI, GL_UNSIGNED_SHORT, 2, GL_RED, GL_RED, GL_UNSIGNED_SHORT …
/external/angle/extensions/
DEGL_ANGLE_iosurface_client_buffer.txt113 GL_UNSIGNED_SHORT GL_R16UI
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferParameters.cpp71 m_internal_formats[GL_R16UI] = sizeof(glw::GLushort) * 1 /* components */; in initTest()

1234