Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemTests.cpp92 …de::MovePtr<tcu::TestCaseGroup> interactionTestGroup (new tcu::TestCaseGroup(testCtx, "interaction… in createTests() local
93 interactionTestGroup->addChild(createSwapchainTests(testCtx)); in createTests()
94 interactionTestGroup->addChild(createYCbCrConversionTests(testCtx)); in createTests()
95 protectedTests->addChild(interactionTestGroup.release()); in createTests()