Searched refs:createTypeSpecificTests (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiTests.cpp | 47 void createTypeSpecificTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createTypeSpecificTests() function 66 addTestGroup(apiTests, getName(wsiType), "", createTypeSpecificTests, wsiType); in createWsiTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemWsiSwapchainTests.cpp | 1311 void createTypeSpecificTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createTypeSpecificTests() function 1326 addTestGroup(&*wsiTestGroup, getName(wsiType), "", createTypeSpecificTests, wsiType); in createSwapchainTests()
|