Searched refs:CLIP_PLANE3 (Results 1 – 6 of 6) sorted by relevance
48 CLIP_PLANE3 = 1 << 11, enumerator
64 if(clipFlags & CLIP_PLANE3) clipPlane(polygon, data.clipPlane[3]); in clip()
518 if(clipFlags & Clipper::CLIP_PLANE3) data->clipPlane[3] = clipPlane[3]; in draw()1852 if(clipFlags & Clipper::CLIP_PLANE3) clipPlane[3] = userPlane[3]; in updateClipper()
73 if(clipFlags & CLIP_PLANE3) clipPlane(polygon, data.clipPlane[3]); in clip()
632 if(clipFlags & Clipper::CLIP_PLANE3) data->clipPlane[3] = clipPlane[3]; in draw()2236 if(clipFlags & Clipper::CLIP_PLANE3) clipPlane[3] = scissorWorld * userPlane[3]; in updateClipper()2245 if(clipFlags & Clipper::CLIP_PLANE3) clipPlane[3] = userPlane[3]; in updateClipper()