Lines Matching defs:testCtx
38 tcu::TestCaseGroup* createAtomicTests (tcu::TestContext& testCtx)
41 de::MovePtr<tcu::TestCaseGroup> atomic (new tcu::TestCaseGroup(testCtx, "atomic"));
58 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i].c_str(), dataDir, fileName, requirements);
67 tcu::TestCaseGroup* createInvalidSampleIndexTests(tcu::TestContext& testCtx)
79 de::MovePtr<tcu::TestCaseGroup> invalidWrites (new tcu::TestCaseGroup(testCtx, "invalid_sample_index", "Writes to invalid sample indices should be discarded."));
107 invalidWrites->addChild(cts_amber::createAmberTestCase(testCtx, testCase.first.c_str(), dataDir, fileName, requirements, imageRequirements));
115 tcu::TestCaseGroup* createTextureMultisampleTests (tcu::TestContext& testCtx)
117 de::MovePtr<tcu::TestCaseGroup> multisample (new tcu::TestCaseGroup(testCtx, "multisample"));
119 multisample->addChild(createAtomicTests(testCtx));
120 multisample->addChild(createInvalidSampleIndexTests(testCtx));