Searched refs:check_solid (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa.h77 * 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 Duxa-accel.c62 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 Duxa-glyphs.c671 if (uxa_screen->info->check_solid &&
672 !uxa_screen->info->check_solid(&pixmap->drawable, GXcopy, FB_ALLONES))
H A Duxa-render.c382 if (uxa_screen->info->check_solid && !uxa_screen->info->check_solid(pDst->pDrawable, GXcopy, FB_ALLONES))
H A Dintel_uxa.c1342 intel->uxa_driver->check_solid = intel_uxa_check_solid;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa.h77 * 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 Duxa-accel.c62 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 Duxa-glyphs.c671 if (uxa_screen->info->check_solid &&
672 !uxa_screen->info->check_solid(&pixmap->drawable, GXcopy, FB_ALLONES))
H A Duxa-render.c382 if (uxa_screen->info->check_solid && !uxa_screen->info->check_solid(pDst->pDrawable, GXcopy, FB_ALLONES))
H A Dintel_uxa.c1313 intel->uxa_driver->check_solid = intel_uxa_check_solid;
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa.h77 * 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 Duxa-accel.c200 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 Duxa-render.c377 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 Duxa-glyphs.c843 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 Dqxl_uxa.c513 qxl->uxa->check_solid = qxl_check_solid;

Completed in 61 milliseconds