Searched refs:PACK_TRUECOLOR (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A DxmesaP.h249 #define PACK_TRUECOLOR( PIXEL, R, G, B ) \ macro
H A Dxm_line.c135 PACK_TRUECOLOR( pixel, color[0], color[1], color[2] );
256 PACK_TRUECOLOR( pixel, color[0], color[1], color[2] );
H A Dxm_tri.c76 PACK_TRUECOLOR(p, FixedToInt(span.red), \
329 PACK_TRUECOLOR(pixel, v2->color[0], v2->color[1], v2->color[2]);
551 PACK_TRUECOLOR(p, FixedToInt(span.red), \
744 PACK_TRUECOLOR(pixel, v2->color[0], v2->color[1], v2->color[2]);
H A Dxm_api.c658 PACK_TRUECOLOR( p, r, g, b );
1577 PACK_TRUECOLOR( p, r, g, b );
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A DxmesaP.h249 #define PACK_TRUECOLOR( PIXEL, R, G, B ) \ macro
H A Dxm_line.c135 PACK_TRUECOLOR( pixel, color[0], color[1], color[2] );
256 PACK_TRUECOLOR( pixel, color[0], color[1], color[2] );
H A Dxm_tri.c75 PACK_TRUECOLOR(p, FixedToInt(span.red), \
328 PACK_TRUECOLOR(pixel, v2->color[0], v2->color[1], v2->color[2]);
550 PACK_TRUECOLOR(p, FixedToInt(span.red), \
743 PACK_TRUECOLOR(pixel, v2->color[0], v2->color[1], v2->color[2]);
H A Dxm_api.c655 PACK_TRUECOLOR( p, r, g, b );
1587 PACK_TRUECOLOR( p, r, g, b );

Completed in 12 milliseconds