Searched refs:caseTypeGroup (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fTextureUnitTests.cpp | 960 tcu::TestCaseGroup* caseTypeGroup = new tcu::TestCaseGroup(m_testCtx, caseTypeGroupName, ""); in init() local 961 countGroup->addChild(caseTypeGroup); in init() 964 …caseTypeGroup->addChild(new TextureUnitCase(m_context, de::toString(testNdx).c_str(), "", numUnits… in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureUnitTests.cpp | 1268 tcu::TestCaseGroup* caseTypeGroup = new tcu::TestCaseGroup(m_testCtx, caseTypeGroupName, ""); in init() local 1269 countGroup->addChild(caseTypeGroup); in init() 1272 …caseTypeGroup->addChild(new TextureUnitCase(m_context, de::toString(testNdx).c_str(), "", numUnits… in init()
|
D | es3fUniformApiTests.cpp | 2672 …TestCaseGroup* const caseTypeGroup = new TestCaseGroup(m_context, UniformInfoQueryCase::getCas… in init() local 2673 infoQueryGroup->addChild(caseTypeGroup); in init() 2684 caseTypeGroup->addChild(collectionTestGroup); in init() 2706 caseTypeGroup->addChild(unusedUniformsGroup); in init()
|