Searched refs:caseTypeGroup (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fTextureUnitTests.cpp | 959 tcu::TestCaseGroup* caseTypeGroup = new tcu::TestCaseGroup(m_testCtx, caseTypeGroupName, ""); in init() local 960 countGroup->addChild(caseTypeGroup); in init() 963 …caseTypeGroup->addChild(new TextureUnitCase(m_context, de::toString(testNdx).c_str(), "", numUnits… in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureUnitTests.cpp | 1267 tcu::TestCaseGroup* caseTypeGroup = new tcu::TestCaseGroup(m_testCtx, caseTypeGroupName, ""); in init() local 1268 countGroup->addChild(caseTypeGroup); in init() 1271 …caseTypeGroup->addChild(new TextureUnitCase(m_context, de::toString(testNdx).c_str(), "", numUnits… in init()
|
D | es3fUniformApiTests.cpp | 2682 …TestCaseGroup* const caseTypeGroup = new TestCaseGroup(m_context, UniformInfoQueryCase::getCas… in init() local 2683 infoQueryGroup->addChild(caseTypeGroup); in init() 2694 caseTypeGroup->addChild(collectionTestGroup); in init() 2716 caseTypeGroup->addChild(unusedUniformsGroup); in init()
|