Searched refs:exaPixmapPrivateKey (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dexa_priv.h141 extern DevPrivateKey exaPixmapPrivateKey;
158 #define ExaGetPixmapPriv(p) ((ExaPixmapPrivPtr)dixLookupPrivate(&(p)->devPrivates, exaPixmapPrivateKey))
159 #define ExaSetPixmapPriv(p,a) dixSetPrivate(&(p)->devPrivates, exaPixmapPrivateKey, a)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dexa_priv.h176 extern DevPrivateKey exaPixmapPrivateKey;
193 #define ExaGetPixmapPriv(p) ((ExaPixmapPrivPtr)dixLookupPrivate(&(p)->devPrivates, exaPixmapPrivateKey))
194 #define ExaSetPixmapPriv(p,a) dixSetPrivate(&(p)->devPrivates, exaPixmapPrivateKey, a)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dexa_priv.h218 extern DevPrivateKey exaPixmapPrivateKey;
274 #define ExaGetPixmapPriv(p) ((ExaPixmapPrivPtr)dixLookupPrivate(&(p)->devPrivates, exaPixmapPrivateKey))
275 #define ExaSetPixmapPriv(p,a) dixSetPrivate(&(p)->devPrivates, exaPixmapPrivateKey, a)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dexa_priv.h229 extern DevPrivateKey exaPixmapPrivateKey;
285 #define ExaGetPixmapPriv(p) ((ExaPixmapPrivPtr)dixLookupPrivate(&(p)->devPrivates, exaPixmapPrivateKey))
286 #define ExaSetPixmapPriv(p,a) dixSetPrivate(&(p)->devPrivates, exaPixmapPrivateKey, a)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dexa_priv.h227 #define exaPixmapPrivateKey (&exaPixmapPrivateKeyRec) macro
285 #define ExaGetPixmapPriv(p) ((ExaPixmapPrivPtr)dixLookupPrivate(&(p)->devPrivates, exaPixmapPrivateKey))
286 #define ExaSetPixmapPriv(p,a) dixSetPrivate(&(p)->devPrivates, exaPixmapPrivateKey, a)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dexa_priv.h227 #define exaPixmapPrivateKey (&exaPixmapPrivateKeyRec) macro
285 #define ExaGetPixmapPriv(p) ((ExaPixmapPrivPtr)dixLookupPrivate(&(p)->devPrivates, exaPixmapPrivateKey))
286 #define ExaSetPixmapPriv(p,a) dixSetPrivate(&(p)->devPrivates, exaPixmapPrivateKey, a)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dexa_priv.h227 #define exaPixmapPrivateKey (&exaPixmapPrivateKeyRec) macro
285 #define ExaGetPixmapPriv(p) ((ExaPixmapPrivPtr)dixGetPrivateAddr(&(p)->devPrivates, exaPixmapPrivateKey))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dexa_priv.h227 #define exaPixmapPrivateKey (&exaPixmapPrivateKeyRec) macro
285 #define ExaGetPixmapPriv(p) ((ExaPixmapPrivPtr)dixGetPrivateAddr(&(p)->devPrivates, exaPixmapPrivateKey))

Completed in 57 milliseconds