Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland.c142 static DevPrivateKeyRec xwl_pixmap_private_key; variable
471 dixSetPrivate(&pixmap->devPrivates, &xwl_pixmap_private_key, xwl_pixmap); in xwl_pixmap_set_private()
477 return dixLookupPrivate(&pixmap->devPrivates, &xwl_pixmap_private_key); in xwl_pixmap_get()
1107 if (!dixRegisterPrivateKey(&xwl_pixmap_private_key, PRIVATE_PIXMAP, 0)) in xwl_screen_init()