Searched defs:Direct3DCreate9Ex (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dd3d9_main.c66 HRESULT WINAPI DECLSPEC_HOTPATCH Direct3DCreate9Ex(UINT sdk_version, IDirect3D9Ex **d3d9ex) function
70 * the Direct3DCreate9Ex should return D3DERR_NOTAVAILABLE in that case.
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dd3d9_main.c67 HRESULT WINAPI DECLSPEC_HOTPATCH Direct3DCreate9Ex(UINT SDKVersion, IDirect3D9Ex **direct3d9ex) { function
70 * the Direct3DCreate9Ex should return D3DERR_NOTAVAILABLE in that case.
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/switcher/
H A Dd3d9_main.c120 SW_FILLPROC(g_swd3d9, hDLL, Direct3DCreate9Ex);
143 HRESULT WINAPI Direct3DCreate9Ex(UINT SDKVersion, IDirect3D9Ex **direct3d9ex) function
145 SW_CHECKRET(g_swd3d9, Direct3DCreate9Ex, E_FAIL);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/switcher/
H A Dd3d9_main.c120 SW_FILLPROC(g_swd3d9, hDLL, Direct3DCreate9Ex);
143 HRESULT WINAPI Direct3DCreate9Ex(UINT SDKVersion, IDirect3D9Ex **direct3d9ex) function
145 SW_CHECKRET(g_swd3d9, Direct3DCreate9Ex, E_FAIL);

Completed in 44 milliseconds