Home | History | Annotate | Download | only in functional

Lines Matching full:vertex

1271 			if (tri == 0) // first vertex is magic
1283 if (tri == trianglesPerVisit-1) // last vertex is magic
1515 // one vertex clipped
1527 // one vertex clipped to Z+
1541 // one vertex clipped
1552 // one vertex clipped
1563 // one vertex clipped to edge, large
1600 // one vertex clipped to edge
1624 // one vertex clipped to z
1645 // one vertex clipped to z
1666 // one vertex clipped to z
1684 // one vertex clipped to z
1702 // one vertex clipped to z
1720 // one vertex clipped to z
1756 // one vertex clipped to z
1772 // one vertex clipped to z
1788 // one vertex clipped to z
1805 // one vertex clipped to z
1929 TestCaseGroup* clipOne = new TestCaseGroup(m_context, "clip_one", "Clip one vertex");
1962 clipOne->addChild(new TriangleCase(m_context, name.c_str(), "clip one vertex", &triangle, &triangle + 1, VIEWPORT_CENTER));
1982 clipOne->addChild(new TriangleCase(m_context, "clip_pos_z", "clip one vertex", &posZTriangle, &posZTriangle + 1, VIEWPORT_CENTER));
1983 clipOne->addChild(new TriangleCase(m_context, "clip_neg_z", "clip one vertex", &negZTriangle, &negZTriangle + 1, VIEWPORT_CENTER));