Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DClipper.hpp34 CLIP_TOP = 1 << 1, enumerator
DClipper.cpp26 ((v.y > v.w) ? CLIP_TOP : 0) | in computeClipFlags()
46 if(clipFlagsOr & CLIP_TOP) clipTop(polygon); in clip()
/external/swiftshader/src/Renderer/
DClipper.hpp34 CLIP_TOP = 1 << 1, enumerator
DClipper.cpp35 ((v.y > v.w) ? CLIP_TOP : 0) | in computeClipFlags()
55 if(clipFlagsOr & CLIP_TOP) clipTop(polygon); in clip()