Searched refs:DevScreenPrivateKey (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | privates.h | 71 } DevScreenPrivateKeyRec, *DevScreenPrivateKey; typedef in typeref:struct:_DevScreenPrivateKeyRec * 178 dixRegisterScreenPrivateKey(DevScreenPrivateKey key, ScreenPtr pScreen, DevPrivateType type, unsigned size); 181 _dixGetScreenPrivateKey(const DevScreenPrivateKey key, ScreenPtr pScreen); 184 dixGetScreenPrivateAddr(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen) 190 dixGetScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen) 196 dixSetScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen, pointer val) 202 dixLookupScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen) 208 dixLookupScreenPrivateAddr(PrivatePtr *privates, const DevScreenPrivateKey key, ScreenPtr pScreen)
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | privates.h | 77 } DevScreenPrivateKeyRec, *DevScreenPrivateKey; typedef in typeref:struct:_DevScreenPrivateKeyRec * 185 dixRegisterScreenPrivateKey(DevScreenPrivateKey key, ScreenPtr pScreen, 189 _dixGetScreenPrivateKey(const DevScreenPrivateKey key, ScreenPtr pScreen); 192 dixGetScreenPrivateAddr(PrivatePtr *privates, const DevScreenPrivateKey key, 199 dixGetScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, 206 dixSetScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, 213 dixLookupScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, 220 dixLookupScreenPrivateAddr(PrivatePtr *privates, const DevScreenPrivateKey key,
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | privates.c | 241 dixRegisterScreenPrivateKey(DevScreenPrivateKey screenKey, ScreenPtr pScreen, DevPrivateType type, unsigned size) 266 _dixGetScreenPrivateKey(const DevScreenPrivateKey key, ScreenPtr pScreen)
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | privates.c | 403 dixRegisterScreenPrivateKey(DevScreenPrivateKey screenKey, ScreenPtr pScreen, 429 _dixGetScreenPrivateKey(const DevScreenPrivateKey key, ScreenPtr pScreen)
|
Completed in 4 milliseconds