Searched refs:DRIScreenPrivKey (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/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); in DRIScreenInit() 417 dixSetPrivate(&pScreen->devPrivates, DRIScreenPrivKey, pDRIPriv); in DRIScreenInit() 439 dixSetPrivate(&pScreen->devPrivates, DRIScreenPrivKey, NULL); in DRIScreenInit() 454 dixSetPrivate(&pScreen->devPrivates, DRIScreenPrivKey, NULL); in DRIScreenInit() 481 dixSetPrivate(&pScreen->devPrivates, DRIScreenPrivKey, NULL); in DRIScreenInit() 783 dixSetPrivate(&pScreen->devPrivates, DRIScreenPrivKey, NULL); in DRICloseScreen()
|
| /OK3568_Linux_fs/external/xserver/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); in DRIScreenInit() 121 dixSetPrivate(&pScreen->devPrivates, DRIScreenPrivKey, pDRIPriv); in DRIScreenInit() 157 dixSetPrivate(&pScreen->devPrivates, DRIScreenPrivKey, NULL); in DRICloseScreen()
|