/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pTextureFormatTests.cpp | 76 { "rgb32ui", GL_RGB32UI, }, in init()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | format_map_autogen.cpp | 513 return GL_RGB32UI; in GetSizedFormatInternal() 1617 case GL_RGB32UI: in ValidES3FormatCombination()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Framebuffer.cpp | 561 case GL_RGB32UI: return GL_RGB_INTEGER; in getImplementationColorReadFormat() 622 case GL_RGB32UI: return GL_UNSIGNED_INT; in getImplementationColorReadType()
|
H A D | utilities.cpp | 383 case GL_RGB32UI: in IsSizedInternalFormat() 1027 case GL_UNSIGNED_INT: VALIDATE_INTERNALFORMAT(GL_RGB32UI) in ValidateTextureFormatType() 1835 case GL_RGB32UI: in GetColorComponentType()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluTextureUtil.cpp | 176 case FMT_CASE(RGB, UNSIGNED_INT32): return GL_RGB32UI; in getInternalFormat() 505 case GL_RGB32UI: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT32); 607 case GL_RGB32UI:
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | CopyTexture3DTest.cpp | 146 case GL_RGB32UI: in testCopy() 1013 testCopy(testTarget, kColor, GL_RGB32UI, GL_UNSIGNED_INT, false, false, false, in testUintFormats() 1015 testCopy(testTarget, kColor, GL_RGB32UI, GL_UNSIGNED_INT, false, true, false, in testUintFormats() 1017 testCopy(testTarget, kColor, GL_RGB32UI, GL_UNSIGNED_INT, false, false, true, in testUintFormats()
|
H A D | TextureUploadFormatTest.cpp | 539 fnTest({GL_RGB32UI, GL_RGB_INTEGER, GL_UNSIGNED_INT}, {1, 1, 1, 1}); in TEST_P()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
H A D | Image.cpp | 108 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()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/ |
H A D | esextcTextureBufferParameters.cpp | 84 m_internal_formats[GL_RGB32UI] = sizeof(glw::GLuint) * 3 /* components */; in initTest()
|
H A D | esextcTextureBufferTextureBufferRange.cpp | 384 case GL_RGB32UI: in configure() 630 formats.push_back(GL_RGB32UI); in initTest()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
H A D | glcSubgroupsTestsUtils.hpp | 341 FORMAT_R32G32B32_UINT = GL_RGB32UI,
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboCompletenessTests.cpp | 102 GL_RGB8UI, GL_RGB16UI,GL_RGB32UI,
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cCopyImageTests.cpp | 167 GL_RGB32F, GL_RGB32I, GL_RGB32UI, 329 case GL_RGB32UI: in filterFormats() 572 case GL_RGB32UI: in getEpsilon() 675 case GL_RGB32UI: in getFormat() 772 case GL_RGB32UI: in getNumberOfChannels() 895 case GL_RGB32UI: in getType() 1064 case GL_RGB32UI: in getPixelSizeForFormat() 2335 case GL_RGB32UI: in packPixel()
|
H A D | gl4cTextureViewTests.cpp | 50 VIEW_CLASS_96_BITS, GL_RGB32UI, VIEW_CLASS_96_BITS, GL_RGB32I, VIEW_CLASS_96_BITS, GL_RGBA16F, VIEW_CLASS_64_BITS, 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() 1434 result = "GL_RGB32UI"; in getInternalformatString() 1745 case GL_RGB32UI: in getSamplerTypeForInternalformat() 2024 case GL_RGB32UI in getTypeCompatibleWithInternalformat() [all...] |
H A D | gl4cDirectStateAccessBuffersTests.cpp | 1042 is_ok &= TestClearNamedBufferData<glw::GLuint, false>(GL_RGB32UI, 3, GL_RGB_INTEGER, GL_UNSIGNED_INT, reference); in iterate() 1048 is_ok &= TestClearNamedBufferData<glw::GLuint, true>(GL_RGB32UI, 3, GL_RGB_INTEGER, GL_UNSIGNED_INT, reference); in iterate() 2667 GL_RGB32I, GL_RGB32UI, GL_RGBA8, GL_RGBA16, GL_RGBA16F, GL_RGBA32F, GL_RGBA8I, in TestErrorsOfClearNamedBufferData() 2687 " GL_RG32I, GL_RG8UI, GL_RG16UI, GL_RG32UI, GL_RGB32F, GL_RGB32I, GL_RGB32UI," in TestErrorsOfClearNamedBufferData() 2901 GL_RGB32I, GL_RGB32UI, GL_RGBA8, GL_RGBA16, GL_RGBA16F, GL_RGBA32F, GL_RGBA8I, in TestErrorsOfClearNamedBufferSubData() 2921 " GL_RG32I, GL_RG8UI, GL_RG16UI, GL_RG32UI, GL_RGB32F, GL_RGB32I, GL_RGB32UI," in TestErrorsOfClearNamedBufferSubData()
|
H A D | gl3cTextureSizePromotion.cpp | 1365 { glu::ContextType(3, 0, glu::PROFILE_CORE), GL_RGB32UI, STR(GL_RGB32UI), false, true, 32, 32, 32, 0, 0, 0,
|
/third_party/mesa3d/src/mesa/main/ |
H A D | textureview.c | 130 {GL_VIEW_CLASS_96_BITS, GL_RGB32UI},
|
H A D | glformats.c | 2935 case GL_RGB32UI: in _mesa_gles_check_internalformat() 3333 if (internalFormat != GL_RGB32UI) in _mesa_gles_error_check_format_and_type()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureFormatTests.cpp | 495 { "rgb32ui", GL_RGB32UI, }, in init()
|
H A D | es31fFboTestUtil.cpp | 511 case GL_RGB32UI: return "rgb32ui"; in getFormatName()
|
H A D | es31fTextureLevelStateQueryTests.cpp | 342 internalFormat == GL_RGB32UI || in isTextureBufferFormat() 600 GL_RGB8I, GL_RGB8UI, GL_RGB16I, GL_RGB16UI, GL_RGB32I, GL_RGB32UI, GL_RGBA8I, GL_RGBA8UI, GL_RGBA16I, in generateInternalFormatTextureGenerationGroup()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | Format_table_autogen.cpp | 195 { FormatID::R32G32B32_UINT, GL_RGB32UI, GL_RGB32UI, GenerateMip<R32G32B32>, NoCopyFunctions, ReadColor<R32G32B32, GLuint>, WriteColor<R32G32B32, GLuint>, GL_UNSIGNED_INT, 32, 32, 32, 0, 0, 0, 0, 12, 3, false, false, false, false, false, gl::VertexAttribType::UnsignedInt }, 617 case GL_RGB32UI: in InternalFormatToID()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | texture_format_table_autogen.cpp | 2241 case GL_RGB32UI: in Get() 2243 static constexpr Format info(GL_RGB32UI, in Get()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcTextureRepeatModeTests.cpp | 318 { GL_RGB32UI, GL_RGB, GL_RGB_INTEGER, GL_UNSIGNED_INT, SAMPLER_UINT, { {32,32,32, 0, 0, 0, 0, 0, NO_FLAG } }, 0 }, 407 { GL_RGB32UI, GL_RGB, GL_RGB_INTEGER, GL_UNSIGNED_INT, SAMPLER_UINT, { {32,32,32, 0, 0, 0, 0, 0, NO_FLAG } }, 0 },
|
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
H A D | es3cCopyTexImageConversionsTests.cpp | 76 /* GL_RGBA GL_RGB GL_LUMINANCE_ALPHA GL_LUMINANCE GL_ALPHA GL_R8 GL_R8_SNORM GL_RG8 GL_RG8_SNORM GL_RGB8 GL_RGB8_SNORM GL_RGB565 GL_RGBA4 GL_RGB5_A1 GL_RGBA8 GL_RGBA8_SNORM GL_RGB10_A2 GL_RGB10_A2UI GL_SRGB8 GL_SRGB8_ALPHA8 GL_R16F GL_RG16F GL_RGB16F GL_RGBA16F GL_R32F GL_RG32F GL_RGB32F GL_RGBA32F GL_R11F_G11F_B10F GL_RGB9_E5 GL_R8I GL_R8UI GL_R16I GL_R16UI GL_R32I GL_R32UI GL_RG8I GL_RG8UI GL_RG16I GL_RG16UI GL_RG32I GL_RG32UI GL_RGB8I GL_RGB8UI GL_RGB16I GL_RGB16UI GL_RGB32I GL_RGB32UI GL_RGBA8I GL_RGBA8UI GL_RGBA16I GL_RGBA16UI GL_RGBA32I GL_RGBA32UI */ 104 /* GL_RGBA32UI, */ GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_R32UI, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_RG32UI, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_RGB32UI, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_RGBA32UI, 168 GL_RGB32UI, 524 (internalformat == GL_RGB32UI) || (internalformat == GL_RGBA8UI) || (internalformat == GL_RGBA16UI) || in isInternalFormatCompatibleWithType() 1663 * GL_RGB32UI internal format. 1699 result.data_internalformat = GL_RGB32UI; in getRGB32UIPixelData() 4452 /* GL_RGBA32UI => GL_RGB32UI */ in configureConversionDatabase() 5145 case GL_RGB32UI: in getFormatAndTypeCompatibleWithInternalformat() 5402 case GL_RGB32UI: in getFormatForInternalformat() 6200 case GL_RGB32UI [all...] |