Searched defs:TRI_CEIL (Results 1 - 1 of 1) sorted by relevance

/system/core/include/private/pixelflinger/
H A Dggl_context.h97 #define TRI_CEIL(x) (((x) + (TRI_ONE-1)) & ~(TRI_ONE-1)) macro
103 #define TRI_SNAP_NEXT_HALF(x) (TRI_CEIL((x)+TRI_HALF) - TRI_HALF)
104 #define TRI_SNAP_PREV_HALF(x) (TRI_CEIL((x)-TRI_HALF) - TRI_HALF)

Completed in 5 milliseconds