Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DClipper.hpp50 CLIP_PLANE5 = 1 << 13, enumerator
DClipper.cpp68 if(clipFlags & CLIP_PLANE5) clipPlane(polygon, data.clipPlane[5]); in clip()
DRenderer.cpp520 if(clipFlags & Clipper::CLIP_PLANE5) data->clipPlane[5] = clipPlane[5]; in draw()
1854 if(clipFlags & Clipper::CLIP_PLANE5) clipPlane[5] = userPlane[5]; in updateClipper()
/external/swiftshader/src/Renderer/
DClipper.hpp50 CLIP_PLANE5 = 1 << 13, enumerator
DClipper.cpp77 if(clipFlags & CLIP_PLANE5) clipPlane(polygon, data.clipPlane[5]); in clip()
DRenderer.cpp634 if(clipFlags & Clipper::CLIP_PLANE5) data->clipPlane[5] = clipPlane[5]; in draw()
2238 if(clipFlags & Clipper::CLIP_PLANE5) clipPlane[5] = scissorWorld * userPlane[5]; in updateClipper()
2247 if(clipFlags & Clipper::CLIP_PLANE5) clipPlane[5] = userPlane[5]; in updateClipper()