Lines Matching refs:subgroup
937 tcu::TestCaseGroup* subgroup(
941 subgroup->addChild(createTestGroup(testCtx, "no_compression_control",
963 subgroup->addChild(createTestGroup(testCtx, flag.name,
966 group->addChild(subgroup);
970 subgroup = new tcu::TestCaseGroup(testCtx, "android_hardware_buffer");
976 subgroup->addChild(createTestGroup(testCtx, flag.name, addAhbCompressionControlTests, testParams));
979 group->addChild(subgroup);
981 subgroup = new tcu::TestCaseGroup(testCtx, "ohos_native_buffer");
987 subgroup->addChild(createTestGroup(testCtx, flag.name, AddOHOSCompressionControlTests, testParams));
990 group->addChild(subgroup);
992 subgroup = new tcu::TestCaseGroup(testCtx, "swapchain");
1005 subgroup->addChild(wsi_subgroup);
1008 group->addChild(subgroup);