Searched refs:GetViewport (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datidga.c419 pATI->ATIDGAFunctions.GetViewport = ATIDGAGetViewport;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86str.h824 int (*GetViewport)(ScrnInfoPtr pScrn); member in struct:__anon1b1d0d511b08
H A Dxf86DGA.c629 if (!pScreenPriv->funcs->GetViewport)
632 return (*pScreenPriv->funcs->GetViewport)(pScreenPriv->pScrn);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86str.h705 int (*GetViewport) (ScrnInfoPtr pScrn); member in struct:__anonf472aec41808
H A Dxf86DGA.c615 if (!pScreenPriv->funcs->GetViewport)
618 return (*pScreenPriv->funcs->GetViewport) (pScreenPriv->pScrn);
/xsrc/external/mit/MesaLib.old/dist/include/D3D9/
H A Dd3d9.h206 virtual HRESULT WINAPI GetViewport(D3DVIEWPORT9 *pViewport) = 0;
794 HRESULT (WINAPI *GetViewport)(IDirect3DDevice9 *This, D3DVIEWPORT9 *pViewport);
921 #define IDirect3DDevice9_GetViewport(p,a) (p)->lpVtbl->GetViewport(p,a)
1045 HRESULT (WINAPI *GetViewport)(IDirect3DDevice9Ex *This, D3DVIEWPORT9 *pViewport);
1188 #define IDirect3DDevice9Ex_GetViewport(p,a) (p)->lpVtbl->GetViewport(p,a)
/xsrc/external/mit/MesaLib/dist/include/D3D9/
H A Dd3d9.h206 virtual HRESULT WINAPI GetViewport(D3DVIEWPORT9 *pViewport) = 0;
794 HRESULT (WINAPI *GetViewport)(IDirect3DDevice9 *This, D3DVIEWPORT9 *pViewport);
921 #define IDirect3DDevice9_GetViewport(p,a) (p)->lpVtbl->GetViewport(p,a)
1045 HRESULT (WINAPI *GetViewport)(IDirect3DDevice9Ex *This, D3DVIEWPORT9 *pViewport);
1188 #define IDirect3DDevice9Ex_GetViewport(p,a) (p)->lpVtbl->GetViewport(p,a)

Completed in 20 milliseconds