Home
last modified time | relevance | path

Searched refs:D3DVIEWPORT9 (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/mesa/include/D3D9/
Dd3d9.h205 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);
Dd3d9types.h1766 } D3DVIEWPORT9, *PD3DVIEWPORT9, *LPD3DVIEWPORT9; typedef