Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Device/
DClipper.cpp266 int depthClipFlags = ((v.z > v.w) ? CLIP_FAR : 0) | in ComputeClipFlags() local
272 (depthClipEnable ? depthClipFlags : 0) | in ComputeClipFlags()