| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/state_tracker/ |
| H A D | drisw_api.h | 18 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 D | drisw_api.h | 18 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 D | uxa.h | 364 * 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 D | uxa.c | 546 if (uxa_driver->put_image != NULL) { 547 LogMessage(X_INFO, " put_image\n");
|
| H A D | uxa-accel.c | 148 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 D | uxa.h | 408 * 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 D | uxa-accel.c | 123 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 D | uxa.c | 555 if (uxa_driver->put_image != NULL) { 556 LogMessage(X_INFO, " put_image\n");
|
| H A D | uxa-render.c | 518 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 D | uxa.h | 408 * 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 D | uxa-accel.c | 123 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 D | uxa.c | 555 if (uxa_driver->put_image != NULL) { 556 LogMessage(X_INFO, " put_image\n");
|
| H A D | uxa-render.c | 518 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 D | uxa.h | 408 * 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 D | uxa-accel.c | 291 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 D | uxa.c | 601 if (uxa_driver->put_image != NULL) { 602 LogMessage(X_INFO, " put_image\n");
|
| H A D | uxa-render.c | 508 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 D | i965_hwmc.c | 152 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 D | drisw.c | 58 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 D | drisw.c | 58 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 D | dri_sw_winsys.c | 282 dri_sw_ws->lf->put_image(dri_drawable, data, width, height);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/sw/dri/ |
| H A D | dri_sw_winsys.c | 286 dri_sw_ws->lf->put_image(dri_drawable, data, width, height);
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | dfps.c | 405 qxl->uxa->put_image = dfps_put_image;
|
| H A D | qxl_uxa.c | 533 qxl->uxa->put_image = qxl_put_image;
|
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| H A D | vmwgfx_tex_video.c | 826 put_image(ScrnInfoPtr pScrn, function in typeref:typename:int 978 adapt->PutImage = put_image;
|