Searched refs:funcGroup (Results 1 – 2 of 2) sorted by relevance
2145 tcu::TestCaseGroup* const funcGroup = new tcu::TestCaseGroup(m_testCtx, groupName, ""); in init() local2146 functionCaseGroups[funcNdx].parentGroup->addChild(funcGroup); in init()2151 funcGroup->addChild(vertexSubGroup); in init()2152 funcGroup->addChild(fragmentSubGroup); in init()
2188 tcu::TestCaseGroup* const funcGroup = new tcu::TestCaseGroup(m_testCtx, groupName, ""); in init() local2189 functionCaseGroups[funcNdx].parentGroup->addChild(funcGroup); in init()2194 funcGroup->addChild(vertexSubGroup); in init()2195 funcGroup->addChild(fragmentSubGroup); in init()