Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DClipper.hpp45 CLIP_PLANE0 = 1 << 8, enumerator
DClipper.cpp66 if(draw.clipFlags & CLIP_PLANE0) clipPlane(polygon, data.clipPlane[0]); in clip()
DRenderer.cpp593 if(clipFlags & Clipper::CLIP_PLANE0) data->clipPlane[0] = clipPlane[0]; in draw()
2170 if(clipFlags & Clipper::CLIP_PLANE0) clipPlane[0] = scissorWorld * userPlane[0]; in updateClipper()
2179 if(clipFlags & Clipper::CLIP_PLANE0) clipPlane[0] = userPlane[0]; in updateClipper()