Searched refs:PACK_TRUECOLOR (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_line.c | 135 PACK_TRUECOLOR( pixel, color[0], color[1], color[2] ); 256 PACK_TRUECOLOR( pixel, color[0], color[1], color[2] );
|
D | xm_tri.c | 76 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]);
|
D | xmesaP.h | 249 #define PACK_TRUECOLOR( PIXEL, R, G, B ) \ macro
|
D | xm_api.c | 657 PACK_TRUECOLOR( p, r, g, b ); in xmesa_color_to_pixel() 1579 PACK_TRUECOLOR( p, r, g, b ); in XMesaDitherColor()
|