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

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.h 419 #define IntToFixed(I) ((I) << FIXED_SHIFT)
439 #define ChanToFixed(X) IntToFixed(X)
s_span.c 97 span->red = IntToFixed(r);
98 span->green = IntToFixed(g);
99 span->blue = IntToFixed(b);
100 span->alpha = IntToFixed(a);
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_context.h 419 #define IntToFixed(I) ((I) << FIXED_SHIFT)
439 #define ChanToFixed(X) IntToFixed(X)
s_span.c 97 span->red = IntToFixed(r);
98 span->green = IntToFixed(g);
99 span->blue = IntToFixed(b);
100 span->alpha = IntToFixed(a);
    [all...]

Completed in 1598 milliseconds