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/modules/gles3/functional/
Des3fShaderDerivateTests.cpp1884 …tcu::TestCaseGroup* const textureGroup = new tcu::TestCaseGroup(m_testCtx, "texture", "Derivate of… in init() local
1885 functionGroup->addChild(textureGroup); in init()
1893 textureGroup->addChild(caseGroup); in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp1946 …de::MovePtr<tcu::TestCaseGroup> textureGroup (new tcu::TestCaseGroup(m_testCtx, "texture", "Deriv… in init() local
1971 textureGroup->addChild(caseGroup.release()); in init()
1974 functionGroup->addChild(textureGroup.release()); in init()