Lines Matching full:vertex
1267 if (tri == 0) // first vertex is magic
1279 if (tri == trianglesPerVisit-1) // last vertex is magic
1511 // one vertex clipped
1523 // one vertex clipped to Z+
1537 // one vertex clipped
1548 // one vertex clipped
1559 // one vertex clipped to edge, large
1596 // one vertex clipped to edge
1620 // one vertex clipped to z
1641 // one vertex clipped to z
1662 // one vertex clipped to z
1680 // one vertex clipped to z
1698 // one vertex clipped to z
1716 // one vertex clipped to z
1752 // one vertex clipped to z
1768 // one vertex clipped to z
1784 // one vertex clipped to z
1801 // one vertex clipped to z
1925 TestCaseGroup* clipOne = new TestCaseGroup(m_context, "clip_one", "Clip one vertex");
1958 clipOne->addChild(new TriangleCase(m_context, name.c_str(), "clip one vertex", &triangle, &triangle + 1, VIEWPORT_CENTER));
1978 clipOne->addChild(new TriangleCase(m_context, "clip_pos_z", "clip one vertex", &posZTriangle, &posZTriangle + 1, VIEWPORT_CENTER));
1979 clipOne->addChild(new TriangleCase(m_context, "clip_neg_z", "clip one vertex", &negZTriangle, &negZTriangle + 1, VIEWPORT_CENTER));