HomeSort by relevance Sort by last modified time
    Searched refs:TRI_FLOOR (Results 1 - 2 of 2) sorted by null

  /system/core/libpixelflinger/
trap.cpp 161 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));
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 96 #define TRI_FLOOR(x) ((x) & ~(TRI_ONE-1))

Completed in 72 milliseconds