Searched refs:D3DFVF_XYZB5 (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dvertexdeclaration.c75 BOOL has_blend = (fvf & D3DFVF_XYZB5) > D3DFVF_XYZRHW;
77 (((fvf & D3DFVF_XYZB5) == D3DFVF_XYZB5) ||
93 DWORD num_blends = 1 + (((fvf & D3DFVF_XYZB5) - D3DFVF_XYZB1) >> 1);
123 if (((fvf & D3DFVF_XYZB5) == D3DFVF_XYZB2) && (fvf & D3DFVF_LASTBETA_D3DCOLOR))
141 (((fvf & D3DFVF_XYZB5) == D3DFVF_XYZB2) && (fvf & D3DFVF_LASTBETA_D3DCOLOR)))
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dvertexdeclaration.c72 BOOL has_blend = (fvf & D3DFVF_XYZB5) > D3DFVF_XYZRHW;
74 (((fvf & D3DFVF_XYZB5) == D3DFVF_XYZB5) ||
90 DWORD num_blends = 1 + (((fvf & D3DFVF_XYZB5) - D3DFVF_XYZB1) >> 1);
120 if (((fvf & D3DFVF_XYZB5) == D3DFVF_XYZB2) && (fvf & D3DFVF_LASTBETA_D3DCOLOR))
138 (((fvf & D3DFVF_XYZB5) == D3DFVF_XYZB2) && (fvf & D3DFVF_LASTBETA_D3DCOLOR)))
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d8types.h125 #define D3DFVF_XYZB5 0x000e macro
H A Dd3d9types.h147 #define D3DFVF_XYZB5 0x000e macro
H A Dd3dtypes.h1256 #define D3DFVF_XYZB5 0x00e macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3d8types.h125 #define D3DFVF_XYZB5 0x000e macro
H A Dd3d9types.h147 #define D3DFVF_XYZB5 0x000e macro
H A Dd3dtypes.h1259 #define D3DFVF_XYZB5 0x00e macro

Completed in 111 milliseconds