Searched refs:SetViewport (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| H A D | atidga.c | 418 pATI->ATIDGAFunctions.SetViewport = ATIDGASetViewport;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86str.h | 823 void (*SetViewport)(ScrnInfoPtr pScrn, int x, int y, int flags); member in struct:__anon1b1d0d511b08
|
| H A D | xf86DGA.c | 643 if (pScreenPriv->funcs->SetViewport) 644 (*pScreenPriv->funcs->SetViewport)(pScreenPriv->pScrn, x, y, mode);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86str.h | 704 void (*SetViewport) (ScrnInfoPtr pScrn, int x, int y, int flags); member in struct:__anonf472aec41808
|
| H A D | xf86DGA.c | 626 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 D | radv_sqtt_layer.c | 716 API_MARKER(SetViewport, commandBuffer, firstViewport, viewportCount, pViewports);
|
| /xsrc/external/mit/MesaLib.old/dist/include/D3D9/ |
| H A D | d3d9.h | 205 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 D | d3d9.h | 205 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