Searched refs:Clipper (Results 1 – 7 of 7) sorted by relevance
23 Clipper::Clipper(bool symmetricNormalizedDepth) in Clipper() function in sw::Clipper28 Clipper::~Clipper() in ~Clipper()32 unsigned int Clipper::computeClipFlags(const float4 &v) in computeClipFlags()40 Clipper::CLIP_FINITE; // FIXME: xyz finite in computeClipFlags()43 bool Clipper::clip(Polygon &polygon, int clipFlagsOr, const DrawCall &draw) in clip()83 void Clipper::clipNear(Polygon &polygon) in clipNear()121 void Clipper::clipFar(Polygon &polygon) in clipFar()159 void Clipper::clipLeft(Polygon &polygon) in clipLeft()197 void Clipper::clipRight(Polygon &polygon) in clipRight()235 void Clipper::clipTop(Polygon &polygon) in clipTop()[all …]
27 class Clipper class55 Clipper(bool symmetricNormalizedDepth);57 ~Clipper();
116 clipper = new Clipper(symmetricNormalizedDepth); in Renderer()592 if(clipFlags & Clipper::CLIP_PLANE0) data->clipPlane[0] = clipPlane[0]; in draw()593 if(clipFlags & Clipper::CLIP_PLANE1) data->clipPlane[1] = clipPlane[1]; in draw()594 if(clipFlags & Clipper::CLIP_PLANE2) data->clipPlane[2] = clipPlane[2]; in draw()595 if(clipFlags & Clipper::CLIP_PLANE3) data->clipPlane[3] = clipPlane[3]; in draw()596 if(clipFlags & Clipper::CLIP_PLANE4) data->clipPlane[4] = clipPlane[4]; in draw()597 if(clipFlags & Clipper::CLIP_PLANE5) data->clipPlane[5] = clipPlane[5]; in draw()1493 if((v0.clipFlags & v1.clipFlags & v2.clipFlags) == Clipper::CLIP_FINITE) in setupSolidTriangles()1499 if(clipFlagsOr != Clipper::CLIP_FINITE) in setupSolidTriangles()1743 if((C[0] & C[1] & C[2] & C[3]) == Clipper::CLIP_FINITE) in setupLine()[all …]
31 class Clipper;426 Clipper *clipper;
45 Renderer/Clipper.cpp \
42 | Clipper |
146 DEF_TEST(Clipper, reporter) { in DEF_TEST() argument