Lines Matching defs:testCtx
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));
61 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx)
64 return createTestGroup(testCtx, "sc", createChildren);