Searched defs:testCaseGroup (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp3093 void addCopyImageTestsAllFormats (tcu::TestCaseGroup* testCaseGroup, argument
3302 testCaseGroup->addChild(new CopyImageToImageTestCase(testCtx, testName.str(), description.str(), params));
3308 void addBlittingTestsAllFormats (tcu::TestCaseGroup* testCaseGroup, argument
3543 testCaseGroup->addChild(new BlittingTestCase(testCtx, testName.str() + "_nearest", description.str(), params));
3548 testCaseGroup->addChild(new BlittingTestCase(testCtx, testName.str() + "_linear", description.str(), params));

Completed in 69 milliseconds