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

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.h 423 #define FixedFloor(X) ((X) & FIXED_INT_MASK)
s_triangle.c 363 /* Isn't it necessary to use FixedFloor below?? */ \
380 /* Isn't it necessary to use FixedFloor below?? */ \
646 const GLint s = FixedToInt(FixedFloor(s_fix)) & info->smask; \
647 const GLint t = FixedToInt(FixedFloor(t_fix)) & info->tmask; \
    [all...]
s_tritemp.h 581 fdxOuter = FixedFloor(fdxLeftEdge - FIXED_EPSILON);
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_context.h 423 #define FixedFloor(X) ((X) & FIXED_INT_MASK)
s_triangle.c 363 /* Isn't it necessary to use FixedFloor below?? */ \
380 /* Isn't it necessary to use FixedFloor below?? */ \
646 const GLint s = FixedToInt(FixedFloor(s_fix)) & info->smask; \
647 const GLint t = FixedToInt(FixedFloor(t_fix)) & info->tmask; \
    [all...]
s_tritemp.h 581 fdxOuter = FixedFloor(fdxLeftEdge - FIXED_EPSILON);
    [all...]

Completed in 420 milliseconds