Home
last modified time | relevance | path

Searched refs:DevScreenPrivateKey (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dprivates.h76 } DevScreenPrivateKeyRec, *DevScreenPrivateKey; typedef
184 dixRegisterScreenPrivateKey(DevScreenPrivateKey key, ScreenPtr pScreen,
188 _dixGetScreenPrivateKey(const DevScreenPrivateKey key, ScreenPtr pScreen);
191 dixGetScreenPrivateAddr(PrivatePtr *privates, const DevScreenPrivateKey key, in dixGetScreenPrivateAddr()
198 dixGetScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, in dixGetScreenPrivate()
205 dixSetScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, in dixSetScreenPrivate()
212 dixLookupScreenPrivate(PrivatePtr *privates, const DevScreenPrivateKey key, in dixLookupScreenPrivate()
219 dixLookupScreenPrivateAddr(PrivatePtr *privates, const DevScreenPrivateKey key, in dixLookupScreenPrivateAddr()
/OK3568_Linux_fs/external/xserver/dix/
H A Dprivates.c405 dixRegisterScreenPrivateKey(DevScreenPrivateKey screenKey, ScreenPtr pScreen, in dixRegisterScreenPrivateKey()
431 _dixGetScreenPrivateKey(const DevScreenPrivateKey key, ScreenPtr pScreen) in _dixGetScreenPrivateKey()