Searched refs:clipTriangleTwoVertices (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/referencerenderer/ |
D | rrRenderer.cpp | 348 void clipTriangleTwoVertices (std::vector<TriangleVertex>& clippedEdges, const ClipVolumePlane& pla… in clipTriangleTwoVertices() function 458 …if (!v0Clipped) clipTriangleTwoVertices(clippedEdges, plane, vertices[0], vertices[1], vertices[… in clipTriangleToPlane() 459 …else if (!v1Clipped) clipTriangleTwoVertices(clippedEdges, plane, vertices[1], vertices[2], vertic… in clipTriangleToPlane() 460 else clipTriangleTwoVertices(clippedEdges, plane, vertices[2], vertices[0], vertices[1]); in clipTriangleToPlane()
|