Lines Matching refs:testGroup
49 void createTypeSpecificTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType)
52 addTestGroup(testGroup, "surface", createSurfaceTests, wsiType);
54 addTestGroup(testGroup, "swapchain", createSwapchainTests, wsiType);
56 addTestGroup(testGroup, "incremental_present", createIncrementalPresentTests, wsiType);
58 addTestGroup(testGroup, "display_timing", createDisplayTimingTests, wsiType);
60 addTestGroup(testGroup, "shared_presentable_image", createSharedPresentableImageTests, wsiType);
62 addTestGroup(testGroup, "colorspace", createColorSpaceTests, wsiType);
64 addTestGroup(testGroup, "colorspace_compare", createColorspaceCompareTests, wsiType);
66 addTestGroup(testGroup, "full_screen_exclusive", createFullScreenExclusiveTests, wsiType);
68 addTestGroup(testGroup, "present_id_wait", createPresentIdWaitTests, wsiType);
70 addTestGroup(testGroup, "maintenance1", createMaintenance1Tests, wsiType);