Home
last modified time | relevance | path

Searched refs:GL_RG32I (Results 1 – 25 of 90) 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()
341 case GL_RG32I: in NumComponents()
382 case GL_RG32I: in ReadableType()
DesextcDrawBuffersIndexedBlending.cpp349 case GL_RG32I: in NumComponents()
/external/deqp/modules/gles3/performance/
Des3pTextureFormatTests.cpp86 { "rg32i", GL_RG32I, }, 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()
248 { GL_RG32I, 32, 32, 0, 0 }, in test()
Des3fFboTestCase.cpp170 case GL_RG32I: in isRequiredFormat()
293 case GL_RG32I: in getMinimumSampleCount()
Des3fInternalFormatQueryTests.cpp200 { "rg32i", GL_RG32I, true }, in init()
Des3fFboCompletenessTests.cpp53 GL_RG8I, GL_RG8UI, GL_RG16I, GL_RG16UI, GL_RG32I, GL_RG32UI,
Des3fPixelBufferObjectTests.cpp670 GL_RG32I, in init()
/external/deqp/modules/gles31/functional/
Des31fFboTestCase.cpp176 case GL_RG32I: in isRequiredFormat()
313 case GL_RG32I: in getMinimumSampleCount()
Des31fTextureFormatTests.cpp505 { "rg32i", GL_RG32I, }, in init()
581 { "rg32i", GL_RG32I, }, in init()
Des31fFboColorbufferTests.cpp379 GL_RG32I, in init()
Des31fInternalFormatQueryTests.cpp404 { "rg32i", GL_RG32I, FormatSamplesCase::FORMAT_INT }, in init()
/external/angle/src/libANGLE/
Dformat_map_autogen.cpp527 return GL_RG32I; in GetSizedFormatInternal()
1648 case GL_RG32I: in ValidES3FormatCombination()
/external/mesa3d/src/mesa/main/
Dshaderimage.c103 case GL_RG32I: in _mesa_get_shader_image_format()
394 case GL_RG32I: in _mesa_is_shader_image_format_supported()
Dglformats.c800 case GL_RG32I: in _mesa_is_enum_format_signed_int()
1187 case GL_RG32I: in _mesa_is_color_format()
2612 case GL_RG32I: in _mesa_base_tex_format()
3251 if (internalFormat != GL_RG32I) in _mesa_gles_error_check_format_and_type()
3880 case GL_RG32I: in _mesa_is_es3_color_renderable()
Dtexformat.c755 case GL_RG32I: in _mesa_choose_tex_format()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp190 case FMT_CASE(RG, SIGNED_INT32): return GL_RG32I; in getInternalFormat()
519 case GL_RG32I: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT32); in mapGLInternalFormat()
600 case GL_RG32I: in isGLInternalColorFormatFilterable()
1131 case GL_RG32I: in getRenderableBitsES3()
/external/angle/src/tests/gl_tests/
DBlendIntegerTest.cpp231 runTest<GL_RG32I, 2, true>(); in TEST_P()
DCopyTexture3DTest.cpp130 case GL_RG32I: in testCopy()
900 testCopy(testTarget, kColor, GL_RG32I, GL_INT, false, false, false, GLColor(127, 70, 0, 1)); in testIntFormats()
901 testCopy(testTarget, kColor, GL_RG32I, GL_INT, false, true, false, GLColor(115, 63, 0, 1)); in testIntFormats()
902 testCopy(testTarget, kColor, GL_RG32I, GL_INT, false, false, true, GLColor(127, 77, 0, 1)); in testIntFormats()
DTextureUploadFormatTest.cpp509 fnTest(TexFormat(GL_RG32I, GL_RG_INTEGER, GL_INT), {1, 1, 1, 1}); in TEST_P()
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferParameters.cpp78 m_internal_formats[GL_RG32I] = sizeof(glw::GLint) * 2 /* components */; in initTest()
DesextcTextureBufferTextureBufferRange.cpp294 case GL_RG32I: in configure()
624 formats.push_back(GL_RG32I); in initTest()
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureViewTests.cpp52 VIEW_CLASS_64_BITS, GL_RG32I, VIEW_CLASS_64_BITS, GL_RGBA16, VIEW_CLASS_64_BITS, GL_RGBA16_SNORM,
101 GL_RG32I, /* >= GL 4.0 */
256 case GL_RG32I: in getAmountOfComponentsForInternalformat()
503 case GL_RG32I: in getComponentSizeForInternalformat()
855 case GL_RG32I: in getFormatOfInternalformat()
992 case GL_RG32I: in getGLFormatOfInternalformat()
1364 case GL_RG32I: in getInternalformatString()
1766 case GL_RG32I: in getSamplerTypeForInternalformat()
2014 case GL_RG32I: in getTypeCompatibleWithInternalformat()
2462 case GL_RG32I: in isInternalformatSupported()
Dgl4cCopyImageTests.cpp158 GL_RG32F, GL_RG32I, GL_RG32UI,
311 case GL_RG32I: in filterFormats()
554 case GL_RG32I: in getEpsilon()
649 case GL_RG32I: in getFormat()
749 case GL_RG32I: in getNumberOfChannels()
905 case GL_RG32I: in getType()
1056 case GL_RG32I: in getPixelSizeForFormat()
2312 case GL_RG32I: in packPixel()
/external/deqp/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.hpp338 FORMAT_R32G32_SINT = GL_RG32I,

1234