Lines Matching defs:testCtx
329 FillWholeBufferTestCase (tcu::TestContext& testCtx,
332 : vkt::TestCase(testCtx, name), m_params(params)
530 FillBufferTestCase (tcu::TestContext& testCtx,
533 : vkt::TestCase (testCtx, name)
619 UpdateBufferTestCase (tcu::TestContext& testCtx,
622 : vkt::TestCase (testCtx, name)
636 tcu::TestCaseGroup* createFillAndUpdateBufferTests (tcu::TestContext& testCtx)
644 de::MovePtr<tcu::TestCaseGroup> fillAndUpdateBufferTests(new tcu::TestCaseGroup(testCtx, "fill_and_update_buffer"));
665 de::MovePtr<tcu::TestCaseGroup> currentTestsGroup(new tcu::TestCaseGroup(testCtx, groupData.name));
681 currentTestsGroup->addChild(new FillBufferTestCase(testCtx, "fill_" + testName, params));
682 currentTestsGroup->addChild(new UpdateBufferTestCase(testCtx, "update_" + testName, params));
691 currentTestsGroup->addChild(new FillBufferTestCase(testCtx, "fill_" + testName, params));
692 currentTestsGroup->addChild(new UpdateBufferTestCase(testCtx, "update_" + testName, params));
701 currentTestsGroup->addChild(new FillBufferTestCase(testCtx, "fill_" + testName, params));
702 currentTestsGroup->addChild(new UpdateBufferTestCase(testCtx, "update_" + testName, params));
711 currentTestsGroup->addChild(new FillBufferTestCase(testCtx, "fill_" + testName, params));
712 currentTestsGroup->addChild(new UpdateBufferTestCase(testCtx, "update_" + testName, params));
728 currentTestsGroup->addChild(new FillWholeBufferTestCase{testCtx, name, params});