Lines Matching defs:prepare_access
468 * prepare_access() is called before CPU access to an offscreen pixmap.
473 * prepare_access() will be called before CPU access to an offscreen
482 * only up to three pixmaps will have prepare_access() called on them
484 * to maintain state for prepare_access() and finish_access() in.
485 * Note that the same pixmap may have prepare_access() called on it
487 * pixmap (so it gets prepare_access as
490 * prepare_access() may fail. An example might be the case of
492 * 3. If prepare_access()
495 * wishes to fail in prepare_access(). prepare_access() must not
499 * @return TRUE if prepare_access() successfully prepared the pixmap
501 * @return FALSE if prepare_access() is unsuccessful and UXA should use
504 Bool(*prepare_access) (PixmapPtr pPix, uxa_access_t access);
513 * offscreen pixmap set up by prepare_access(). Note that the
514 * finish_access() will not be called if prepare_access() failed.
529 * prepare_access()/finish_access() when accessing it with the CPU.
552 * prepare_access.