Searched refs:createAttachmentClearTests (Results 1 – 3 of 3) sorted by relevance
280 tcu::TestCaseGroup* createAttachmentClearTests (tcu::TestContext& testCtx, CmdBufferType cmdBufferT… in createAttachmentClearTests() function388 tcu::TestCaseGroup* createAttachmentClearTests (tcu::TestContext& testCtx) in createAttachmentClearTests() function392 clearTests->addChild(createAttachmentClearTests(testCtx, CMD_BUFFER_PRIMARY)); in createAttachmentClearTests()393 clearTests->addChild(createAttachmentClearTests(testCtx, CMD_BUFFER_SECONDARY)); in createAttachmentClearTests()
35 tcu::TestCaseGroup* createAttachmentClearTests (tcu::TestContext& testCtx);
57 attachmentTestGroup->addChild(createAttachmentClearTests(testCtx)); in createTests()