Searched refs:arrayGroup (Results 1 – 5 of 5) sorted by relevance
1254 tcu::TestCaseGroup* arrayGroup = new tcu::TestCaseGroup(m_testCtx, "array", "Array outputs"); in init() local1255 addChild(arrayGroup); in init()1264 arrayGroup->addChild(floatGroup); in init()1288 arrayGroup->addChild(fixedGroup); in init()1312 arrayGroup->addChild(intGroup); in init()1336 arrayGroup->addChild(uintGroup); in init()
1684 …tcu::TestCaseGroup* arrayGroup = new tcu::TestCaseGroup(m_testCtx, "array", "Capturing whole array… in init() local1685 addChild(arrayGroup); in init()1691 arrayGroup->addChild(modeGroup); in init()
3861 GroupPtr arrayGroup(new tcu::TestCaseGroup(testCtx, variant.groupName, variant.groupDesc)); in createDescriptorValveMutableTests() local3930 arrayGroup->addChild(unboundedGroup.release()); in createDescriptorValveMutableTests()3933 mainGroup->addChild(arrayGroup.release()); in createDescriptorValveMutableTests()
3969 GroupPtr arrayGroup(new tcu::TestCaseGroup(testCtx, variant.groupName)); in createChildren() local4038 arrayGroup->addChild(unboundedGroup.release()); in createChildren()4041 mainGroup->addChild(arrayGroup.release()); in createChildren()
3963 GroupPtr arrayGroup(new tcu::TestCaseGroup(testCtx, variant.groupName, variant.groupDesc)); in createChildren() local4032 arrayGroup->addChild(unboundedGroup.release()); in createChildren()4035 mainGroup->addChild(arrayGroup.release()); in createChildren()