Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/wined3d/
H A Dvertexdeclaration.c337 (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()
/reactos/sdk/include/reactos/wine/
H A Dwined3d.h984 #define WINED3DFVF_LASTBETA_D3DCOLOR 0x8000 macro