Searched refs:TRI_FLOOR (Results 1 - 2 of 2) sorted by relevance

/system/core/libpixelflinger/
H A Dtrap.cpp161 xc = TRI_FLOOR(xc) + TRI_HALF;
162 yc = TRI_FLOOR(yc) + TRI_HALF;
540 const int32_t bminx = TRI_FLOOR(min(x0, x1, x2)) >> TRI_FRACTION_BITS;
541 const int32_t bminy = TRI_FLOOR(min(y0, y1, y2)) >> TRI_FRACTION_BITS;
1001 int32_t y = min(min(left->y_bot, right->y_bot), TRI_FLOOR(yt + TRI_ONE));
/system/core/include/private/pixelflinger/
H A Dggl_context.h96 #define TRI_FLOOR(x) ((x) & ~(TRI_ONE-1)) macro

Completed in 1631 milliseconds