Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DClipper.hpp45 CLIP_PLANE0 = 1 << 8, enumerator
DClipper.cpp58 if(clipFlags & CLIP_PLANE0) clipPlane(polygon, data.clipPlane[0]); in clip()
DRenderer.cpp515 if(clipFlags & Clipper::CLIP_PLANE0) data->clipPlane[0] = clipPlane[0]; in draw()
1849 if(clipFlags & Clipper::CLIP_PLANE0) clipPlane[0] = userPlane[0]; in updateClipper()
/external/swiftshader/src/Renderer/
DClipper.hpp45 CLIP_PLANE0 = 1 << 8, enumerator
DClipper.cpp67 if(clipFlags & CLIP_PLANE0) clipPlane(polygon, data.clipPlane[0]); in clip()
DRenderer.cpp629 if(clipFlags & Clipper::CLIP_PLANE0) data->clipPlane[0] = clipPlane[0]; in draw()
2233 if(clipFlags & Clipper::CLIP_PLANE0) clipPlane[0] = scissorWorld * userPlane[0]; in updateClipper()
2242 if(clipFlags & Clipper::CLIP_PLANE0) clipPlane[0] = userPlane[0]; in updateClipper()