Home
last modified time | relevance | path

Searched refs:textureGroup (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles2/stress/
Des2sLongRunningTests.cpp176 …TestCaseGroup* const textureGroup = new TestCaseGroup(m_context, "texture", "Texture stress tests"… in init() local
177 addChild(textureGroup); in init()
186textureGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderCont… in init()
/external/deqp/modules/gles3/stress/
Des3sLongRunningTests.cpp176 …TestCaseGroup* const textureGroup = new TestCaseGroup(m_context, "texture", "Texture stress tests"… in init() local
177 addChild(textureGroup); in init()
186textureGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderCont… in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp1821 …de::MovePtr<tcu::TestCaseGroup> textureGroup (new tcu::TestCaseGroup(m_testCtx, "texture", "Deriv… in init() local
1846 textureGroup->addChild(caseGroup.release()); in init()
1849 functionGroup->addChild(textureGroup.release()); in init()
/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp1771 …tcu::TestCaseGroup* const textureGroup = new tcu::TestCaseGroup(m_testCtx, "texture", "Derivate of… in init() local
1772 functionGroup->addChild(textureGroup); in init()
1780 textureGroup->addChild(caseGroup); in init()