Searched refs:PACK_TRUEDITHER (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| H A D | xm_tri.c | 242 PACK_TRUEDITHER(p, x, y, FixedToInt(span.red), \ 305 PACK_TRUEDITHER(pRow[i], x, y, FixedToInt(span.red), \ 472 PACK_TRUEDITHER(p, x, y, v2->color[0], \ 528 PACK_TRUEDITHER(pRow[i], x, y, color[RCOMP], \ 676 PACK_TRUEDITHER(p, x, y, FixedToInt(span.red), \ 725 PACK_TRUEDITHER(pRow[i], x, y, FixedToInt(span.red), \ 850 PACK_TRUEDITHER(p, x, y, v2->color[0], \ 893 PACK_TRUEDITHER(pRow[i], x, y, color[RCOMP], \
|
| H A D | xmesaP.h | 258 #define PACK_TRUEDITHER( PIXEL, X, Y, R, G, B ) \ macro
|
| H A D | 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]); \
|
| H A D | xm_api.c | 676 PACK_TRUEDITHER(p, 1, 0, r, g, b); 1593 PACK_TRUEDITHER(p, x, y, r, g, b);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| H A D | xm_tri.c | 241 PACK_TRUEDITHER(p, x, y, FixedToInt(span.red), \ 304 PACK_TRUEDITHER(pRow[i], x, y, FixedToInt(span.red), \ 471 PACK_TRUEDITHER(p, x, y, v2->color[0], \ 527 PACK_TRUEDITHER(pRow[i], x, y, color[RCOMP], \ 675 PACK_TRUEDITHER(p, x, y, FixedToInt(span.red), \ 724 PACK_TRUEDITHER(pRow[i], x, y, FixedToInt(span.red), \ 849 PACK_TRUEDITHER(p, x, y, v2->color[0], \ 892 PACK_TRUEDITHER(pRow[i], x, y, color[RCOMP], \
|
| H A D | xmesaP.h | 258 #define PACK_TRUEDITHER( PIXEL, X, Y, R, G, B ) \ macro
|
| H A D | 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]); \
|
| H A D | xm_api.c | 673 PACK_TRUEDITHER(p, 1, 0, r, g, b); 1603 PACK_TRUEDITHER(p, x, y, r, g, b);
|
Completed in 13 milliseconds