Home
last modified time | relevance | path

Searched refs:PACK_TRUEDITHER (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/x11/
Dxm_tri.c242 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], \
Dxm_line.c242 #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]); \
DxmesaP.h258 #define PACK_TRUEDITHER( PIXEL, X, Y, R, G, B ) \ macro
Dxm_api.c675 PACK_TRUEDITHER(p, 1, 0, r, g, b); in xmesa_color_to_pixel()
1595 PACK_TRUEDITHER(p, x, y, r, g, b); in XMesaDitherColor()