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

  /system/core/libpixelflinger/include/private/pixelflinger/
ggl_fixed.h 29 const GGLfixed FIXED_EPSILON = 1;
    [all...]
  /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 577 milliseconds