Searched defs:dixLookupPrivate (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dprivates.h142 * dixLookupPrivate(privates, key) will return 'val'.
162 dixLookupPrivate(PrivatePtr *privates, const DevPrivateKey key) function
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dprivates.h136 * dixLookupPrivate(privates, key) will return 'val'.
156 dixLookupPrivate(PrivatePtr *privates, const DevPrivateKey key) function
204 return dixLookupPrivate(privates, _dixGetScreenPrivateKey(key, pScreen));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dprivates.h136 * dixLookupPrivate(privates, key) will return 'val'.
156 dixLookupPrivate(PrivatePtr *privates, const DevPrivateKey key) function
204 return dixLookupPrivate(privates, _dixGetScreenPrivateKey(key, pScreen));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dprivates.h136 * dixLookupPrivate(privates, key) will return 'val'.
156 dixLookupPrivate(PrivatePtr *privates, const DevPrivateKey key) function
204 return dixLookupPrivate(privates, _dixGetScreenPrivateKey(key, pScreen));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dprivates.h142 * dixLookupPrivate(privates, key) will return 'val'.
162 dixLookupPrivate(PrivatePtr *privates, const DevPrivateKey key) function
216 return dixLookupPrivate(privates, _dixGetScreenPrivateKey(key, pScreen));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dprivates.h142 * dixLookupPrivate(privates, key) will return 'val'.
162 dixLookupPrivate(PrivatePtr *privates, const DevPrivateKey key) function
216 return dixLookupPrivate(privates, _dixGetScreenPrivateKey(key, pScreen));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dprivates.h143 * dixLookupPrivate(privates, key) will return 'val'.
163 dixLookupPrivate(PrivatePtr *privates, const DevPrivateKey key) function
217 return dixLookupPrivate(privates, _dixGetScreenPrivateKey(key, pScreen));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dprivates.h143 * dixLookupPrivate(privates, key) will return 'val'.
163 dixLookupPrivate(PrivatePtr *privates, const DevPrivateKey key) function
217 return dixLookupPrivate(privates, _dixGetScreenPrivateKey(key, pScreen));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dprivates.h142 * dixLookupPrivate(privates, key) will return 'val'.
162 dixLookupPrivate(PrivatePtr *privates, const DevPrivateKey key) function
216 return dixLookupPrivate(privates, _dixGetScreenPrivateKey(key, pScreen));

Completed in 854 milliseconds