Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DClipper.hpp48 CLIP_PLANE3 = 1 << 11, enumerator
DClipper.cpp64 if(clipFlags & CLIP_PLANE3) clipPlane(polygon, data.clipPlane[3]); in clip()
DRenderer.cpp518 if(clipFlags & Clipper::CLIP_PLANE3) data->clipPlane[3] = clipPlane[3]; in draw()
1852 if(clipFlags & Clipper::CLIP_PLANE3) clipPlane[3] = userPlane[3]; in updateClipper()
/external/swiftshader/src/Renderer/
DClipper.hpp48 CLIP_PLANE3 = 1 << 11, enumerator
DClipper.cpp73 if(clipFlags & CLIP_PLANE3) clipPlane(polygon, data.clipPlane[3]); in clip()
DRenderer.cpp632 if(clipFlags & Clipper::CLIP_PLANE3) data->clipPlane[3] = clipPlane[3]; in draw()
2236 if(clipFlags & Clipper::CLIP_PLANE3) clipPlane[3] = scissorWorld * userPlane[3]; in updateClipper()
2245 if(clipFlags & Clipper::CLIP_PLANE3) clipPlane[3] = userPlane[3]; in updateClipper()