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

  /external/mesa3d/src/mesa/drivers/x11/
xm_tri.c 240 PACK_TRUEDITHER(p, x, y, FixedToInt(span.red), \
303 PACK_TRUEDITHER(pRow[i], x, y, FixedToInt(span.red), \
470 PACK_TRUEDITHER(p, x, y, v2->color[0], \
526 PACK_TRUEDITHER(pRow[i], x, y, color[RCOMP], \
674 PACK_TRUEDITHER(p, x, y, FixedToInt(span.red), \
723 PACK_TRUEDITHER(pRow[i], x, y, FixedToInt(span.red), \
848 PACK_TRUEDITHER(p, x, y, v2->color[0], \
891 PACK_TRUEDITHER(pRow[i], x, y, color[RCOMP], \
    [all...]
xmesaP.h 258 #define PACK_TRUEDITHER( PIXEL, X, Y, R, G, B ) \
xm_line.c 242 #define PLOT(X,Y) PACK_TRUEDITHER( *pixelPtr, X, Y, color[0], color[1], color[2] );
402 PACK_TRUEDITHER(*pixelPtr, X, Y, color[0], color[1], color[2]); \
xm_api.c 672 PACK_TRUEDITHER(p, 1, 0, r, g, b);
    [all...]

Completed in 218 milliseconds