Searched refs:flip_pixmap (Results 1 – 3 of 3) sorted by relevance
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() local308 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()[all …]
161 PixmapPtr flip_pixmap; member
27927 v2: Assert that flip_pixmap is non-NULL instead of testing and bailing