Searched refs:rrScreenSetSize (Results 1 – 8 of 8) sorted by relevance
241 pRRScrPriv->rrScreenSetSize = winRandRScreenSetSize; in winRandRInit()
173 if (pScrPriv->rrScreenSetSize) { in RRScreenSizeSet()174 return (*pScrPriv->rrScreenSetSize) (pScreen, in RRScreenSizeSet()
330 pScrPriv->rrScreenSetSize = NULL; in RRScreenInit()
331 RRScreenSetSizeProcPtr rrScreenSetSize; member
713 pScrPriv->rrScreenSetSize(pScreen, new_width, new_height, 0, 0); in rrCheckPixmapBounding()1379 if (pScrPriv->rrScreenSetSize && !crtc->transforms) { in ProcRRSetCrtcConfig()
828 pScrPriv->rrScreenSetSize = vfbRRScreenSetSize; in vfbRandRInit()
2351 rp->rrScreenSetSize = xf86RandR12ScreenSetSize; in xf86RandR12Init12()
79373 hw/xwin: Fix rrScreenSetSize function pointer mismatch172800 Avoid calling xalloc(0). Change rrScreenSizeSet to rrScreenSetSize.