Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DClipper.hpp35 CLIP_FAR = 1 << 2, enumerator
DClipper.cpp27 ((v.z > v.w) ? CLIP_FAR : 0) | in computeClipFlags()
40 if(clipFlagsOr & CLIP_FAR) clipFar(polygon); in clip()
/external/swiftshader/src/Renderer/
DClipper.hpp35 CLIP_FAR = 1 << 2, enumerator
DClipper.cpp36 ((v.z > v.w) ? CLIP_FAR : 0) | in computeClipFlags()
49 if(clipFlagsOr & CLIP_FAR) clipFar(polygon); in clip()