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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86RandR.c50 static DevPrivateKey xf86RandRKey; variable in typeref:typename:DevPrivateKey
52 #define XF86RANDRINFO(p) ((XF86RandRInfoPtr)dixLookupPrivate(&(p)->devPrivates, xf86RandRKey))
363 dixSetPrivate(&pScreen->devPrivates, xf86RandRKey, NULL);
370 if (xf86RandRKey == NULL)
384 if (xf86RandRKey == NULL)
427 xf86RandRKey = &xf86RandRKeyRec;
458 dixSetPrivate(&pScreen->devPrivates, xf86RandRKey, randrp);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86RandR.c49 static DevPrivateKey xf86RandRKey; variable in typeref:typename:DevPrivateKey
51 #define XF86RANDRINFO(p) ((XF86RandRInfoPtr)dixLookupPrivate(&(p)->devPrivates, xf86RandRKey))
351 dixSetPrivate(&pScreen->devPrivates, xf86RandRKey, NULL);
358 if (xf86RandRKey == NULL)
372 if (xf86RandRKey == NULL)
415 xf86RandRKey = &xf86RandRKeyRec;
442 dixSetPrivate(&pScreen->devPrivates, xf86RandRKey, randrp);

Completed in 3 milliseconds