Searched refs:flip_pixmap (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server/dist/present/
H A Dpresent_scmd.c97 window_pixmap != screen_priv->flip_pixmap &&
260 if (screen_priv->flip_pixmap) {
261 present_pixmap_idle(screen_priv->flip_pixmap, screen_priv->flip_window,
265 dixDestroyPixmap(screen_priv->flip_pixmap, screen_priv->flip_pixmap->drawable.id);
269 screen_priv->flip_pixmap = NULL;
279 PixmapPtr flip_pixmap; local in function:present_restore_screen_pixmap
284 flip_pixmap = screen_priv->flip_pending->pixmap;
287 flip_pixmap = screen_priv->flip_pixmap;
[all...]
H A Dpresent_priv.h164 PixmapPtr flip_pixmap; member in struct:present_screen_priv

Completed in 4 milliseconds