Home
last modified time | relevance | path

Searched refs:GL_RG16UI (Results 1 – 25 of 84) sorted by relevance

1234

/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedColorMasks.cpp101 GL_RG16I, GL_RG16UI, GL_RG32I, GL_RG32UI, GL_RGBA8I, in iterate()
340 case GL_RG16UI: in NumComponents()
392 case GL_RG16UI: in ReadableType()
DesextcDrawBuffersIndexedBlending.cpp348 case GL_RG16UI: in NumComponents()
/external/deqp/modules/gles3/performance/
Des3pTextureFormatTests.cpp90 { "rg16ui", GL_RG16UI, }, in init()
/external/deqp/modules/gles3/functional/
Des3fRboStateQueryTests.cpp188 GL_RG8I, GL_RG8UI, GL_RG16I, GL_RG16UI, GL_RG32I, GL_RG32UI, GL_RGBA8I, GL_RGBA8UI, in test()
247 { GL_RG16UI, 16, 16, 0, 0 }, in test()
Des3fFboTestCase.cpp173 case GL_RG16UI: in isRequiredFormat()
296 case GL_RG16UI: in getMinimumSampleCount()
Des3fInternalFormatQueryTests.cpp199 { "rg16ui", GL_RG16UI, true }, in init()
Des3fFboCompletenessTests.cpp53 GL_RG8I, GL_RG8UI, GL_RG16I, GL_RG16UI, GL_RG32I, GL_RG32UI,
Des3fPixelBufferObjectTests.cpp668 GL_RG16UI, in init()
/external/deqp/modules/gles31/functional/
Des31fFboTestCase.cpp179 case GL_RG16UI: in isRequiredFormat()
316 case GL_RG16UI: in getMinimumSampleCount()
Des31fTextureFormatTests.cpp509 { "rg16ui", GL_RG16UI, }, in init()
583 { "rg16ui", GL_RG16UI, }, in init()
Des31fFboColorbufferTests.cpp382 GL_RG16UI, in init()
Des31fInternalFormatQueryTests.cpp403 { "rg16ui", GL_RG16UI, FormatSamplesCase::FORMAT_INT }, in init()
/external/angle/src/libANGLE/
Dformat_map_autogen.cpp535 return GL_RG16UI; in GetSizedFormatInternal()
1692 case GL_RG16UI: in ValidES3FormatCombination()
/external/mesa3d/src/mesa/main/
Dshaderimage.c79 case GL_RG16UI: in _mesa_get_shader_image_format()
390 case GL_RG16UI: in _mesa_is_shader_image_format_supported()
Dglformats.c756 case GL_RG16UI: in _mesa_is_enum_format_unsigned_int()
1171 case GL_RG16UI: in _mesa_is_color_format()
2611 case GL_RG16UI: in _mesa_base_tex_format()
3236 if (internalFormat != GL_RG16UI) in _mesa_gles_error_check_format_and_type()
3879 case GL_RG16UI: in _mesa_is_es3_color_renderable()
Dtexformat.c731 case GL_RG16UI: in _mesa_choose_tex_format()
Dtextureview.c147 {GL_VIEW_CLASS_32_BITS, GL_RG16UI},
/external/deqp/framework/opengl/
DgluTextureUtil.cpp196 case FMT_CASE(RG, UNSIGNED_INT16): return GL_RG16UI; in getInternalFormat()
525 case GL_RG16UI: return TextureFormat(TextureFormat::RG, TextureFormat::UNSIGNED_INT16); in mapGLInternalFormat()
599 case GL_RG16UI: in isGLInternalColorFormatFilterable()
1134 case GL_RG16UI: in getRenderableBitsES3()
/external/angle/src/tests/gl_tests/
DBlendIntegerTest.cpp272 runTest<GL_RG16UI, 2, false>(); in TEST_P()
DCopyTexture3DTest.cpp143 case GL_RG16UI: in testCopy()
996 testCopy(testTarget, kColor, GL_RG16UI, GL_UNSIGNED_SHORT, false, false, false, in testUintFormats()
998 testCopy(testTarget, kColor, GL_RG16UI, GL_UNSIGNED_SHORT, false, true, false, in testUintFormats()
1000 testCopy(testTarget, kColor, GL_RG16UI, GL_UNSIGNED_SHORT, false, false, true, in testUintFormats()
DTextureUploadFormatTest.cpp534 fnTest(TexFormat(GL_RG16UI, GL_RG_INTEGER, GL_UNSIGNED_SHORT), {1, 1, 1, 1}); in TEST_P()
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferParameters.cpp80 m_internal_formats[GL_RG16UI] = sizeof(glw::GLushort) * 2 /* components */; in initTest()
DesextcTextureBufferTextureBufferRange.cpp324 case GL_RG16UI: in configure()
626 formats.push_back(GL_RG16UI); in initTest()
/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp155 GL_RG16, GL_RG16F, GL_RG16I, GL_RG16UI, GL_RG16_SNORM,
306 case GL_RG16UI: in filterFormats()
553 case GL_RG16UI: in getEpsilon()
648 case GL_RG16UI: in getFormat()
748 case GL_RG16UI: in getNumberOfChannels()
872 case GL_RG16UI: in getType()
1022 case GL_RG16UI: in getPixelSizeForFormat()
2311 case GL_RG16UI: in packPixel()
4666 GL_RG16UI, GL_RG_INTEGER, GL_UNSIGNED_SHORT, GL_INVALID_OPERATION }; in IncompatibleFormatsTest()
Dgl4cTextureViewTests.cpp56GL_RG16UI, VIEW_CLASS_32_BITS, GL_R32UI, VIEW_CLASS_32_BITS, GL_RGBA8I, VIEW_CLASS_32_BITS, GL_RG1…
106 GL_RG16UI, /* >= GL 4.0 */
253 case GL_RG16UI: in getAmountOfComponentsForInternalformat()
515 case GL_RG16UI: in getComponentSizeForInternalformat()
809 case GL_RG16UI: in getFormatOfInternalformat()
991 case GL_RG16UI: in getGLFormatOfInternalformat()
1379 case GL_RG16UI: in getInternalformatString()
1747 case GL_RG16UI: in getSamplerTypeForInternalformat()
2004 case GL_RG16UI: in getTypeCompatibleWithInternalformat()
2467 case GL_RG16UI: in isInternalformatSupported()

1234