Home
last modified time | relevance | path

Searched refs:D3DCOLOR_RGBA (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/include/Direct3D/
Dd3d8types.h39 #define D3DCOLOR_RGBA(r,g,b,a) D3DCOLOR_ARGB(a,r,g,b) macro
44 D3DCOLOR_RGBA((DWORD)((r)*255.f),(DWORD)((g)*255.f),(DWORD)((b)*255.f),(DWORD)((a)*255.f))
/external/mesa3d/include/D3D9/
Dd3d9types.h372 #define D3DCOLOR_RGBA(r,g,b,a) D3DCOLOR_ARGB(a,r,g,b) macro
378 D3DCOLOR_RGBA( \