Searched refs:findCrtc (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server/dist/randr/
H A Drrcrtc.c963 static Bool RRCrtcInScreen(ScreenPtr pScreen, RRCrtcPtr findCrtc) argument
971 if (findCrtc == NULL)
979 if (pScrPriv->crtcs[c] == findCrtc)
986 Bool RRCrtcExists(ScreenPtr pScreen, RRCrtcPtr findCrtc) argument
990 if (RRCrtcInScreen(pScreen, findCrtc))
996 if (RRCrtcInScreen(secondary, findCrtc))
H A Drandrstr.h655 * Tests if findCrtc belongs to pScreen or secondary screens
657 extern _X_EXPORT Bool RRCrtcExists(ScreenPtr pScreen, RRCrtcPtr findCrtc);

Completed in 5 milliseconds