Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/present/
H A Dpresent_vblank.c163 dixDestroyPixmap(vblank->pixmap, vblank->pixmap->drawable.id); in present_vblank_scrap()
185 dixDestroyPixmap(vblank->pixmap, vblank->pixmap->drawable.id); in present_vblank_destroy()
H A Dpresent_scmd.c289 dixDestroyPixmap(screen_priv->flip_pixmap, screen_priv->flip_pixmap->drawable.id); in present_flip_idle()
725 dixDestroyPixmap(vblank->pixmap, vblank->pixmap->drawable.id); in present_scmd_pixmap()
H A Dpresent_wnmd.c500 dixDestroyPixmap(old_pixmap, old_pixmap->drawable.id); in present_wnmd_execute()
/OK3568_Linux_fs/external/xserver/include/
H A Ddix.h161 extern _X_EXPORT int dixDestroyPixmap(void *value,
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-present.c128 dixDestroyPixmap(event->pixmap, event->pixmap->drawable.id); in xwl_present_free_event()
/OK3568_Linux_fs/external/xserver/dix/
H A Dresource.c445 .deleteFunc = dixDestroyPixmap,
H A Ddispatch.c1385 dixDestroyPixmap(void *value, XID pid) in dixDestroyPixmap() function