Lines Matching refs:scTests
45 void createChildren (tcu::TestCaseGroup* scTests)
47 tcu::TestContext& testCtx = scTests->getTestContext();
49 scTests->addChild(createSafetyCriticalAPITests (testCtx));
50 scTests->addChild(createDeviceObjectReservationTests (testCtx));
51 scTests->addChild(createPipelineIdentifierTests (testCtx));
52 scTests->addChild(createPipelineCacheTests (testCtx));
53 scTests->addChild(createFaultHandlingTests (testCtx));
54 scTests->addChild(createCommandPoolMemoryReservationTests (testCtx));
55 scTests->addChild(createObjectRefreshTests (testCtx));
56 scTests->addChild(createApplicationParametersTests (testCtx));