Searched refs:D3DCOLOR_B_A (Results 1 – 2 of 2) sorted by relevance
1445 #define D3DCOLOR_B_A(dw) (((dw) >> 24) & 0xff) macro1452 wined3d_color->a = D3DCOLOR_B_A(d3d_color) / 255.0f; in wined3d_color_from_d3dcolor()
6308 D3DCOLOR_B_A(pos)); in position_d3dcolor()6334 D3DCOLOR_B_A(diffuseColor)); in diffuse_d3dcolor()6361 D3DCOLOR_B_B(color), D3DCOLOR_B_A(color)); in generic_d3dcolor()