HomeSort by: relevance | last modified time | path
    Searched refs:SetViewport (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/xf86-video-mach64/dist/src/
atidga.c 418 pATI->ATIDGAFunctions.SetViewport = ATIDGASetViewport;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86str.h 704 void (*SetViewport) (ScrnInfoPtr pScrn, int x, int y, int flags);
xf86DGA.c 626 if (pScreenPriv->funcs->SetViewport)
627 (*pScreenPriv->funcs->SetViewport) (pScreenPriv->pScrn, x, y, mode);
2051 "SetViewPort",
2061 "SetViewport",
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86str.h 823 void (*SetViewport)(ScrnInfoPtr pScrn, int x, int y, int flags);
xf86DGA.c 643 if (pScreenPriv->funcs->SetViewport)
644 (*pScreenPriv->funcs->SetViewport)(pScreenPriv->pScrn, x, y, mode);
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/layers/
radv_sqtt_layer.c 716 API_MARKER(SetViewport, commandBuffer, firstViewport, viewportCount, pViewports);
  /xsrc/external/mit/MesaLib/dist/include/D3D9/
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.old/dist/include/D3D9/
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 21 milliseconds