Lines Matching defs:PrepareAccess
593 * PrepareAccess() is called before CPU access to an offscreen pixmap.
598 * PrepareAccess() will be called before CPU access to an offscreen pixmap.
605 * to three pixmaps will have PrepareAccess() called on them per operation,
607 * for PrepareAccess() and FinishAccess() in. Note that the same pixmap may
608 * have PrepareAccess() called on it more than once, for example when doing
609 * a copy within the same pixmap (so it gets PrepareAccess as()
612 * PrepareAccess() may fail. An example might be the case of hardware that
613 * can set up 1 or 2 surfaces for CPU access, but not 3. If PrepareAccess()
616 * wishes to fail in PrepareAccess(). PrepareAccess() must not fail when
620 * @return TRUE if PrepareAccess() successfully prepared the pixmap for CPU
622 * @return FALSE if PrepareAccess() is unsuccessful and EXA should use
625 Bool (*PrepareAccess)(PixmapPtr pPix, int index);
634 * pixmap set up by PrepareAccess(). Note that the FinishAccess() will not be
635 * called if PrepareAccess() failed and the pixmap was migrated out.
639 /** @name PrepareAccess() and FinishAccess() indices