Searched refs:textureGroup (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles2/stress/ |
D | es2sLongRunningTests.cpp | 176 …TestCaseGroup* const textureGroup = new TestCaseGroup(m_context, "texture", "Texture stress tests"… in init() local 177 addChild(textureGroup); in init() 186 …textureGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderCont… in init()
|
/external/deqp/modules/gles3/stress/ |
D | es3sLongRunningTests.cpp | 176 …TestCaseGroup* const textureGroup = new TestCaseGroup(m_context, "texture", "Texture stress tests"… in init() local 177 addChild(textureGroup); in init() 186 …textureGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderCont… in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 1884 …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/ |
D | vktShaderRenderDerivateTests.cpp | 1946 …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()
|