Searched refs:check_solid (Results 1 - 15 of 15) sorted by relevance
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | uxa.h | 77 * check_solid() checks whether the driver can do a solid fill to this drawable. 82 * The check_solid() call is recommended if prepare_solid() is 85 Bool(*check_solid) (DrawablePtr pDrawable, int alu, Pixel planemask); member in struct:_UxaDriver
|
| H A D | uxa-accel.c | 62 if (uxa_screen->info->check_solid && 63 !uxa_screen->info->check_solid(pDrawable, pGC->alu, pGC->planemask)) 732 if (uxa_screen->info->check_solid && 733 !uxa_screen->info->check_solid(pDrawable, pGC->alu, pGC->planemask)) { 914 if (uxa_screen->info->check_solid && 915 !uxa_screen->info->check_solid(&pixmap->drawable, alu, planemask))
|
| H A D | uxa-glyphs.c | 671 if (uxa_screen->info->check_solid && 672 !uxa_screen->info->check_solid(&pixmap->drawable, GXcopy, FB_ALLONES))
|
| H A D | uxa-render.c | 382 if (uxa_screen->info->check_solid && !uxa_screen->info->check_solid(pDst->pDrawable, GXcopy, FB_ALLONES))
|
| H A D | intel_uxa.c | 1342 intel->uxa_driver->check_solid = intel_uxa_check_solid;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | uxa.h | 77 * check_solid() checks whether the driver can do a solid fill to this drawable. 82 * The check_solid() call is recommended if prepare_solid() is 85 Bool(*check_solid) (DrawablePtr pDrawable, int alu, Pixel planemask); member in struct:_UxaDriver
|
| H A D | uxa-accel.c | 62 if (uxa_screen->info->check_solid && 63 !uxa_screen->info->check_solid(pDrawable, pGC->alu, pGC->planemask)) 732 if (uxa_screen->info->check_solid && 733 !uxa_screen->info->check_solid(pDrawable, pGC->alu, pGC->planemask)) { 914 if (uxa_screen->info->check_solid && 915 !uxa_screen->info->check_solid(&pixmap->drawable, alu, planemask))
|
| H A D | uxa-glyphs.c | 671 if (uxa_screen->info->check_solid && 672 !uxa_screen->info->check_solid(&pixmap->drawable, GXcopy, FB_ALLONES))
|
| H A D | uxa-render.c | 382 if (uxa_screen->info->check_solid && !uxa_screen->info->check_solid(pDst->pDrawable, GXcopy, FB_ALLONES))
|
| H A D | intel_uxa.c | 1313 intel->uxa_driver->check_solid = intel_uxa_check_solid;
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/ |
| H A D | uxa.h | 77 * check_solid() checks whether the driver can do a solid fill to this drawable. 82 * The check_solid() call is recommended if prepare_solid() is 85 Bool(*check_solid) (DrawablePtr pDrawable, int alu, Pixel planemask); member in struct:_UxaDriver
|
| H A D | uxa-accel.c | 200 if (uxa_screen->info->check_solid && 201 !uxa_screen->info->check_solid(pDrawable, pGC->alu, pGC->planemask)) 858 if (uxa_screen->info->check_solid && 859 !uxa_screen->info->check_solid(pDrawable, pGC->alu, pGC->planemask)) { 1027 if (uxa_screen->info->check_solid && 1028 !uxa_screen->info->check_solid(&pixmap->drawable, alu, planemask))
|
| H A D | uxa-render.c | 377 if (uxa_screen->info->check_solid && !uxa_screen->info->check_solid(pDst->pDrawable, GXcopy, FB_ALLONES)) 991 if (uxa_screen->info->check_solid && 992 !uxa_screen->info->check_solid(&dst_pixmap->drawable, GXcopy, FB_ALLONES))
|
| H A D | uxa-glyphs.c | 843 if (uxa_screen->info->check_solid && 844 !uxa_screen->info->check_solid(&pixmap->drawable, GXcopy, FB_ALLONES))
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | qxl_uxa.c | 513 qxl->uxa->check_solid = qxl_check_solid;
|
Completed in 61 milliseconds