Searched refs:PACK_8A8R8G8B (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| H A D | xmesaP.h | 298 #define PACK_8A8R8G8B( R, G, B, A ) \ macro
|
| H A D | xm_line.c | 166 GLuint pixel = PACK_8A8R8G8B(color[0], color[1], color[2], color[3]); 299 GLuint pixel = PACK_8A8R8G8B(color[0], color[1], color[2], color[3]);
|
| H A D | xm_tri.c | 145 pRow[i] = PACK_8A8R8G8B(FixedToInt(span.red), \ 383 GLuint p = PACK_8A8R8G8B(v2->color[0], v2->color[1], \ 602 pRow[i] = PACK_8A8R8G8B(FixedToInt(span.red), \
|
| H A D | xm_api.c | 664 return PACK_8A8R8G8B( r, g, b, a ); 1583 return PACK_8A8R8G8B( r, g, b, a );
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| H A D | xmesaP.h | 298 #define PACK_8A8R8G8B( R, G, B, A ) \ macro
|
| H A D | xm_line.c | 166 GLuint pixel = PACK_8A8R8G8B(color[0], color[1], color[2], color[3]); 299 GLuint pixel = PACK_8A8R8G8B(color[0], color[1], color[2], color[3]);
|
| H A D | xm_tri.c | 144 pRow[i] = PACK_8A8R8G8B(FixedToInt(span.red), \ 382 GLuint p = PACK_8A8R8G8B(v2->color[0], v2->color[1], \ 601 pRow[i] = PACK_8A8R8G8B(FixedToInt(span.red), \
|
| H A D | xm_api.c | 661 return PACK_8A8R8G8B( r, g, b, a ); 1593 return PACK_8A8R8G8B( r, g, b, a );
|
Completed in 12 milliseconds