Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DClipper.hpp46 CLIP_PLANE1 = 1 << 9, enumerator
DClipper.cpp69 if(clipFlags & CLIP_PLANE1) clipPlane(polygon, data.clipPlane[1]); in clip()
DRenderer.cpp631 if(clipFlags & Clipper::CLIP_PLANE1) data->clipPlane[1] = clipPlane[1]; in draw()
2332 if(clipFlags & Clipper::CLIP_PLANE1) clipPlane[1] = scissorWorld * userPlane[1]; in updateClipper()
2341 if(clipFlags & Clipper::CLIP_PLANE1) clipPlane[1] = userPlane[1]; in updateClipper()