| /xsrc/external/mit/xf86-video-intel-old/dist/uxa/ |
| H A D | uxa.h | 75 * 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 D | uxa.c | 447 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 D | uxa-accel.c | 55 !(*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 D | uxa-render.c | 297 if (!(*uxa_screen->info->prepare_solid) (pDstPix, GXcopy, 0xffffffff, pixel))
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | uxa.h | 82 * 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 D | uxa.c | 456 if (!uxa_driver->prepare_solid) { 458 "UXA(%d): uxa_driver_t::prepare_solid must be " 548 assert(uxa_driver->prepare_solid != NULL);
|
| H A D | uxa-accel.c | 66 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 D | uxa-glyphs.c | 675 if (!uxa_screen->info->prepare_solid(pixmap, GXcopy, FB_ALLONES, 0))
|
| H A D | intel_uxa.c | 1343 intel->uxa_driver->prepare_solid = intel_uxa_prepare_solid;
|
| H A D | uxa-render.c | 436 if (!(*uxa_screen->info->prepare_solid)
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | uxa.h | 82 * 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 D | uxa.c | 456 if (!uxa_driver->prepare_solid) { 458 "UXA(%d): uxa_driver_t::prepare_solid must be " 548 assert(uxa_driver->prepare_solid != NULL);
|
| H A D | uxa-accel.c | 66 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 D | uxa-glyphs.c | 675 if (!uxa_screen->info->prepare_solid(pixmap, GXcopy, FB_ALLONES, 0))
|
| H A D | intel_uxa.c | 1314 intel->uxa_driver->prepare_solid = intel_uxa_prepare_solid;
|
| H A D | uxa-render.c | 436 if (!(*uxa_screen->info->prepare_solid)
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/ |
| H A D | uxa.h | 82 * 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 D | uxa.c | 496 if (!uxa_driver->prepare_solid) { 498 "UXA(%d): uxa_driver_t::prepare_solid must be " 594 assert(uxa_driver->prepare_solid != NULL);
|
| H A D | uxa-accel.c | 204 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 D | uxa-render.c | 431 if (!(*uxa_screen->info->prepare_solid) 1003 if (!uxa_screen->info->prepare_solid(dst_pixmap, GXcopy, FB_ALLONES, pixel))
|
| H A D | uxa-glyphs.c | 847 if (!uxa_screen->info->prepare_solid(pixmap, GXcopy, FB_ALLONES, 0))
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | dfps.c | 386 qxl->uxa->prepare_solid = dfps_prepare_solid;
|
| H A D | qxl_uxa.c | 514 qxl->uxa->prepare_solid = qxl_prepare_solid;
|
| /xsrc/external/mit/xf86-video-vmware/dist/saa/ |
| H A D | saa.c | 701 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 D | i830_uxa.c | 728 i830->uxa_driver->prepare_solid = i830_uxa_prepare_solid;
|