Searched refs:dixDestroyPixmap (Results 1 – 7 of 7) sorted by relevance
163 dixDestroyPixmap(vblank->pixmap, vblank->pixmap->drawable.id); in present_vblank_scrap()185 dixDestroyPixmap(vblank->pixmap, vblank->pixmap->drawable.id); in present_vblank_destroy()
289 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()
500 dixDestroyPixmap(old_pixmap, old_pixmap->drawable.id); in present_wnmd_execute()
161 extern _X_EXPORT int dixDestroyPixmap(void *value,
128 dixDestroyPixmap(event->pixmap, event->pixmap->drawable.id); in xwl_present_free_event()
445 .deleteFunc = dixDestroyPixmap,
1385 dixDestroyPixmap(void *value, XID pid) in dixDestroyPixmap() function