Searched refs:exaScreenPrivateKey (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa_priv.h226 #define exaScreenPrivateKey (&exaScreenPrivateKeyRec) macro
232 #define ExaGetScreenPriv(s) ((ExaScreenPrivPtr)dixLookupPrivate(&(s)->devPrivates, exaScreenPrivateKey))
H A Dexa.c927 dixSetPrivate(&pScreen->devPrivates, exaScreenPrivateKey, pExaScr);
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa_priv.h219 #define exaScreenPrivateKey (&exaScreenPrivateKeyRec) macro
221 #define ExaGetScreenPriv(s) ((ExaScreenPrivPtr)dixGetPrivate(&(s)->devPrivates, exaScreenPrivateKey))
H A Dexa.c895 dixSetPrivate(&pScreen->devPrivates, exaScreenPrivateKey, pExaScr);

Completed in 6 milliseconds