Lines Matching refs:testGroup
99 …de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, groupName[isSynchronizat… in createTestsInternal() local
103 testGroup->addChild(createSynchronization2SmokeTests(testCtx)); in createTestsInternal()
104 testGroup->addChild(createSynchronization2TimelineSemaphoreTests(testCtx)); in createTestsInternal()
105 testGroup->addChild(createNoneStageTests(testCtx)); in createTestsInternal()
106 testGroup->addChild(createImageLayoutTransitionTests(testCtx)); in createTestsInternal()
110 testGroup->addChild(createSmokeTests(testCtx)); in createTestsInternal()
111 testGroup->addChild(createTimelineSemaphoreTests(testCtx)); in createTestsInternal()
113 testGroup->addChild(createInternallySynchronizedObjects(testCtx)); in createTestsInternal()
114 testGroup->addChild(createWin32KeyedMutexTest(testCtx)); in createTestsInternal()
117 testGroup->addChild(createBasicTests(testCtx, type)); in createTestsInternal()
118 testGroup->addChild(new OperationTests(testCtx, type)); in createTestsInternal()
119 testGroup->addChild(createCrossInstanceSharingTest(testCtx, type)); in createTestsInternal()
120 testGroup->addChild(createSignalOrderTests(testCtx, type)); in createTestsInternal()
122 return testGroup.release(); in createTestsInternal()