Searched refs:CLIP_PLANE1 (Results 1 – 6 of 6) sorted by relevance
46 CLIP_PLANE1 = 1 << 9, enumerator
60 if(clipFlags & CLIP_PLANE1) clipPlane(polygon, data.clipPlane[1]); in clip()
516 if(clipFlags & Clipper::CLIP_PLANE1) data->clipPlane[1] = clipPlane[1]; in draw()1850 if(clipFlags & Clipper::CLIP_PLANE1) clipPlane[1] = userPlane[1]; in updateClipper()
69 if(clipFlags & CLIP_PLANE1) clipPlane(polygon, data.clipPlane[1]); in clip()
630 if(clipFlags & Clipper::CLIP_PLANE1) data->clipPlane[1] = clipPlane[1]; in draw()2234 if(clipFlags & Clipper::CLIP_PLANE1) clipPlane[1] = scissorWorld * userPlane[1]; in updateClipper()2243 if(clipFlags & Clipper::CLIP_PLANE1) clipPlane[1] = userPlane[1]; in updateClipper()