Lines Matching defs:pixmaps
238 * deal with moving pixmaps in and out of system memory), EXA will give drivers
239 * pixmaps as arguments for which exaPixmapHasGpuCopy() is TRUE.
513 /* fbValidateGC will do direct access to pixmaps if the tiling has changed.
528 /* Sometimes tile pixmaps are swapped, you need access to:
901 * pixmaps against the max pitch in exaCreatePixmap() -- it matters
973 * Don't allow shared pixmaps.
978 * Hookup offscreen pixmaps
1023 LogMessage(X_INFO, "EXA(%d): Driver allocated offscreen pixmaps\n",
1029 LogMessage(X_INFO, "EXA(%d): No offscreen pixmaps\n", pScreen->myNum);
1117 * Performs migration of the pixmaps according to the operation information
1118 * provided in pixmaps and can_accel and the migration scheme chosen in the
1122 exaDoMigration (ExaMigrationPtr pixmaps, int npixmaps, Bool can_accel)
1124 ScreenPtr pScreen = pixmaps[0].pPix->drawable.pScreen;
1131 (*pExaScr->do_migration)(pixmaps, npixmaps, can_accel);