Searched refs:SetViewport (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datidga.c418 pATI->ATIDGAFunctions.SetViewport = ATIDGASetViewport;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86str.h823 void (*SetViewport)(ScrnInfoPtr pScrn, int x, int y, int flags); member in struct:__anon1b1d0d511b08
H A Dxf86DGA.c643 if (pScreenPriv->funcs->SetViewport)
644 (*pScreenPriv->funcs->SetViewport)(pScreenPriv->pScrn, x, y, mode);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86str.h704 void (*SetViewport) (ScrnInfoPtr pScrn, int x, int y, int flags); member in struct:__anonf472aec41808
H A Dxf86DGA.c626 if (pScreenPriv->funcs->SetViewport)
627 (*pScreenPriv->funcs->SetViewport) (pScreenPriv->pScrn, x, y, mode);
2061 "SetViewport",
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/layers/
H A Dradv_sqtt_layer.c716 API_MARKER(SetViewport, commandBuffer, firstViewport, viewportCount, pViewports);
/xsrc/external/mit/MesaLib.old/dist/include/D3D9/
H A Dd3d9.h205 virtual HRESULT WINAPI SetViewport(const D3DVIEWPORT9 *pViewport) = 0;
793 HRESULT (WINAPI *SetViewport)(IDirect3DDevice9 *This, const D3DVIEWPORT9 *pViewport);
920 #define IDirect3DDevice9_SetViewport(p,a) (p)->lpVtbl->SetViewport(p,a)
1044 HRESULT (WINAPI *SetViewport)(IDirect3DDevice9Ex *This, const D3DVIEWPORT9 *pViewport);
1187 #define IDirect3DDevice9Ex_SetViewport(p,a) (p)->lpVtbl->SetViewport(p,a)
/xsrc/external/mit/MesaLib/dist/include/D3D9/
H A Dd3d9.h205 virtual HRESULT WINAPI SetViewport(const D3DVIEWPORT9 *pViewport) = 0;
793 HRESULT (WINAPI *SetViewport)(IDirect3DDevice9 *This, const D3DVIEWPORT9 *pViewport);
920 #define IDirect3DDevice9_SetViewport(p,a) (p)->lpVtbl->SetViewport(p,a)
1044 HRESULT (WINAPI *SetViewport)(IDirect3DDevice9Ex *This, const D3DVIEWPORT9 *pViewport);
1187 #define IDirect3DDevice9Ex_SetViewport(p,a) (p)->lpVtbl->SetViewport(p,a)

Completed in 39 milliseconds