Searched refs:DRIScreenPrivKey (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/ |
| H A D | dristruct.h | 61 dixLookupPrivate(&(pScreen)->devPrivates, DRIScreenPrivKey)) 65 DRIScreenPrivKey))
|
| H A D | dri.c | 78 #define DRIScreenPrivKey (&DRIScreenPrivKeyRec) macro 121 dixSetPrivate(&pScreen->devPrivates, DRIScreenPrivKey, NULL); 125 dixSetPrivate(&pScreen->devPrivates, DRIScreenPrivKey, pDRIPriv); 170 dixSetPrivate(&pScreen->devPrivates, DRIScreenPrivKey, NULL);
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/ |
| H A D | dristruct.h | 67 DRIScreenPrivKey)) 75 DRIScreenPrivKey))
|
| H A D | dri.c | 73 #define DRIScreenPrivKey (&DRIScreenPrivKeyRec) macro 117 dixSetPrivate(&pScreen->devPrivates, DRIScreenPrivKey, NULL); 121 dixSetPrivate(&pScreen->devPrivates, DRIScreenPrivKey, pDRIPriv); 157 dixSetPrivate(&pScreen->devPrivates, DRIScreenPrivKey, NULL);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/ |
| H A D | dristruct.h | 65 (dixPrivateKeyRegistered(DRIScreenPrivKey) ? \ 66 dixLookupPrivate(&(pScreen)->devPrivates, DRIScreenPrivKey) : NULL)) 70 DRIScreenPrivKey))
|
| H A D | dri.c | 76 #define DRIScreenPrivKey (&DRIScreenPrivKeyRec) macro 365 dixSetPrivate(&pScreen->devPrivates, DRIScreenPrivKey, NULL); 369 dixSetPrivate(&pScreen->devPrivates, DRIScreenPrivKey, pDRIPriv); 394 dixSetPrivate(&pScreen->devPrivates, DRIScreenPrivKey, NULL); 411 dixSetPrivate(&pScreen->devPrivates, DRIScreenPrivKey, NULL); 441 dixSetPrivate(&pScreen->devPrivates, DRIScreenPrivKey, NULL); 762 dixSetPrivate(&pScreen->devPrivates, DRIScreenPrivKey, NULL);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/ |
| H A D | dristruct.h | 62 (dixPrivateKeyRegistered(DRIScreenPrivKey) ? \ 63 dixLookupPrivate(&(pScreen)->devPrivates, DRIScreenPrivKey) : NULL)) 67 DRIScreenPrivKey))
|
| H A D | dri.c | 77 #define DRIScreenPrivKey (&DRIScreenPrivKeyRec) macro 413 dixSetPrivate(&pScreen->devPrivates, DRIScreenPrivKey, NULL); 417 dixSetPrivate(&pScreen->devPrivates, DRIScreenPrivKey, pDRIPriv); 439 dixSetPrivate(&pScreen->devPrivates, DRIScreenPrivKey, NULL); 454 dixSetPrivate(&pScreen->devPrivates, DRIScreenPrivKey, NULL); 481 dixSetPrivate(&pScreen->devPrivates, DRIScreenPrivKey, NULL); 783 dixSetPrivate(&pScreen->devPrivates, DRIScreenPrivKey, NULL);
|
Completed in 65 milliseconds