Home | History | Annotate | Download | only in functional

Lines Matching refs:TestCaseGroup

1297 class PointsTestGroup : public TestCaseGroup
1306 : TestCaseGroup(context, "point", "Point clipping tests")
1382 class LinesTestGroup : public TestCaseGroup
1391 : TestCaseGroup(context, "line", "Line clipping tests")
1473 class PolysTestGroup : public TestCaseGroup
1482 : TestCaseGroup(context, "polygon", "Polygon clipping tests")
1806 class PolyEdgesTestGroup : public TestCaseGroup
1815 : TestCaseGroup(context, "polygon_edge", "Polygon clipping edge tests")
1857 class PolyVertexClipTestGroup : public TestCaseGroup
1866 : TestCaseGroup(context, "triangle_vertex", "Clip n vertices")
1913 TestCaseGroup* clipOne = new TestCaseGroup(m_context, "clip_one", "Clip one vertex");
1914 TestCaseGroup* clipTwo = new TestCaseGroup(m_context, "clip_two", "Clip two vertices");
1915 TestCaseGroup* clipThree = new TestCaseGroup(m_context, "clip_three", "Clip three vertices");
2047 : TestCaseGroup(context, "clipping", "Clipping tests")