Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DClipper.hpp48 CLIP_PLANE3 = 1 << 11, enumerator
DClipper.cpp73 if(clipFlags & CLIP_PLANE3) clipPlane(polygon, data.clipPlane[3]); in clip()
DRenderer.cpp633 if(clipFlags & Clipper::CLIP_PLANE3) data->clipPlane[3] = clipPlane[3]; in draw()
2334 if(clipFlags & Clipper::CLIP_PLANE3) clipPlane[3] = scissorWorld * userPlane[3]; in updateClipper()
2343 if(clipFlags & Clipper::CLIP_PLANE3) clipPlane[3] = userPlane[3]; in updateClipper()