Searched refs:modifyType (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fTextureBufferTests.cpp | 699 const ModifyBits modifyType = modifyTypes[modifyNdx]; in createTextureBufferTests() local 700 …odifyTypeGroup = new TestCaseGroup(context, toTestName(modifyType).c_str(), toTestName(modifyType)… in createTextureBufferTests() 709 …(), context.getRenderContext(), GL_RGBA8, size, 0, 0, RENDERBITS_NONE, modifyType, RENDERBITS_AS_F… in createTextureBufferTests() 718 …xt.getRenderContext(), GL_RGBA8, bufferSize, 0, size, RENDERBITS_NONE, modifyType, RENDERBITS_AS_F… in createTextureBufferTests() 728 …tRenderContext(), GL_RGBA8, bufferSize, offset, size, RENDERBITS_NONE, modifyType, RENDERBITS_AS_F… in createTextureBufferTests() 740 const ModifyBits modifyType = modifyTypes[modifyNdx]; in createTextureBufferTests() local 741 …odifyTypeGroup = new TestCaseGroup(context, toTestName(modifyType).c_str(), toTestName(modifyType)… in createTextureBufferTests() 751 …(), context.getRenderContext(), GL_RGBA8, size, 0, 0, RENDERBITS_NONE, modifyType, renderType, nam… in createTextureBufferTests() 770 const ModifyBits modifyType = modifyTypes[modifyNdx]; in createTextureBufferTests() local 772 const string name (toTestName(modifyType)); in createTextureBufferTests() [all …]
|
/external/deqp/modules/egl/ |
D | teglImageFormatTests.cpp | 1298 bool isCompatibleFormats (GLenum createFormat, GLenum modifyFormat, GLenum modifyType) in isCompatibleFormats() argument 1303 switch (modifyType) in isCompatibleFormats() 1341 switch (modifyType) in isCompatibleFormats() 1389 const GLenum modifyType = gles2TexSubImageModify->getType(); in isCompatibleCreateAndModifyActions() local 1391 return isCompatibleFormats(createFormat, modifyFormat, modifyType); in isCompatibleCreateAndModifyActions()
|
/external/deqp/modules/glshared/ |
D | glsTextureBufferCase.cpp | 860 ModifyBits modifyType, in runTests() argument 914 if (modifyType != 0) in runTests() 915 modify(log, resultCollector, renderContext, modifyType, rng, texture); in runTests()
|