Home
last modified time | relevance | path

Searched refs:DRIScreenPrivKey (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/dri/
H A Ddristruct.h62 (dixPrivateKeyRegistered(DRIScreenPrivKey) ? \
63 dixLookupPrivate(&(pScreen)->devPrivates, DRIScreenPrivKey) : NULL))
67 DRIScreenPrivKey))
H A Ddri.c77 #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 Ddristruct.h67 DRIScreenPrivKey))
75 DRIScreenPrivKey))
H A Ddri.c73 #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()