/external/deqp/modules/gles3/performance/ |
D | es3pTextureFormatTests.cpp | 75 { "rgb32i", GL_RGB32I, }, in init()
|
/external/angle/src/libANGLE/ |
D | format_map_autogen.cpp | 507 return GL_RGB32I; in GetSizedFormatInternal() 1574 case GL_RGB32I: in ValidES3FormatCombination()
|
/external/angle/src/tests/gl_tests/ |
D | CopyTexture3DTest.cpp | 133 case GL_RGB32I: in testCopy() 912 testCopy(testTarget, kColor, GL_RGB32I, GL_INT, false, false, false, GLColor(127, 70, 75, 1)); in testIntFormats() 913 testCopy(testTarget, kColor, GL_RGB32I, GL_INT, false, true, false, GLColor(115, 63, 67, 1)); in testIntFormats() 914 testCopy(testTarget, kColor, GL_RGB32I, GL_INT, false, false, true, GLColor(127, 77, 83, 1)); in testIntFormats()
|
D | TextureUploadFormatTest.cpp | 508 fnTest(TexFormat(GL_RGB32I, GL_RGB_INTEGER, GL_INT), {1, 1, 1, 1}); in TEST_P()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 175 case FMT_CASE(RGB, SIGNED_INT32): return GL_RGB32I; in getInternalFormat() 504 case GL_RGB32I: return TextureFormat(TextureFormat::RGB, TextureFormat::SIGNED_INT32); in mapGLInternalFormat() 606 case GL_RGB32I: in isGLInternalColorFormatFilterable()
|
D | gluStrUtil.inl | 844 case GL_RGB32I: return "GL_RGB32I"; 1694 case GL_RGB32I: return "GL_RGB32I";
|
/external/deqp/external/openglcts/modules/glesext/texture_buffer/ |
D | esextcTextureBufferParameters.cpp | 83 m_internal_formats[GL_RGB32I] = sizeof(glw::GLint) * 3 /* components */; in initTest()
|
D | esextcTextureBufferTextureBufferRange.cpp | 369 case GL_RGB32I: in configure() 629 formats.push_back(GL_RGB32I); in initTest()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboCompletenessTests.cpp | 101 GL_RGB8I, GL_RGB16I, GL_RGB32I,
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cTextureViewTests.cpp | 50 …VIEW_CLASS_96_BITS, GL_RGB32UI, VIEW_CLASS_96_BITS, GL_RGB32I, VIEW_CLASS_96_BITS, GL_RGBA16F, VIE… 123 GL_RGB32I, /* >= GL 4.0 */ 233 case GL_RGB32I: in getAmountOfComponentsForInternalformat() 466 case GL_RGB32I: in getComponentSizeForInternalformat() 852 case GL_RGB32I: in getFormatOfInternalformat() 958 case GL_RGB32I: in getGLFormatOfInternalformat() 1430 case GL_RGB32I: in getInternalformatString() 1763 case GL_RGB32I: in getSamplerTypeForInternalformat() 2013 case GL_RGB32I: in getTypeCompatibleWithInternalformat() 2484 case GL_RGB32I: in isInternalformatSupported()
|
D | gl4cCopyImageTests.cpp | 167 GL_RGB32F, GL_RGB32I, GL_RGB32UI, 328 case GL_RGB32I: in filterFormats() 571 case GL_RGB32I: in getEpsilon() 674 case GL_RGB32I: in getFormat() 771 case GL_RGB32I: in getNumberOfChannels() 906 case GL_RGB32I: in getType() 1063 case GL_RGB32I: in getPixelSizeForFormat() 2334 case GL_RGB32I: in packPixel()
|
D | gl3cTextureSizePromotion.cpp | 1363 …{ glu::ContextType(3, 0, glu::PROFILE_CORE), GL_RGB32I, STR(GL_RGB32I), false, true, 32, 32, 32, 0…
|
D | gl4cDirectStateAccessBuffersTests.cpp | 1058 …is_ok &= TestClearNamedBufferData<glw::GLint, false>(GL_RGB32I, 3, GL_RGB_INTEGER, GL_INT, referen… in iterate() 1064 …is_ok &= TestClearNamedBufferData<glw::GLint, true>(GL_RGB32I, 3, GL_RGB_INTEGER, GL_INT, referenc… 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/deqp/external/openglcts/modules/common/subgroups/ |
D | glcSubgroupsTestsUtils.hpp | 340 FORMAT_R32G32B32_SINT = GL_RGB32I,
|
/external/mesa3d/src/mesa/main/ |
D | textureview.c | 128 {GL_VIEW_CLASS_96_BITS, GL_RGB32I},
|
/external/deqp/external/openglcts/modules/common/ |
D | glcTextureRepeatModeTests.cpp | 317 …{ GL_RGB32I, GL_RGB, GL_RGB_INTEGER, GL_INT, SAMPLER_INT, { {32,32,32, 0, 0, 0, 0, 0, NO_FLAG … 406 …{ GL_RGB32I, GL_RGB, GL_RGB_INTEGER, GL_INT, SAMPLER_INT, { {32,32,32, 0, 0, 0, 0, 0, NO…
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cTextureStorageMultisampleTexStorage3DMultisampleTests.cpp | 87 const glw::GLint unsupported_internalformats[] = { GL_RGB8_SNORM, GL_RGB32F, GL_RGB32I };
|
D | es31cTextureStorageMultisampleTexStorage2DMultisampleTests.cpp | 484 const glw::GLenum internalformats_list[] = { GL_RGB8_SNORM, GL_RGB32F, GL_RGB32I }; in iterate()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureFormatTests.cpp | 494 { "rgb32i", GL_RGB32I, }, in init()
|
D | es31fFboTestUtil.cpp | 510 case GL_RGB32I: return "rgb32i"; in getFormatName()
|
D | es31fTextureLevelStateQueryTests.cpp | 341 internalFormat == GL_RGB32I || in isTextureBufferFormat() 600 …GL_RGB8I, GL_RGB8UI, GL_RGB16I, GL_RGB16UI, GL_RGB32I, GL_RGB32UI, GL_RGBA8I, GL_RGBA8UI, GL_RGBA1… in generateInternalFormatTextureGenerationGroup()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | functionsgl_enums.h | 634 #define GL_RGB32I 0x8D83 macro
|
/external/angle/src/libANGLE/renderer/ |
D | Format_table_autogen.cpp | 202 …{ FormatID::R32G32B32_SINT, GL_RGB32I, GL_RGB32I, GenerateMip<R32G32B32S>, NoCopyFunctions, ReadCo… 645 case GL_RGB32I: in InternalFormatToID()
|
/external/deqp/external/openglcts/modules/gles3/ |
D | es3cCopyTexImageConversionsTests.cpp | 103 …_NONE, GL_RG32I, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_RGB32I, GL_NONE, GL_NON… 167 GL_RGB32I, 499 … (internalformat == GL_RGB8I) || (internalformat == GL_RGB16I) || (internalformat == GL_RGB32I) || in isInternalFormatCompatibleWithType() 1656 result.data_internalformat = GL_RGB32I; in getRGB32IPixelData() 5136 case GL_RGB32I: in getFormatAndTypeCompatibleWithInternalformat() 5403 case GL_RGB32I: in getFormatForInternalformat() 6198 case GL_RGB32I: in getInternalformatString() 8036 case GL_RGB32I: in getNumberOfBitsForInternalFormat() 9736 case GL_RGB32I: in isInternalFormatCompatibleWithIntegerSampler()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | texture_format_table_autogen.cpp | 2697 case GL_RGB32I: in Get() 2699 static constexpr Format info(GL_RGB32I, in Get()
|