Searched refs:CLIP_PLANE2 (Results 1 – 6 of 6) sorted by relevance
47 CLIP_PLANE2 = 1 << 10, enumerator
62 if(clipFlags & CLIP_PLANE2) clipPlane(polygon, data.clipPlane[2]); in clip()
517 if(clipFlags & Clipper::CLIP_PLANE2) data->clipPlane[2] = clipPlane[2]; in draw()1851 if(clipFlags & Clipper::CLIP_PLANE2) clipPlane[2] = userPlane[2]; in updateClipper()
71 if(clipFlags & CLIP_PLANE2) clipPlane(polygon, data.clipPlane[2]); in clip()
631 if(clipFlags & Clipper::CLIP_PLANE2) data->clipPlane[2] = clipPlane[2]; in draw()2235 if(clipFlags & Clipper::CLIP_PLANE2) clipPlane[2] = scissorWorld * userPlane[2]; in updateClipper()2244 if(clipFlags & Clipper::CLIP_PLANE2) clipPlane[2] = userPlane[2]; in updateClipper()