Searched refs:dixGetPrivate (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | privates.h | 133 dixGetPrivate(PrivatePtr *privates, const DevPrivateKey key) in dixGetPrivate() function 166 return dixGetPrivate(privates, key); in dixLookupPrivate() 201 return dixGetPrivate(privates, _dixGetScreenPrivateKey(key, pScreen)); in dixGetScreenPrivate()
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-cursor.c | 82 pixmap = dixGetPrivate(&cursor->devPrivates, &xwl_cursor_private_key); in xwl_unrealize_cursor() 150 pixmap = dixGetPrivate(&cursor->devPrivates, &xwl_cursor_private_key); in xwl_seat_set_cursor() 202 pixmap = dixGetPrivate(&cursor->devPrivates, &xwl_cursor_private_key); in xwl_tablet_tool_set_cursor()
|
| H A D | xwayland-present.c | 45 return dixGetPrivate(&window->devPrivates, in xwl_present_window_priv()
|
| H A D | xwayland-input.c | 2090 struct xwl_tablet_pad *pad = dixGetPrivate(&device->devPrivates, in xwl_tablet_pad_proc()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | privates.c | 412 key = dixGetPrivate(&pScreen->devPrivates, &screenKey->screenKey); in dixRegisterScreenPrivateKey() 433 return dixGetPrivate(&pScreen->devPrivates, &key->screenKey); in _dixGetScreenPrivateKey()
|
| /OK3568_Linux_fs/external/xserver/present/ |
| H A D | present_priv.h | 241 …return (present_window_priv_ptr)dixGetPrivate(&(window)->devPrivates, &present_window_private_key); in present_window_priv()
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/src/ |
| H A D | kxv.c | 108 ((KdXVScreenPtr)(dixGetPrivate(&pScreen->devPrivates, &KdXVScreenPrivateKey)))
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86xv.c | 121 ((XF86XVScreenPtr)(dixGetPrivate(&pScreen->devPrivates, &XF86XVScreenPrivateKey)))
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 2206 …#5 0x00007ffff7fb5822 in dixGetPrivate (privates=0x555555ab1b60, key=0x555555855720 <rrPrivKeyRec… 4118 #7 dixGetPrivate () at ../include/privates.h:122 6937 …dixGetPrivate (key=0x813660 <xwl_window_private_key>, privates=0x20) at ../../include/privates.h:1… 6940 …#0 dixGetPrivate (key=0x813660 <xwl_window_private_key>, privates=0x20) at ../../include/privates… 95377 EXA: Use dixGetPrivate(Addr) instead of dixLookupPrivate. 108563 4 in dixGetPrivate at ../../include/privates.h:137
|