Searched refs:GetViewport (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| H A D | atidga.c | 419 pATI->ATIDGAFunctions.GetViewport = ATIDGAGetViewport;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86str.h | 824 int (*GetViewport)(ScrnInfoPtr pScrn); member in struct:__anon1b1d0d511b08
|
| H A D | xf86DGA.c | 629 if (!pScreenPriv->funcs->GetViewport) 632 return (*pScreenPriv->funcs->GetViewport)(pScreenPriv->pScrn);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86str.h | 705 int (*GetViewport) (ScrnInfoPtr pScrn); member in struct:__anonf472aec41808
|
| H A D | xf86DGA.c | 615 if (!pScreenPriv->funcs->GetViewport) 618 return (*pScreenPriv->funcs->GetViewport) (pScreenPriv->pScrn);
|
| /xsrc/external/mit/MesaLib.old/dist/include/D3D9/ |
| H A D | d3d9.h | 206 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 D | d3d9.h | 206 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