Searched refs:D3DVIEWPORT9 (Results 1 – 2 of 2) sorted by relevance
205 virtual HRESULT WINAPI SetViewport(const D3DVIEWPORT9 *pViewport) = 0;206 virtual HRESULT WINAPI GetViewport(D3DVIEWPORT9 *pViewport) = 0;793 HRESULT (WINAPI *SetViewport)(IDirect3DDevice9 *This, const D3DVIEWPORT9 *pViewport);794 HRESULT (WINAPI *GetViewport)(IDirect3DDevice9 *This, D3DVIEWPORT9 *pViewport);1044 HRESULT (WINAPI *SetViewport)(IDirect3DDevice9Ex *This, const D3DVIEWPORT9 *pViewport);1045 HRESULT (WINAPI *GetViewport)(IDirect3DDevice9Ex *This, D3DVIEWPORT9 *pViewport);
1766 } D3DVIEWPORT9, *PD3DVIEWPORT9, *LPD3DVIEWPORT9; typedef