Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemCopyImageTests.cpp356 tcu::TestCaseGroup* createCopyImageTests (tcu::TestContext& testCtx, CmdBufferType cmdBufferType) in createCopyImageTests() function
460 tcu::TestCaseGroup* createCopyImageTests (tcu::TestContext& testCtx) in createCopyImageTests() function
464 copyTests->addChild(createCopyImageTests(testCtx, CMD_BUFFER_PRIMARY)); in createCopyImageTests()
465 copyTests->addChild(createCopyImageTests(testCtx, CMD_BUFFER_SECONDARY)); in createCopyImageTests()
DvktProtectedMemCopyImageTests.hpp35 tcu::TestCaseGroup* createCopyImageTests (tcu::TestContext& testCtx);
DvktProtectedMemTests.cpp65 imageTestGroup->addChild(createCopyImageTests(testCtx)); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
DvktProtectedMemCopyImageTests.cpp356 tcu::TestCaseGroup* createCopyImageTests (tcu::TestContext& testCtx, CmdBufferType cmdBufferType) in createCopyImageTests() function
460 tcu::TestCaseGroup* createCopyImageTests (tcu::TestContext& testCtx) in createCopyImageTests() function
464 copyTests->addChild(createCopyImageTests(testCtx, CMD_BUFFER_PRIMARY)); in createCopyImageTests()
465 copyTests->addChild(createCopyImageTests(testCtx, CMD_BUFFER_SECONDARY)); in createCopyImageTests()
DvktProtectedMemCopyImageTests.hpp35 tcu::TestCaseGroup* createCopyImageTests (tcu::TestContext& testCtx);
DvktProtectedMemTests.cpp65 imageTestGroup->addChild(createCopyImageTests(testCtx)); in createTests()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fCopyImageTests.hpp37 TestCaseGroup* createCopyImageTests (Context& context, bool is_GL45);
Des31fFunctionalTests.cpp478 addChild(createCopyImageTests (m_context, false)); in init()
521 addChild(createCopyImageTests (m_context, true)); in init()
Des31fCopyImageTests.cpp2751 TestCaseGroup* createCopyImageTests (Context& context, bool is_GL45) in createCopyImageTests() function