HomeSort by: relevance | last modified time | path
    Searched defs:PrepareCopy (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xf86-video-trident/dist/src/
blade_exa.c 161 PrepareCopy(PixmapPtr pSrcPixmap, PixmapPtr pDstPixmap,
329 ExaDriver->PrepareCopy = PrepareCopy;
  /xsrc/external/mit/xorg-server/dist/exa/
exa.h 236 * PrepareCopy() sets up the driver for doing a copy within video
263 * The PrepareCopy() call is required of all drivers, but it may fail for any
266 Bool (*PrepareCopy) (PixmapPtr pSrcPixmap,
271 * Copy() performs a copy set up in the last PrepareCopy call.
281 * Performs the copy set up by the last PrepareCopy() call, copying the
287 * be stored in the driver private during PrepareCopy(). As with Solid(),
292 * This call is required if PrepareCopy ever succeeds.
304 * Copy() calls following a successful PrepareCopy(). This allows drivers
306 * state from PrepareCopy().
308 * This call is required if PrepareCopy() ever succeeds
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/exa/
exa.h 237 * PrepareCopy() sets up the driver for doing a copy within video
264 * The PrepareCopy() call is required of all drivers, but it may fail for any
267 Bool (*PrepareCopy) (PixmapPtr pSrcPixmap,
275 * Copy() performs a copy set up in the last PrepareCopy call.
285 * Performs the copy set up by the last PrepareCopy() call, copying the
291 * be stored in the driver private during PrepareCopy(). As with Solid(),
296 * This call is required if PrepareCopy ever succeeds.
312 * Copy() calls following a successful PrepareCopy(). This allows drivers
314 * state from PrepareCopy().
316 * This call is required if PrepareCopy() ever succeeds
    [all...]

Completed in 18 milliseconds