Home
last modified time | relevance | path

Searched refs:modifyType (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fTextureBufferTests.cpp692 const ModifyBits modifyType = modifyTypes[modifyNdx]; in createTextureBufferTests() local
693 …odifyTypeGroup = new TestCaseGroup(context, toTestName(modifyType).c_str(), toTestName(modifyType)… in createTextureBufferTests()
702 …(), context.getRenderContext(), GL_RGBA8, size, 0, 0, RENDERBITS_NONE, modifyType, RENDERBITS_AS_F… in createTextureBufferTests()
711 …xt.getRenderContext(), GL_RGBA8, bufferSize, 0, size, RENDERBITS_NONE, modifyType, RENDERBITS_AS_F… in createTextureBufferTests()
721 …tRenderContext(), GL_RGBA8, bufferSize, offset, size, RENDERBITS_NONE, modifyType, RENDERBITS_AS_F… in createTextureBufferTests()
733 const ModifyBits modifyType = modifyTypes[modifyNdx]; in createTextureBufferTests() local
734 …odifyTypeGroup = new TestCaseGroup(context, toTestName(modifyType).c_str(), toTestName(modifyType)… in createTextureBufferTests()
744 …(), context.getRenderContext(), GL_RGBA8, size, 0, 0, RENDERBITS_NONE, modifyType, renderType, nam… in createTextureBufferTests()
763 const ModifyBits modifyType = modifyTypes[modifyNdx]; in createTextureBufferTests() local
765 const string name (toTestName(modifyType)); in createTextureBufferTests()
[all …]
/external/deqp/modules/glshared/
DglsTextureBufferCase.cpp852 ModifyBits modifyType, in runTests() argument
906 if (modifyType != 0) in runTests()
907 modify(log, resultCollector, renderContext, modifyType, rng, texture); in runTests()