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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dvertexdeclaration.c86 DWORD num_textures = (fvf & D3DFVF_TEXCOUNT_MASK) >> D3DFVF_TEXCOUNT_SHIFT;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dvertexdeclaration.c83 DWORD num_textures = (fvf & D3DFVF_TEXCOUNT_MASK) >> D3DFVF_TEXCOUNT_SHIFT;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d8types.h130 #define D3DFVF_TEXCOUNT_MASK 0x0f00 macro
H A Dd3d9types.h153 #define D3DFVF_TEXCOUNT_MASK 0x0f00 macro
H A Dd3dtypes.h1262 #define D3DFVF_TEXCOUNT_MASK 0xf00 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3d8types.h130 #define D3DFVF_TEXCOUNT_MASK 0x0f00 macro
H A Dd3d9types.h153 #define D3DFVF_TEXCOUNT_MASK 0x0f00 macro
H A Dd3dtypes.h1265 #define D3DFVF_TEXCOUNT_MASK 0xf00 macro

Completed in 111 milliseconds