Lines Matching defs:testCtx
2189 tcu::TestContext& testCtx (group->getTestContext());
2190 de::MovePtr<tcu::TestCaseGroup> extGroup (new tcu::TestCaseGroup(testCtx, "separate_stencil_usage"));
2196 de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatName.c_str()));
2197 de::MovePtr<tcu::TestCaseGroup> extFormatGroup (new tcu::TestCaseGroup(testCtx, formatName.c_str()));
2205 formatGroup->addChild(new InstanceFactory1<MultisampleRenderPassTestInstance, TestConfig, Programs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName.c_str(), testConfig));
2210 de::MovePtr<tcu::TestCaseGroup> sampleGroup (new tcu::TestCaseGroup(testCtx, testName.c_str()));
2213 sampleGroup->addChild(new InstanceFactory1<MultisampleRenderPassTestInstance, TestConfig, Programs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, "test_depth", separateUsageDepthTestConfig));
2216 sampleGroup->addChild(new InstanceFactory1<MultisampleRenderPassTestInstance, TestConfig, Programs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, "test_stencil", separateUsageStencilTestConfig));
2232 tcu::TestCaseGroup* createRenderPassMultisampleTests (tcu::TestContext& testCtx)
2234 return createTestGroup(testCtx, "multisample", initTests, RENDERING_TYPE_RENDERPASS_LEGACY);
2237 tcu::TestCaseGroup* createRenderPass2MultisampleTests (tcu::TestContext& testCtx)
2239 return createTestGroup(testCtx, "multisample", initTests, RENDERING_TYPE_RENDERPASS2);