Searched refs:do_move_out_pixmap (Results 1 – 2 of 2) sorted by relevance
966 pExaScr->do_move_out_pixmap = NULL; in exaDriverInit()977 pExaScr->do_move_out_pixmap = NULL; in exaDriverInit()989 pExaScr->do_move_out_pixmap = exaMoveOutPixmap_classic; in exaDriverInit()1138 if (pExaScr->do_move_out_pixmap) in exaMoveOutPixmap()1139 (*pExaScr->do_move_out_pixmap) (pPixmap); in exaMoveOutPixmap()
177 void (*do_move_out_pixmap) (PixmapPtr pPixmap); member