Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DClipper.hpp46 CLIP_PLANE1 = 1 << 9, enumerator
DClipper.cpp60 if(clipFlags & CLIP_PLANE1) clipPlane(polygon, data.clipPlane[1]); in clip()
DRenderer.cpp516 if(clipFlags & Clipper::CLIP_PLANE1) data->clipPlane[1] = clipPlane[1]; in draw()
1850 if(clipFlags & Clipper::CLIP_PLANE1) clipPlane[1] = userPlane[1]; in updateClipper()
/external/swiftshader/src/Renderer/
DClipper.hpp46 CLIP_PLANE1 = 1 << 9, enumerator
DClipper.cpp69 if(clipFlags & CLIP_PLANE1) clipPlane(polygon, data.clipPlane[1]); in clip()
DRenderer.cpp630 if(clipFlags & Clipper::CLIP_PLANE1) data->clipPlane[1] = clipPlane[1]; in draw()
2234 if(clipFlags & Clipper::CLIP_PLANE1) clipPlane[1] = scissorWorld * userPlane[1]; in updateClipper()
2243 if(clipFlags & Clipper::CLIP_PLANE1) clipPlane[1] = userPlane[1]; in updateClipper()