Home
last modified time | relevance | path

Searched refs:GL_RGB32UI (Results 1 – 25 of 66) sorted by relevance

123

/external/deqp/modules/gles3/performance/
Des3pTextureFormatTests.cpp76 { "rgb32ui", GL_RGB32UI, }, in init()
/external/angle/src/libANGLE/
Dformat_map_autogen.cpp513 return GL_RGB32UI; in GetSizedFormatInternal()
1616 case GL_RGB32UI: in ValidES3FormatCombination()
/external/swiftshader/src/OpenGL/libGLESv2/
DFramebuffer.cpp561 case GL_RGB32UI: return GL_RGB_INTEGER; in getImplementationColorReadFormat()
622 case GL_RGB32UI: return GL_UNSIGNED_INT; in getImplementationColorReadType()
Dutilities.cpp383 case GL_RGB32UI: in IsSizedInternalFormat()
1027 case GL_UNSIGNED_INT: VALIDATE_INTERNALFORMAT(GL_RGB32UI) in ValidateTextureFormatType()
1835 case GL_RGB32UI: in GetColorComponentType()
/external/angle/src/tests/gl_tests/
DCopyTexture3DTest.cpp146 case GL_RGB32UI: in testCopy()
1016 testCopy(testTarget, kColor, GL_RGB32UI, GL_UNSIGNED_INT, false, false, false, in testUintFormats()
1018 testCopy(testTarget, kColor, GL_RGB32UI, GL_UNSIGNED_INT, false, true, false, in testUintFormats()
1020 testCopy(testTarget, kColor, GL_RGB32UI, GL_UNSIGNED_INT, false, false, true, in testUintFormats()
DTextureUploadFormatTest.cpp542 fnTest({GL_RGB32UI, GL_RGB_INTEGER, GL_UNSIGNED_INT}, {1, 1, 1, 1}); in TEST_P()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp176 case FMT_CASE(RGB, UNSIGNED_INT32): return GL_RGB32UI; in getInternalFormat()
505 case GL_RGB32UI: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT32); in mapGLInternalFormat()
607 case GL_RGB32UI: in isGLInternalColorFormatFilterable()
DgluStrUtil.inl845 case GL_RGB32UI: return "GL_RGB32UI";
1695 case GL_RGB32UI: return "GL_RGB32UI";
/external/swiftshader/src/OpenGL/common/
DImage.cpp108 case GL_RGB32UI: return GL_RGB; in GetBaseInternalFormat()
198 case GL_UNSIGNED_INT: return GL_RGB32UI; in GetSizedInternalFormat()
351 case GL_RGB32UI: return sw::FORMAT_X32B32G32R32UI; in SelectInternalFormat()
1482 …ASSERT_OR_RETURN(internalformat == GL_RGB32UI && getExternalFormat() == sw::FORMAT_X32B32G32R32UI); in loadImageData()
/external/deqp/modules/gles3/functional/
Des3fFboCompletenessTests.cpp101 GL_RGB8UI, GL_RGB16UI,GL_RGB32UI,
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferParameters.cpp84 m_internal_formats[GL_RGB32UI] = sizeof(glw::GLuint) * 3 /* components */; in initTest()
DesextcTextureBufferTextureBufferRange.cpp384 case GL_RGB32UI: in configure()
630 formats.push_back(GL_RGB32UI); in initTest()
/external/deqp/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.hpp342 FORMAT_R32G32B32_UINT = GL_RGB32UI,
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureViewTests.cpp50 …VIEW_CLASS_96_BITS, GL_RGB32UI, VIEW_CLASS_96_BITS, GL_RGB32I, VIEW_CLASS_96_BITS, GL_RGBA16F, VIE…
124 GL_RGB32UI, /* >= GL 4.0 */
234 case GL_RGB32UI: in getAmountOfComponentsForInternalformat()
467 case GL_RGB32UI: in getComponentSizeForInternalformat()
807 case GL_RGB32UI: in getFormatOfInternalformat()
959 case GL_RGB32UI: in getGLFormatOfInternalformat()
1433 case GL_RGB32UI: in getInternalformatString()
1745 case GL_RGB32UI: in getSamplerTypeForInternalformat()
2024 case GL_RGB32UI: in getTypeCompatibleWithInternalformat()
2487 case GL_RGB32UI: in isInternalformatSupported()
Dgl4cCopyImageTests.cpp167 GL_RGB32F, GL_RGB32I, GL_RGB32UI,
329 case GL_RGB32UI: in filterFormats()
572 case GL_RGB32UI: in getEpsilon()
676 case GL_RGB32UI: in getFormat()
774 case GL_RGB32UI: in getNumberOfChannels()
898 case GL_RGB32UI: in getType()
1068 case GL_RGB32UI: in getPixelSizeForFormat()
2346 case GL_RGB32UI: in packPixel()
Dgl3cTextureSizePromotion.cpp1365 …{ glu::ContextType(3, 0, glu::PROFILE_CORE), GL_RGB32UI, STR(GL_RGB32UI), false, true, 32, 32, 32,…
Dgl4cDirectStateAccessBuffersTests.cpp1042 …is_ok &= TestClearNamedBufferData<glw::GLuint, false>(GL_RGB32UI, 3, GL_RGB_INTEGER, GL_UNSIGNED_I… in iterate()
1048 …is_ok &= TestClearNamedBufferData<glw::GLuint, true>(GL_RGB32UI, 3, GL_RGB_INTEGER, GL_UNSIGNED_IN… in iterate()
2667 GL_RGB32I, GL_RGB32UI, GL_RGBA8, GL_RGBA16, GL_RGBA16F, GL_RGBA32F, GL_RGBA8I, in TestErrorsOfClearNamedBufferData()
2901 GL_RGB32I, GL_RGB32UI, GL_RGBA8, GL_RGBA16, GL_RGBA16F, GL_RGBA32F, GL_RGBA8I, in TestErrorsOfClearNamedBufferSubData()
/external/mesa3d/src/mesa/main/
Dtextureview.c127 {GL_VIEW_CLASS_96_BITS, GL_RGB32UI},
/external/deqp/modules/gles31/functional/
Des31fTextureFormatTests.cpp487 { "rgb32ui", GL_RGB32UI, }, in init()
Des31fFboTestUtil.cpp511 case GL_RGB32UI: return "rgb32ui"; in getFormatName()
/external/deqp/external/openglcts/modules/common/
DglcTextureRepeatModeTests.cpp318 …{ GL_RGB32UI, GL_RGB, GL_RGB_INTEGER, GL_UNSIGNED_INT, SAMPLER_UINT, { {32,32,32, 0, 0, 0, 0, …
407 …{ GL_RGB32UI, GL_RGB, GL_RGB_INTEGER, GL_UNSIGNED_INT, SAMPLER_UINT, { {32,32,32, 0, 0, 0…
/external/angle/src/libANGLE/renderer/
DFormat_table_autogen.cpp195 …{ FormatID::R32G32B32_UINT, GL_RGB32UI, GL_RGB32UI, GenerateMip<R32G32B32>, NoCopyFunctions, ReadC…
616 case GL_RGB32UI: in InternalFormatToID()
/external/angle/src/libANGLE/renderer/gl/
Dfunctionsgl_enums.h635 #define GL_RGB32UI 0x8D71 macro
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Dtexture_format_table_autogen.cpp2241 case GL_RGB32UI: in Get()
2243 static constexpr Format info(GL_RGB32UI, in Get()
/external/deqp/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp104 …NONE, GL_RG32UI, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_RGB32UI, GL_NONE, GL_N…
168 GL_RGB32UI,
524 …(internalformat == GL_RGB32UI) || (internalformat == GL_RGBA8UI) || (internalformat == GL_RGBA16UI… in isInternalFormatCompatibleWithType()
1693 result.data_internalformat = GL_RGB32UI; in getRGB32UIPixelData()
5140 case GL_RGB32UI: in getFormatAndTypeCompatibleWithInternalformat()
5397 case GL_RGB32UI: in getFormatForInternalformat()
6195 case GL_RGB32UI: in getInternalformatString()
8036 case GL_RGB32UI: in getNumberOfBitsForInternalFormat()
9762 case GL_RGB32UI: in isInternalFormatCompatibleWithUnsignedIntegerSampler()

123