Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DClipper.hpp45 CLIP_PLANE0 = 1 << 8, enumerator
DClipper.cpp67 if(clipFlags & CLIP_PLANE0) clipPlane(polygon, data.clipPlane[0]); in clip()
DRenderer.cpp630 if(clipFlags & Clipper::CLIP_PLANE0) data->clipPlane[0] = clipPlane[0]; in draw()
2331 if(clipFlags & Clipper::CLIP_PLANE0) clipPlane[0] = scissorWorld * userPlane[0]; in updateClipper()
2340 if(clipFlags & Clipper::CLIP_PLANE0) clipPlane[0] = userPlane[0]; in updateClipper()