Searched refs:D3DFVF_XYZRHW (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;
107 if (!has_blend && (fvf & D3DFVF_XYZRHW)) {
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dvertexdeclaration.c72 BOOL has_blend = (fvf & D3DFVF_XYZB5) > D3DFVF_XYZRHW;
104 if (!has_blend && (fvf & D3DFVF_XYZRHW)) {
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3dtypes.h1251 #define D3DFVF_XYZRHW 0x004 macro
1279 #define D3DFVF_TLVERTEX ( D3DFVF_XYZRHW | D3DFVF_DIFFUSE | D3DFVF_SPECULAR | \
H A Dd3d8types.h120 #define D3DFVF_XYZRHW 0x0004 macro
H A Dd3d9types.h142 #define D3DFVF_XYZRHW 0x0004 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3dtypes.h1254 #define D3DFVF_XYZRHW 0x004 macro
1282 #define D3DFVF_TLVERTEX ( D3DFVF_XYZRHW | D3DFVF_DIFFUSE | D3DFVF_SPECULAR | \
H A Dd3d8types.h120 #define D3DFVF_XYZRHW 0x0004 macro
H A Dd3d9types.h142 #define D3DFVF_XYZRHW 0x0004 macro

Completed in 110 milliseconds