Searched defs:FVF (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Ddevice.c2435 static HRESULT WINAPI IDirect3DDevice9Impl_SetFVF(LPDIRECT3DDEVICE9EX iface, DWORD FVF) { argument
2440 TRACE("iface %p, fvf %#x.\n", iface, FVF);
2442 if (!FVF)
2444 WARN("%#x is not a valid FVF\n", FVF);
2449 decl = getConvertedDecl(This, FVF);
2493 TRACE("Returning FVF %#x\n", *pFVF);
3444 ERR("Failed to allocate FVF vertex declaration map memory.\n");
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d8types.h1199 DWORD FVF; member in struct:_D3DVERTEXBUFFER_DESC
H A Dd3d9types.h1506 DWORD FVF; member in struct:_D3DVERTEXBUFFER_DESC
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3d8types.h1196 DWORD FVF; member in struct:_D3DVERTEXBUFFER_DESC
H A Dd3d9types.h1502 DWORD FVF; member in struct:_D3DVERTEXBUFFER_DESC

Completed in 2219 milliseconds