Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DClipper.hpp46 CLIP_PLANE1 = 1 << 9, enumerator
DClipper.cpp68 if(draw.clipFlags & CLIP_PLANE1) clipPlane(polygon, data.clipPlane[1]); in clip()
DRenderer.cpp594 if(clipFlags & Clipper::CLIP_PLANE1) data->clipPlane[1] = clipPlane[1]; in draw()
2171 if(clipFlags & Clipper::CLIP_PLANE1) clipPlane[1] = scissorWorld * userPlane[1]; in updateClipper()
2180 if(clipFlags & Clipper::CLIP_PLANE1) clipPlane[1] = userPlane[1]; in updateClipper()