Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DClipper.hpp49 CLIP_PLANE4 = 1 << 12, enumerator
DClipper.cpp75 if(clipFlags & CLIP_PLANE4) clipPlane(polygon, data.clipPlane[4]); in clip()
DRenderer.cpp634 if(clipFlags & Clipper::CLIP_PLANE4) data->clipPlane[4] = clipPlane[4]; in draw()
2335 if(clipFlags & Clipper::CLIP_PLANE4) clipPlane[4] = scissorWorld * userPlane[4]; in updateClipper()
2344 if(clipFlags & Clipper::CLIP_PLANE4) clipPlane[4] = userPlane[4]; in updateClipper()