Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DClipper.hpp47 CLIP_PLANE2 = 1 << 10, enumerator
DClipper.cpp62 if(clipFlags & CLIP_PLANE2) clipPlane(polygon, data.clipPlane[2]); in clip()
DRenderer.cpp517 if(clipFlags & Clipper::CLIP_PLANE2) data->clipPlane[2] = clipPlane[2]; in draw()
1851 if(clipFlags & Clipper::CLIP_PLANE2) clipPlane[2] = userPlane[2]; in updateClipper()
/external/swiftshader/src/Renderer/
DClipper.hpp47 CLIP_PLANE2 = 1 << 10, enumerator
DClipper.cpp71 if(clipFlags & CLIP_PLANE2) clipPlane(polygon, data.clipPlane[2]); in clip()
DRenderer.cpp631 if(clipFlags & Clipper::CLIP_PLANE2) data->clipPlane[2] = clipPlane[2]; in draw()
2235 if(clipFlags & Clipper::CLIP_PLANE2) clipPlane[2] = scissorWorld * userPlane[2]; in updateClipper()
2244 if(clipFlags & Clipper::CLIP_PLANE2) clipPlane[2] = userPlane[2]; in updateClipper()