Lines Matching refs:group

1715 			MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "inside"));
1719 group.get(), getPrimitiveTopologyShortName(cases[caseNdx]), checkTopologySupport, initPrograms, testPrimitivesInside, cases[caseNdx]);
1721 clipVolumeGroup->addChild(group.release());
1726 MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "outside"));
1730 group.get(), getPrimitiveTopologyShortName(cases[caseNdx]), checkTopologySupport, initPrograms, testPrimitivesOutside, cases[caseNdx]);
1732 clipVolumeGroup->addChild(group.release());
1737 MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "depth_clamp"));
1741 group.get(), getPrimitiveTopologyShortName(cases[caseNdx]), checkTopologySupport, initPrograms, testPrimitivesDepthClamp, cases[caseNdx]);
1743 clipVolumeGroup->addChild(group.release());
1748 MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "depth_clip"));
1752 group.get(), getPrimitiveTopologyShortName(cases[caseNdx]), checkTopologySupport, initPrograms, testPrimitivesDepthClip, cases[caseNdx]);
1754 clipVolumeGroup->addChild(group.release());
1762 MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "clipped"));
1764 addFunctionCaseWithPrograms(group.get(), "large_points", initProgramsPointSize, testLargePoints);
1766 addFunctionCaseWithPrograms<LineOrientation>(group.get(), "wide_lines_axis_aligned", initPrograms, testWideLines, LINE_ORIENTATION_AXIS_ALIGNED);
1767 addFunctionCaseWithPrograms<LineOrientation>(group.get(), "wide_lines_diagonal", initPrograms, testWideLines, LINE_ORIENTATION_DIAGONAL);
1769 clipVolumeGroup->addChild(group.release());
1847 MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "complementarity"));
1850 addFunctionCaseWithPrograms<int>(group.get(), de::toString(numClipDistances).c_str(), initPrograms, testComplementarity, numClipDistances);
1852 clippingTestsGroup->addChild(group.release());
1858 MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "misc"));
1860 addFunctionCaseWithPrograms(group.get(), "negative_and_non_negative_cull_distance", checkSupport, initPrograms, testCullDistance);
1862 clippingTestsGroup->addChild(group.release());