Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DClipper.hpp38 CLIP_NEAR = 1 << 5, enumerator
DClipper.cpp30 ((v.z < 0) ? CLIP_NEAR : 0) | in computeClipFlags()
38 if(clipFlagsOr & CLIP_NEAR) clipNear(polygon); in clip()
/external/swiftshader/src/Renderer/
DClipper.hpp38 CLIP_NEAR = 1 << 5, enumerator
DClipper.cpp39 ((v.z < n * v.w) ? CLIP_NEAR : 0) | in computeClipFlags()
47 if(clipFlagsOr & CLIP_NEAR) clipNear(polygon); in clip()