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

  /system/core/libpixelflinger/include/private/pixelflinger/
ggl_context.h 98 #define TRI_ROUND(x) (((x) + TRI_HALF ) & ~(TRI_ONE-1))
  /system/core/libpixelflinger/
trap.cpp 155 GGLcoord halfSize = TRI_ROUND(rad) >> 1;
164 xc = TRI_ROUND(xc);
165 yc = TRI_ROUND(yc);
361 GGLcoord halfWidth = TRI_ROUND(width) >> 1;
    [all...]

Completed in 43 milliseconds