Lines Matching defs:PrepareAccess
558 * PrepareAccess() is called before CPU access to an offscreen pixmap.
563 * PrepareAccess() will be called before CPU access to an offscreen pixmap.
571 * will have PrepareAccess() called on them per operation, drivers can have
572 * a small, statically-allocated space to maintain state for PrepareAccess()
573 * and FinishAccess() in. Note that PrepareAccess() is only called once per
577 * PrepareAccess() may fail. An example might be the case of hardware that
578 * can set up 1 or 2 surfaces for CPU access, but not 3. If PrepareAccess()
581 * wishes to fail in PrepareAccess(). PrepareAccess() must not fail when
585 * @return TRUE if PrepareAccess() successfully prepared the pixmap for CPU
587 * @return FALSE if PrepareAccess() is unsuccessful and EXA should use
590 Bool (*PrepareAccess) (PixmapPtr pPix, int index);
599 * pixmap set up by PrepareAccess(). Note that the FinishAccess() will not be
600 * called if PrepareAccess() failed and the pixmap was migrated out.
614 * will need to be wrapped by PrepareAccess()/FinishAccess() when accessing it
621 /** @name PrepareAccess() and FinishAccess() indices