Home
last modified time | relevance | path

Searched refs:CLIP_PLANE2 (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Renderer/
DClipper.hpp47 CLIP_PLANE2 = 1 << 10, enumerator
DClipper.cpp70 if(draw.clipFlags & CLIP_PLANE2) clipPlane(polygon, data.clipPlane[2]); in clip()
DRenderer.cpp595 if(clipFlags & Clipper::CLIP_PLANE2) data->clipPlane[2] = clipPlane[2]; in draw()
2172 if(clipFlags & Clipper::CLIP_PLANE2) clipPlane[2] = scissorWorld * userPlane[2]; in updateClipper()
2181 if(clipFlags & Clipper::CLIP_PLANE2) clipPlane[2] = userPlane[2]; in updateClipper()