Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DClipper.hpp48 CLIP_PLANE3 = 1 << 11, enumerator
DClipper.cpp72 if(draw.clipFlags & CLIP_PLANE3) clipPlane(polygon, data.clipPlane[3]); in clip()
DRenderer.cpp596 if(clipFlags & Clipper::CLIP_PLANE3) data->clipPlane[3] = clipPlane[3]; in draw()
2173 if(clipFlags & Clipper::CLIP_PLANE3) clipPlane[3] = scissorWorld * userPlane[3]; in updateClipper()
2182 if(clipFlags & Clipper::CLIP_PLANE3) clipPlane[3] = userPlane[3]; in updateClipper()