Home
last modified time | relevance | path

Searched refs:modifyType (Results 1 – 3 of 3) 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/egl/
DteglImageFormatTests.cpp1295 bool isCompatibleFormats (GLenum createFormat, GLenum modifyFormat, GLenum modifyType) in isCompatibleFormats() argument
1300 switch (modifyType) in isCompatibleFormats()
1338 switch (modifyType) in isCompatibleFormats()
1386 const GLenum modifyType = gles2TexSubImageModify->getType(); in isCompatibleCreateAndModifyActions() local
1388 return isCompatibleFormats(createFormat, modifyFormat, modifyType); in isCompatibleCreateAndModifyActions()
/external/deqp/modules/glshared/
DglsTextureBufferCase.cpp860 ModifyBits modifyType, in runTests() argument
914 if (modifyType != 0) in runTests()
915 modify(log, resultCollector, renderContext, modifyType, rng, texture); in runTests()