Searched defs:LPDIRECT3DVIEWPORT2 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d.h91 typedef struct IDirect3DViewport2 *LPDIRECT3DVIEWPORT2; typedef in typeref:struct:IDirect3DViewport2
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3d.h91 typedef struct IDirect3DViewport2 *LPDIRECT3DVIEWPORT2; typedef in typeref:struct:IDirect3DViewport2
272 STDMETHOD(CreateViewport)(THIS_ LPDIRECT3DVIEWPORT2 *lplpD3DViewport2, IUnknown *pUnkOuter) PURE;
1031 STDMETHOD(AddViewport)(THIS_ LPDIRECT3DVIEWPORT2 lpDirect3DViewport2) PURE;
1032 STDMETHOD(DeleteViewport)(THIS_ LPDIRECT3DVIEWPORT2 lpDirect3DViewport2) PURE;
1033 STDMETHOD(NextViewport)(THIS_ LPDIRECT3DVIEWPORT2 lpDirect3DViewport2, LPDIRECT3DVIEWPORT2 *lplpDirect3DViewport2, DWORD dwFlags) PURE;
1039 STDMETHOD(SetCurrentViewport)(THIS_ LPDIRECT3DVIEWPORT2 lpDirect3DViewport2) PURE;
1040 STDMETHOD(GetCurrentViewport)(THIS_ LPDIRECT3DVIEWPORT2 *lplpDirect3DViewport2) PURE;

Completed in 806 milliseconds