Home
last modified time | relevance | path

Searched refs:SetViewport (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/include/psdk/
H A Dd3d.h658 STDMETHOD(SetViewport)(THIS_ LPD3DVIEWPORT lpData) PURE; in DECLARE_INTERFACE_() local
680 #define IDirect3DViewport_SetViewport(p,a) (p)->lpVtbl->SetViewport(p,a)
699 #define IDirect3DViewport_SetViewport(p,a) (p)->SetViewport(a)
726 STDMETHOD(SetViewport)(THIS_ LPD3DVIEWPORT lpData) PURE; in DECLARE_INTERFACE_() local
751 #define IDirect3DViewport2_SetViewport(p,a) (p)->lpVtbl->SetViewport(p,a)
773 #define IDirect3DViewport2_SetViewport(p,a) (p)->SetViewport(a)
802 STDMETHOD(SetViewport)(THIS_ LPD3DVIEWPORT lpData) PURE; in DECLARE_INTERFACE_() local
831 #define IDirect3DViewport3_SetViewport(p,a) (p)->lpVtbl->SetViewport(p,a)
857 #define IDirect3DViewport3_SetViewport(p,a) (p)->SetViewport(a)
1301 STDMETHOD(SetViewport)(THIS_ LPD3DVIEWPORT7 lpData) PURE; in DECLARE_INTERFACE_() local
[all …]
H A Dd3d9.h1422 STDMETHOD(SetViewport)(THIS_ const D3DVIEWPORT9 *viewport) PURE; in DECLARE_INTERFACE_() local
1554 #define IDirect3DDevice9_SetViewport(p,a) (p)->lpVtbl->SetViewport(p,a)
1676 #define IDirect3DDevice9_SetViewport(p,a) (p)->SetViewport(a)
1810 STDMETHOD(SetViewport)(THIS_ const D3DVIEWPORT9 *viewport) PURE; in DECLARE_INTERFACE_() local
1963 #define IDirect3DDevice9Ex_SetViewport(p,a) (p)->lpVtbl->SetViewport(p…
2101 #define IDirect3DDevice9Ex_SetViewport(p,a) (p)->SetViewport(a)
H A Dd3d8.h878 STDMETHOD(SetViewport)(THIS_ const D3DVIEWPORT8 *viewport) PURE; in DECLARE_INTERFACE_() local
987 #define IDirect3DDevice8_SetViewport(p,a) (p)->lpVtbl->SetViewport(p,a)
1087 #define IDirect3DDevice8_SetViewport(p,a) (p)->SetViewport(a)
/reactos/dll/directx/d3d9/
H A Dd3d9_device.h45 HRESULT (WINAPI *SetViewport)(LPDIRECT3DDEVICE9 iface, CONST D3DVIEWPORT9* pViewport);