Searched refs:WINED3DFVF_LASTBETA_D3DCOLOR (Results 1 – 2 of 2) sorted by relevance
337 (fvf & WINED3DFVF_LASTBETA_D3DCOLOR) || in convert_fvf_to_declaration()374 if ((fvf & WINED3DFVF_XYZB5) == WINED3DFVF_XYZB2 && (fvf & WINED3DFVF_LASTBETA_D3DCOLOR)) in convert_fvf_to_declaration()401 … || ((fvf & WINED3DFVF_XYZB5) == WINED3DFVF_XYZB2 && (fvf & WINED3DFVF_LASTBETA_D3DCOLOR))) in convert_fvf_to_declaration()403 else if (fvf & WINED3DFVF_LASTBETA_D3DCOLOR) in convert_fvf_to_declaration()
984 #define WINED3DFVF_LASTBETA_D3DCOLOR 0x8000 macro