Lines Matching defs:prepare_copy
156 * prepare_copy() sets up the driver for doing a copy within video
188 * The prepare_copy() call is required of all drivers, but it may fail
191 Bool(*prepare_copy) (PixmapPtr pSrcPixmap,
196 * copy() performs a copy set up in the last prepare_copy call.
206 * Performs the copy set up by the last prepare_copy() call, copying the
212 * should be stored in the driver private during prepare_copy(). As
218 * This call is required if prepare_copy ever succeeds.
230 * copy() calls following a successful prepare_copy(). This allows
232 * or clean up state from prepare_copy().
234 * This call is required if prepare_copy() ever succeeds.