HomeSort by: relevance | last modified time | path
    Searched refs:flip_pixmap (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/present/
present_scmd.c 97 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
284 flip_pixmap = screen_priv->flip_pending->pixmap;
287 flip_pixmap = screen_priv->flip_pixmap;
    [all...]
present_priv.h 164 PixmapPtr flip_pixmap; member in struct:present_screen_priv

Completed in 18 milliseconds