Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DClipper.hpp50 CLIP_PLANE5 = 1 << 13, enumerator
DClipper.cpp77 if(clipFlags & CLIP_PLANE5) clipPlane(polygon, data.clipPlane[5]); in clip()
DRenderer.cpp635 if(clipFlags & Clipper::CLIP_PLANE5) data->clipPlane[5] = clipPlane[5]; in draw()
2336 if(clipFlags & Clipper::CLIP_PLANE5) clipPlane[5] = scissorWorld * userPlane[5]; in updateClipper()
2345 if(clipFlags & Clipper::CLIP_PLANE5) clipPlane[5] = userPlane[5]; in updateClipper()