HomeSort by relevance Sort by last modified time
    Searched defs:FIXED_EPSILON (Results 1 - 3 of 3) sorted by null

  /system/core/include/private/pixelflinger/
ggl_fixed.h 29 const GGLfixed FIXED_EPSILON = 1;
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.h 414 #define FIXED_EPSILON 1
422 #define FixedCeil(X) (((X) + FIXED_ONE - FIXED_EPSILON) & FIXED_INT_MASK)
  /external/mesa3d/src/mesa/swrast/
s_context.h 414 #define FIXED_EPSILON 1
422 #define FixedCeil(X) (((X) + FIXED_ONE - FIXED_EPSILON) & FIXED_INT_MASK)

Completed in 74 milliseconds