Searched refs:prepare_solid (Results 1 - 25 of 25) sorted by relevance

/xsrc/external/mit/xf86-video-intel-old/dist/uxa/
H A Duxa.h75 * prepare_solid() sets up the driver for doing a solid fill.
92 * The prepare_solid() call is required of all drivers, but it may fail for any
95 Bool (*prepare_solid) (PixmapPtr pPixmap, member in struct:_UxaDriver
101 * solid() performs a solid fill set up in the last prepare_solid() call.
109 * Performs the fill set up by the last prepare_solid() call, covering the
116 * This call is required if prepare_solid() ever succeeds.
126 * solid() calls following a successful prepare_solid(). This allows drivers
128 * state from prepare_solid().
130 * This call is required if prepare_solid() ever succeeds.
H A Duxa.c447 if (!uxa_driver->prepare_solid) {
448 LogMessage(X_ERROR, "UXA(%d): uxa_driver_t::prepare_solid must be "
539 assert(uxa_driver->prepare_solid != NULL);
H A Duxa-accel.c55 !(*uxa_screen->info->prepare_solid) (pPixmap,
721 !(*uxa_screen->info->prepare_solid) (pPixmap,
874 (*uxa_screen->info->prepare_solid) (pPixmap, alu, planemask, pixel))
H A Duxa-render.c297 if (!(*uxa_screen->info->prepare_solid) (pDstPix, GXcopy, 0xffffffff, pixel))
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa.h82 * The check_solid() call is recommended if prepare_solid() is
88 * prepare_solid() sets up the driver for doing a solid fill.
106 * The prepare_solid() call is required of all drivers, but it may fail
109 Bool(*prepare_solid) (PixmapPtr pPixmap, member in struct:_UxaDriver
113 * solid() performs a solid fill set up in the last prepare_solid()
122 * Performs the fill set up by the last prepare_solid() call,
129 * This call is required if prepare_solid() ever succeeds.
139 * solid() calls following a successful prepare_solid(). This allows
141 * clean up state from prepare_solid().
143 * This call is required if prepare_solid() eve
[all...]
H A Duxa.c456 if (!uxa_driver->prepare_solid) {
458 "UXA(%d): uxa_driver_t::prepare_solid must be "
548 assert(uxa_driver->prepare_solid != NULL);
H A Duxa-accel.c66 if (!(*uxa_screen->info->prepare_solid) (dst_pixmap,
737 if (!(*uxa_screen->info->prepare_solid) (pPixmap,
918 if (!uxa_screen->info->prepare_solid(pixmap, alu, planemask, pixel))
H A Duxa-glyphs.c675 if (!uxa_screen->info->prepare_solid(pixmap, GXcopy, FB_ALLONES, 0))
H A Dintel_uxa.c1343 intel->uxa_driver->prepare_solid = intel_uxa_prepare_solid;
H A Duxa-render.c436 if (!(*uxa_screen->info->prepare_solid)
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa.h82 * The check_solid() call is recommended if prepare_solid() is
88 * prepare_solid() sets up the driver for doing a solid fill.
106 * The prepare_solid() call is required of all drivers, but it may fail
109 Bool(*prepare_solid) (PixmapPtr pPixmap, member in struct:_UxaDriver
113 * solid() performs a solid fill set up in the last prepare_solid()
122 * Performs the fill set up by the last prepare_solid() call,
129 * This call is required if prepare_solid() ever succeeds.
139 * solid() calls following a successful prepare_solid(). This allows
141 * clean up state from prepare_solid().
143 * This call is required if prepare_solid() eve
[all...]
H A Duxa.c456 if (!uxa_driver->prepare_solid) {
458 "UXA(%d): uxa_driver_t::prepare_solid must be "
548 assert(uxa_driver->prepare_solid != NULL);
H A Duxa-accel.c66 if (!(*uxa_screen->info->prepare_solid) (dst_pixmap,
737 if (!(*uxa_screen->info->prepare_solid) (pPixmap,
918 if (!uxa_screen->info->prepare_solid(pixmap, alu, planemask, pixel))
H A Duxa-glyphs.c675 if (!uxa_screen->info->prepare_solid(pixmap, GXcopy, FB_ALLONES, 0))
H A Dintel_uxa.c1314 intel->uxa_driver->prepare_solid = intel_uxa_prepare_solid;
H A Duxa-render.c436 if (!(*uxa_screen->info->prepare_solid)
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa.h82 * The check_solid() call is recommended if prepare_solid() is
88 * prepare_solid() sets up the driver for doing a solid fill.
106 * The prepare_solid() call is required of all drivers, but it may fail
109 Bool(*prepare_solid) (PixmapPtr pPixmap, member in struct:_UxaDriver
113 * solid() performs a solid fill set up in the last prepare_solid()
122 * Performs the fill set up by the last prepare_solid() call,
129 * This call is required if prepare_solid() ever succeeds.
139 * solid() calls following a successful prepare_solid(). This allows
141 * clean up state from prepare_solid().
143 * This call is required if prepare_solid() eve
[all...]
H A Duxa.c496 if (!uxa_driver->prepare_solid) {
498 "UXA(%d): uxa_driver_t::prepare_solid must be "
594 assert(uxa_driver->prepare_solid != NULL);
H A Duxa-accel.c204 if (!(*uxa_screen->info->prepare_solid) (dst_pixmap,
863 if (!(*uxa_screen->info->prepare_solid) (pPixmap,
1031 if (!uxa_screen->info->prepare_solid(pixmap, alu, planemask, pixel))
H A Duxa-render.c431 if (!(*uxa_screen->info->prepare_solid)
1003 if (!uxa_screen->info->prepare_solid(dst_pixmap, GXcopy, FB_ALLONES, pixel))
H A Duxa-glyphs.c847 if (!uxa_screen->info->prepare_solid(pixmap, GXcopy, FB_ALLONES, 0))
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Ddfps.c386 qxl->uxa->prepare_solid = dfps_prepare_solid;
H A Dqxl_uxa.c514 qxl->uxa->prepare_solid = qxl_prepare_solid;
/xsrc/external/mit/xf86-video-vmware/dist/saa/
H A Dsaa.c701 if (!saa_driver->prepare_solid) {
703 "SAA(%d): saa_driver_t::prepare_solid must be "
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_uxa.c728 i830->uxa_driver->prepare_solid = i830_uxa_prepare_solid;

Completed in 70 milliseconds