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

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/state_tracker/
H A Ddrisw_api.h18 void (*put_image) (struct dri_drawable *dri_drawable, member in struct:drisw_loader_funcs
/xsrc/external/mit/MesaLib/dist/src/gallium/include/frontend/
H A Ddrisw_api.h18 void (*put_image) (struct dri_drawable *dri_drawable, member in struct:drisw_loader_funcs
/xsrc/external/mit/xf86-video-intel-old/dist/uxa/
H A Duxa.h364 * put_image() loads a rectangle of data from src into pDst.
374 * put_image() copies data in system memory beginning at src (with
380 * put_image() is most important for the performance of uxa_glyphs()
387 * put_image() is not required, but is recommended if composite
390 Bool (*put_image) (PixmapPtr pDst, member in struct:_UxaDriver
H A Duxa.c546 if (uxa_driver->put_image != NULL) {
547 LogMessage(X_INFO, " put_image\n");
H A Duxa-accel.c148 if (!pPix || !uxa_screen->info->put_image)
179 ok = uxa_screen->info->put_image(pPix, x1 + xoff, y1 + yoff,
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa.h408 * put_image() loads a rectangle of data from src into pDst.
418 * put_image() copies data in system memory beginning at src (with
425 * put_image() is most important for the performance of uxa_glyphs()
432 * put_image() is not required, but is recommended if composite
435 Bool(*put_image) (PixmapPtr pDst, member in struct:_UxaDriver
H A Duxa-accel.c123 if (!uxa_screen->info->put_image)
159 ok = uxa_screen->info->put_image(pPix, x1 + xoff, y1 + yoff,
436 if (!uxa_screen->info->put_image)
452 if (!uxa_screen->info->put_image(pDstPixmap,
H A Duxa.c555 if (uxa_driver->put_image != NULL) {
556 LogMessage(X_INFO, " put_image\n");
H A Duxa-render.c518 if (uxa_screen->info->put_image &&
520 uxa_screen->info->put_image((PixmapPtr)picture->pDrawable,
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa.h408 * put_image() loads a rectangle of data from src into pDst.
418 * put_image() copies data in system memory beginning at src (with
425 * put_image() is most important for the performance of uxa_glyphs()
432 * put_image() is not required, but is recommended if composite
435 Bool(*put_image) (PixmapPtr pDst, member in struct:_UxaDriver
H A Duxa-accel.c123 if (!uxa_screen->info->put_image)
159 ok = uxa_screen->info->put_image(pPix, x1 + xoff, y1 + yoff,
436 if (!uxa_screen->info->put_image)
452 if (!uxa_screen->info->put_image(pDstPixmap,
H A Duxa.c555 if (uxa_driver->put_image != NULL) {
556 LogMessage(X_INFO, " put_image\n");
H A Duxa-render.c518 if (uxa_screen->info->put_image &&
520 uxa_screen->info->put_image((PixmapPtr)picture->pDrawable,
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa.h408 * put_image() loads a rectangle of data from src into pDst.
418 * put_image() copies data in system memory beginning at src (with
425 * put_image() is most important for the performance of uxa_glyphs()
432 * put_image() is not required, but is recommended if composite
435 Bool(*put_image) (PixmapPtr pDst, member in struct:_UxaDriver
H A Duxa-accel.c291 if (!uxa_screen->info->put_image)
327 ok = uxa_screen->info->put_image(pPix, x1 + xoff, y1 + yoff,
566 if (!uxa_screen->info->put_image)
582 if (!uxa_screen->info->put_image(pDstPixmap,
H A Duxa.c601 if (uxa_driver->put_image != NULL) {
602 LogMessage(X_INFO, " put_image\n");
H A Duxa-render.c508 if (uxa_screen->info->put_image &&
510 uxa_screen->info->put_image((PixmapPtr)picture->pDrawable,
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di965_hwmc.c152 static int put_image(ScrnInfoPtr pScrn, function in typeref:typename:int
184 adaptor->PutImage = put_image;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/
H A Ddrisw.c58 put_image(__DRIdrawable *dPriv, void *data, unsigned width, unsigned height) function in typeref:typename:void
172 put_image(dPriv, data, width, height);
433 .put_image = drisw_put_image,
439 .put_image = drisw_put_image,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
H A Ddrisw.c58 put_image(__DRIdrawable *dPriv, void *data, unsigned width, unsigned height) function in typeref:typename:void
175 put_image(dPriv, data, width, height);
488 .put_image = drisw_put_image,
494 .put_image = drisw_put_image,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/dri/
H A Ddri_sw_winsys.c282 dri_sw_ws->lf->put_image(dri_drawable, data, width, height);
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/sw/dri/
H A Ddri_sw_winsys.c286 dri_sw_ws->lf->put_image(dri_drawable, data, width, height);
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Ddfps.c405 qxl->uxa->put_image = dfps_put_image;
H A Dqxl_uxa.c533 qxl->uxa->put_image = qxl_put_image;
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_tex_video.c826 put_image(ScrnInfoPtr pScrn, function in typeref:typename:int
978 adapt->PutImage = put_image;

Completed in 35 milliseconds

12