Searched refs:dri2ScreenPrivateKey (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri2/ |
| H A D | dri2.c | 55 #define dri2ScreenPrivateKey (&dri2ScreenPrivateKeyRec) macro 113 return dixLookupPrivate(&pScreen->devPrivates, dri2ScreenPrivateKey); 1014 if (!dixPrivateKeyRegistered(dri2ScreenPrivateKey)) 1154 dixSetPrivate(&pScreen->devPrivates, dri2ScreenPrivateKey, ds); 1183 dixSetPrivate(&pScreen->devPrivates, dri2ScreenPrivateKey, NULL);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/dri2/ |
| H A D | dri2.c | 57 #define dri2ScreenPrivateKey (&dri2ScreenPrivateKeyRec) macro 180 return dixLookupPrivate(&pScreen->devPrivates, dri2ScreenPrivateKey); 363 if (!dixPrivateKeyRegistered(dri2ScreenPrivateKey)) 1332 if (!dixPrivateKeyRegistered(dri2ScreenPrivateKey)) 1373 if (!dixPrivateKeyRegistered(dri2ScreenPrivateKey)) 1636 dixSetPrivate(&pScreen->devPrivates, dri2ScreenPrivateKey, ds); 1674 dixSetPrivate(&pScreen->devPrivates, dri2ScreenPrivateKey, NULL);
|
Completed in 57 milliseconds