Searched refs:D3DCOLOR_ARGB (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/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)
|
/external/swiftshader/include/Direct3D/ |
D | d3d8types.h | 37 #define D3DCOLOR_ARGB(a,r,g,b) \ macro 39 #define D3DCOLOR_RGBA(r,g,b,a) D3DCOLOR_ARGB(a,r,g,b) 40 #define D3DCOLOR_XRGB(r,g,b) D3DCOLOR_ARGB(0xff,r,g,b)
|