Home
last modified time | relevance | path

Searched refs:createCopyImageTests (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemCopyImageTests.cpp347 tcu::TestCaseGroup* createCopyImageTests (tcu::TestContext& testCtx, CmdBufferType cmdBufferType) in createCopyImageTests() function
454 tcu::TestCaseGroup* createCopyImageTests (tcu::TestContext& testCtx) in createCopyImageTests() function
458 copyTests->addChild(createCopyImageTests(testCtx, CMD_BUFFER_PRIMARY)); in createCopyImageTests()
459 copyTests->addChild(createCopyImageTests(testCtx, CMD_BUFFER_SECONDARY)); in createCopyImageTests()
DvktProtectedMemCopyImageTests.hpp35 tcu::TestCaseGroup* createCopyImageTests (tcu::TestContext& testCtx);
DvktProtectedMemTests.cpp64 imageTestGroup->addChild(createCopyImageTests(testCtx)); in createTests()
/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.hpp37 TestCaseGroup* createCopyImageTests (Context& context);
Des31fFunctionalTests.cpp438 addChild(createCopyImageTests (m_context)); in init()
Des31fCopyImageTests.cpp2730 TestCaseGroup* createCopyImageTests (Context& context) in createCopyImageTests() function