HomeSort by relevance Sort by last modified time
    Searched refs:clipNear (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/src/Renderer/
Clipper.hpp 63 void clipNear(Polygon &polygon);
Clipper.cpp 47 if(clipFlagsOr & CLIP_NEAR) clipNear(polygon);
83 void Clipper::clipNear(Polygon &polygon)

Completed in 339 milliseconds