Searched refs:createCopyImageTests (Results 1 – 6 of 6) sorted by relevance
347 tcu::TestCaseGroup* createCopyImageTests (tcu::TestContext& testCtx, CmdBufferType cmdBufferType) in createCopyImageTests() function454 tcu::TestCaseGroup* createCopyImageTests (tcu::TestContext& testCtx) in createCopyImageTests() function458 copyTests->addChild(createCopyImageTests(testCtx, CMD_BUFFER_PRIMARY)); in createCopyImageTests()459 copyTests->addChild(createCopyImageTests(testCtx, CMD_BUFFER_SECONDARY)); in createCopyImageTests()
35 tcu::TestCaseGroup* createCopyImageTests (tcu::TestContext& testCtx);
64 imageTestGroup->addChild(createCopyImageTests(testCtx)); in createTests()
37 TestCaseGroup* createCopyImageTests (Context& context);
438 addChild(createCopyImageTests (m_context)); in init()
2730 TestCaseGroup* createCopyImageTests (Context& context) in createCopyImageTests() function