Searched refs:vdecl_convert_fvf (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dd3d9_private.h55 extern HRESULT vdecl_convert_fvf(DWORD FVF, D3DVERTEXELEMENT9 **ppVertexElements) DECLSPEC_HIDDEN;
H A Dvertexdeclaration.c68 HRESULT vdecl_convert_fvf( function
H A Ddevice.c2590 if (FAILED(hr = vdecl_convert_fvf(fvf, &elements)))
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dvertexdeclaration.c65 HRESULT vdecl_convert_fvf( function
H A Dd3d9_private.h54 extern HRESULT vdecl_convert_fvf(DWORD FVF, D3DVERTEXELEMENT9 **ppVertexElements) DECLSPEC_HIDDEN;
H A Ddevice.c2403 hr = vdecl_convert_fvf(fvf, &elements);

Completed in 91 milliseconds