Lines Matching refs:testGroup
116 de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, groupName.first.c_str()));
122 testGroup->addChild(createSynchronization2SmokeTests(testCtx));
123 testGroup->addChild(createSynchronization2TimelineSemaphoreTests(testCtx));
125 testGroup->addChild(createNoneStageTests(testCtx));
127 testGroup->addChild(createImageLayoutTransitionTests(testCtx));
131 testGroup->addChild(createSmokeTests(testCtx));
132 testGroup->addChild(createTimelineSemaphoreTests(testCtx));
134 testGroup->addChild(createInternallySynchronizedObjects(testCtx));
136 testGroup->addChild(createWin32KeyedMutexTest(testCtx));
137 testGroup->addChild(createGlobalPriorityQueueTests(testCtx));
142 testGroup->addChild(createBasicTests(testCtx, type, videoCodecOperation));
146 testGroup->addChild(new OperationTests(testCtx, type));
148 testGroup->addChild(createCrossInstanceSharingTest(testCtx, type));
149 testGroup->addChild(createSignalOrderTests(testCtx, type));
153 return testGroup.release();
173 de::MovePtr<tcu::TestCaseGroup> testGroup (createTestsInternal(testCtx, SynchronizationType::LEGACY, name, videoCodecOperation));
175 return testGroup.release();
182 de::MovePtr<tcu::TestCaseGroup> testGroup(createTestsInternal(testCtx, SynchronizationType::SYNCHRONIZATION2, name, videoCodecOperation));
184 return testGroup.release();