Lines Matching refs:flip_pixmap
104 window_pixmap != screen_priv->flip_pixmap && in present_check_flip()
284 if (screen_priv->flip_pixmap) { in present_flip_idle()
285 present_pixmap_idle(screen_priv->flip_pixmap, screen_priv->flip_window, in present_flip_idle()
289 dixDestroyPixmap(screen_priv->flip_pixmap, screen_priv->flip_pixmap->drawable.id); in present_flip_idle()
293 screen_priv->flip_pixmap = NULL; in present_flip_idle()
303 PixmapPtr flip_pixmap; in present_restore_screen_pixmap() local
308 flip_pixmap = screen_priv->flip_pending->pixmap; in present_restore_screen_pixmap()
311 flip_pixmap = screen_priv->flip_pixmap; in present_restore_screen_pixmap()
314 assert (flip_pixmap); in present_restore_screen_pixmap()
320 if (screen->root && screen->GetWindowPixmap(screen->root) == flip_pixmap) in present_restore_screen_pixmap()
321 present_copy_region(&screen_pixmap->drawable, flip_pixmap, NULL, 0, 0); in present_restore_screen_pixmap()
327 present_set_tree_pixmap(flip_window, flip_pixmap, screen_pixmap); in present_restore_screen_pixmap()
379 screen_priv->flip_pixmap = vblank->pixmap; in present_flip_notify()
474 …if (!present_check_flip(screen_priv->flip_crtc, window, screen_priv->flip_pixmap, screen_priv->fli… in present_check_flip_window()
511 window_pixmap != screen_priv->flip_pixmap && in present_scmd_can_window_flip()
589 screen_priv->flip_pixmap, in present_execute()