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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d.h92 typedef struct IDirect3DViewport3 *LPDIRECT3DVIEWPORT3; typedef in typeref:struct:IDirect3DViewport3
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3d.h92 typedef struct IDirect3DViewport3 *LPDIRECT3DVIEWPORT3; typedef in typeref:struct:IDirect3DViewport3
319 STDMETHOD(CreateViewport)(THIS_ LPDIRECT3DVIEWPORT3 *lplpD3DViewport3, IUnknown *pUnkOuter) PURE;
1149 STDMETHOD(AddViewport)(THIS_ LPDIRECT3DVIEWPORT3 lpDirect3DViewport3) PURE;
1150 STDMETHOD(DeleteViewport)(THIS_ LPDIRECT3DVIEWPORT3 lpDirect3DViewport3) PURE;
1151 STDMETHOD(NextViewport)(THIS_ LPDIRECT3DVIEWPORT3 lpDirect3DViewport3, LPDIRECT3DVIEWPORT3 *lplpDirect3DViewport3, DWORD dwFlags) PURE;
1157 STDMETHOD(SetCurrentViewport)(THIS_ LPDIRECT3DVIEWPORT3 lpDirect3DViewport3) PURE;
1158 STDMETHOD(GetCurrentViewport)(THIS_ LPDIRECT3DVIEWPORT3 *lplpDirect3DViewport3) PURE;

Completed in 63 milliseconds