/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/ |
D | esextcDrawBuffersIndexedColorMasks.cpp | 100 GL_R16UI, GL_R32I, GL_R32UI, GL_RG8I, GL_RG8UI, in iterate() 332 case GL_R16UI: in NumComponents() 389 case GL_R16UI: in ReadableType()
|
D | esextcDrawBuffersIndexedBlending.cpp | 340 case GL_R16UI: in NumComponents()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cTextureSwizzleTests.cpp | 203 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 …]
|
D | gl4cTextureViewTests.cpp | 61 …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()
|
D | gl4cCopyImageTests.cpp | 146 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/ |
D | es3pTextureFormatTests.cpp | 100 { "r16ui", GL_R16UI, }, in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fRboStateQueryTests.cpp | 187 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()
|
D | es3fFboTestCase.cpp | 180 case GL_R16UI: in isRequiredFormat() 303 case GL_R16UI: in getMinimumSampleCount()
|
D | es3fInternalFormatQueryTests.cpp | 193 { "r16ui", GL_R16UI, true }, in init()
|
D | es3fFboCompletenessTests.cpp | 52 GL_R8I, GL_R8UI, GL_R16I, GL_R16UI, GL_R32I, GL_R32UI,
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboTestCase.cpp | 186 case GL_R16UI: in isRequiredFormat() 323 case GL_R16UI: in getMinimumSampleCount()
|
D | es31fTextureFormatTests.cpp | 519 { "r16ui", GL_R16UI, }, in init() 574 { "r16ui", GL_R16UI, }, in init()
|
D | es31fFboColorbufferTests.cpp | 391 GL_R16UI, in init()
|
/external/angle/src/libANGLE/ |
D | format_map_autogen.cpp | 393 return GL_R16UI; in GetSizedFormatInternal() 1096 case GL_R16UI: in ValidES3FormatCombination()
|
/external/angle/src/libANGLE/renderer/vulkan/mac/ |
D | IOSurfaceSurfaceVkMac.mm | 43 {GL_R16UI, GL_UNSIGNED_SHORT, 2, GL_R16UI},
|
/external/mesa3d/src/mesa/main/ |
D | shaderimage.c | 88 case GL_R16UI: in _mesa_get_shader_image_format() 392 case GL_R16UI: in _mesa_is_shader_image_format_supported()
|
D | glformats.c | 757 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/ |
D | gluTextureUtil.cpp | 210 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/ |
D | BlendIntegerTest.cpp | 257 runTest<GL_R16UI, 1, false>(); in TEST_P()
|
D | CopyTexture3DTest.cpp | 140 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/ |
D | vrend_formats.c | 150 { 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/ |
D | IOSurfaceSurfaceEAGL.mm | 47 {GL_R16UI, GL_UNSIGNED_SHORT, GL_R16UI, GL_RED_INTEGER, GL_UNSIGNED_SHORT},
|
/external/angle/src/libANGLE/renderer/gl/cgl/ |
D | IOSurfaceSurfaceCGL.cpp | 49 …{GL_R16UI, GL_UNSIGNED_SHORT, 2, GL_RED, GL_RED, GL_UNSIGNED_SHORT …
|
/external/angle/extensions/ |
D | EGL_ANGLE_iosurface_client_buffer.txt | 113 GL_UNSIGNED_SHORT GL_R16UI
|
/external/deqp/external/openglcts/modules/glesext/texture_buffer/ |
D | esextcTextureBufferParameters.cpp | 71 m_internal_formats[GL_R16UI] = sizeof(glw::GLushort) * 1 /* components */; in initTest()
|