Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DClipper.hpp49 CLIP_PLANE4 = 1 << 12, enumerator
DClipper.cpp66 if(clipFlags & CLIP_PLANE4) clipPlane(polygon, data.clipPlane[4]); in clip()
DRenderer.cpp519 if(clipFlags & Clipper::CLIP_PLANE4) data->clipPlane[4] = clipPlane[4]; in draw()
1853 if(clipFlags & Clipper::CLIP_PLANE4) clipPlane[4] = userPlane[4]; in updateClipper()
/external/swiftshader/src/Renderer/
DClipper.hpp49 CLIP_PLANE4 = 1 << 12, enumerator
DClipper.cpp75 if(clipFlags & CLIP_PLANE4) clipPlane(polygon, data.clipPlane[4]); in clip()
DRenderer.cpp633 if(clipFlags & Clipper::CLIP_PLANE4) data->clipPlane[4] = clipPlane[4]; in draw()
2237 if(clipFlags & Clipper::CLIP_PLANE4) clipPlane[4] = scissorWorld * userPlane[4]; in updateClipper()
2246 if(clipFlags & Clipper::CLIP_PLANE4) clipPlane[4] = userPlane[4]; in updateClipper()