Home
last modified time | relevance | path

Searched refs:GetViewport (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86str.h703 int (*GetViewport) (ScrnInfoPtr pScrn); member
H A Dxf86DGA.c646 if (!pScreenPriv->funcs->GetViewport) in DGAGetViewportStatus()
649 return (*pScreenPriv->funcs->GetViewport) (pScreenPriv->pScrn); in DGAGetViewportStatus()