Home
last modified time | relevance | path

Searched refs:GL_RGB32I (Results 1 – 25 of 63) sorted by relevance

123

/external/deqp/modules/gles3/performance/
Des3pTextureFormatTests.cpp75 { "rgb32i", GL_RGB32I, }, in init()
/external/angle/src/libANGLE/
Dformat_map_autogen.cpp507 return GL_RGB32I; in GetSizedFormatInternal()
1574 case GL_RGB32I: in ValidES3FormatCombination()
/external/angle/src/tests/gl_tests/
DCopyTexture3DTest.cpp133 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()
DTextureUploadFormatTest.cpp508 fnTest(TexFormat(GL_RGB32I, GL_RGB_INTEGER, GL_INT), {1, 1, 1, 1}); in TEST_P()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp175 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()
DgluStrUtil.inl844 case GL_RGB32I: return "GL_RGB32I";
1694 case GL_RGB32I: return "GL_RGB32I";
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferParameters.cpp83 m_internal_formats[GL_RGB32I] = sizeof(glw::GLint) * 3 /* components */; in initTest()
DesextcTextureBufferTextureBufferRange.cpp369 case GL_RGB32I: in configure()
629 formats.push_back(GL_RGB32I); in initTest()
/external/deqp/modules/gles3/functional/
Des3fFboCompletenessTests.cpp101 GL_RGB8I, GL_RGB16I, GL_RGB32I,
/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…
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()
Dgl4cCopyImageTests.cpp167 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()
Dgl3cTextureSizePromotion.cpp1363 …{ glu::ContextType(3, 0, glu::PROFILE_CORE), GL_RGB32I, STR(GL_RGB32I), false, true, 32, 32, 32, 0…
Dgl4cDirectStateAccessBuffersTests.cpp1058 …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/
DglcSubgroupsTestsUtils.hpp340 FORMAT_R32G32B32_SINT = GL_RGB32I,
/external/mesa3d/src/mesa/main/
Dtextureview.c128 {GL_VIEW_CLASS_96_BITS, GL_RGB32I},
/external/deqp/external/openglcts/modules/common/
DglcTextureRepeatModeTests.cpp317 …{ 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/
Des31cTextureStorageMultisampleTexStorage3DMultisampleTests.cpp87 const glw::GLint unsupported_internalformats[] = { GL_RGB8_SNORM, GL_RGB32F, GL_RGB32I };
Des31cTextureStorageMultisampleTexStorage2DMultisampleTests.cpp484 const glw::GLenum internalformats_list[] = { GL_RGB8_SNORM, GL_RGB32F, GL_RGB32I }; in iterate()
/external/deqp/modules/gles31/functional/
Des31fTextureFormatTests.cpp494 { "rgb32i", GL_RGB32I, }, in init()
Des31fFboTestUtil.cpp510 case GL_RGB32I: return "rgb32i"; in getFormatName()
Des31fTextureLevelStateQueryTests.cpp341 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/
Dfunctionsgl_enums.h634 #define GL_RGB32I 0x8D83 macro
/external/angle/src/libANGLE/renderer/
DFormat_table_autogen.cpp202 …{ FormatID::R32G32B32_SINT, GL_RGB32I, GL_RGB32I, GenerateMip<R32G32B32S>, NoCopyFunctions, ReadCo…
645 case GL_RGB32I: in InternalFormatToID()
/external/deqp/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp103 …_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/
Dtexture_format_table_autogen.cpp2697 case GL_RGB32I: in Get()
2699 static constexpr Format info(GL_RGB32I, in Get()

123