Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/present/
H A Dpresent_scmd.c104 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()
[all …]
H A Dpresent_priv.h161 PixmapPtr flip_pixmap; member
/OK3568_Linux_fs/external/xserver/
H A DChangeLog27927 v2: Assert that flip_pixmap is non-NULL instead of testing and bailing