Searched refs:D3DCOLOR_ARGB (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/guest/mesa/include/D3D9/ |
D | d3d9types.h | 364 #define D3DCOLOR_ARGB(a,r,g,b) \ macro 372 #define D3DCOLOR_RGBA(r,g,b,a) D3DCOLOR_ARGB(a,r,g,b) 373 #define D3DCOLOR_XRGB(r,g,b) D3DCOLOR_ARGB(0xFF,r,g,b) 374 #define D3DCOLOR_AYUV(a,y,u,v) D3DCOLOR_ARGB(a,y,u,v) 375 #define D3DCOLOR_XYUV(y,u,v) D3DCOLOR_ARGB(0xFF,y,u,v)
|