| /xsrc/external/mit/MesaLib/dist/src/gallium/include/frontend/ |
| drisw_api.h | 15 void (*get_image) (struct dri_drawable *dri_drawable, member in struct:drisw_loader_funcs
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/state_tracker/ |
| drisw_api.h | 15 void (*get_image) (struct dri_drawable *dri_drawable, member in struct:drisw_loader_funcs
|
| /xsrc/external/mit/xf86-video-intel-old/dist/uxa/ |
| uxa.h | 399 * get_image() loads a rectangle of data from pSrc into dst 409 * get_image() copies data from offscreen memory in pSrc from 415 * uxa_mark_sync() if get_image() was asynchronous. This is in 421 * get_image() is not required, but is highly recommended. 423 Bool (*get_image)(PixmapPtr pSrc, member in struct:_UxaDriver 452 * get_image() must be implemented and must not fail if a driver 460 * get_image() to migate the pixmap out.
|
| uxa.c | 549 if (uxa_driver->get_image != NULL) { 550 LogMessage(X_INFO, " get_image\n");
|
| uxa-accel.c | 1017 if (pPix == NULL || uxa_screen->info->get_image == NULL) 1030 ok = uxa_screen->info->get_image(pPix, pDrawable->x + x + xoff,
|
| /xsrc/external/mit/xorg-server/dist/test/damage/ |
| primitives.c | 64 get_image(struct test_setup *setup, xcb_drawable_t drawable) function 93 uint32_t *results = get_image(setup, setup->d); 272 setup->start_drawable_contents = get_image(setup, setup->start_drawable);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| uxa.h | 440 * get_image() loads a rectangle of data from pSrc into dst 450 * get_image() copies data from offscreen memory in pSrc from 460 * get_image() is not required, but is highly recommended. 462 Bool(*get_image) (PixmapPtr pSrc, member in struct:_UxaDriver 494 * get_image() must be implemented and must not fail if a driver 502 * get_image() to migate the pixmap out.
|
| uxa-accel.c | 378 if (!uxa_screen->info->get_image) 394 if (!uxa_screen->info->get_image(pSrcPixmap, 1055 if (pPix == NULL || uxa_screen->info->get_image == NULL) 1068 ok = uxa_screen->info->get_image(pPix, pDrawable->x + x + xoff,
|
| uxa.c | 558 if (uxa_driver->get_image != NULL) { 559 LogMessage(X_INFO, " get_image\n");
|
| intel_uxa.c | 1397 intel->uxa_driver->get_image = intel_uxa_get_image;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| uxa.h | 440 * get_image() loads a rectangle of data from pSrc into dst 450 * get_image() copies data from offscreen memory in pSrc from 460 * get_image() is not required, but is highly recommended. 462 Bool(*get_image) (PixmapPtr pSrc, member in struct:_UxaDriver 494 * get_image() must be implemented and must not fail if a driver 502 * get_image() to migate the pixmap out.
|
| uxa-accel.c | 378 if (!uxa_screen->info->get_image) 394 if (!uxa_screen->info->get_image(pSrcPixmap, 1055 if (pPix == NULL || uxa_screen->info->get_image == NULL) 1068 ok = uxa_screen->info->get_image(pPix, pDrawable->x + x + xoff,
|
| uxa.c | 558 if (uxa_driver->get_image != NULL) { 559 LogMessage(X_INFO, " get_image\n");
|
| intel_uxa.c | 1368 intel->uxa_driver->get_image = intel_uxa_get_image;
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/ |
| uxa.h | 440 * get_image() loads a rectangle of data from pSrc into dst 450 * get_image() copies data from offscreen memory in pSrc from 460 * get_image() is not required, but is highly recommended. 462 Bool(*get_image) (PixmapPtr pSrc, member in struct:_UxaDriver 494 * get_image() must be implemented and must not fail if a driver 502 * get_image() to migate the pixmap out.
|
| uxa.c | 604 if (uxa_driver->get_image != NULL) { 605 LogMessage(X_INFO, " get_image\n");
|
| uxa-accel.c | 1303 if (pPix == NULL || uxa_screen->info->get_image == NULL) 1316 ok = uxa_screen->info->get_image(pPix, pDrawable->x + x + xoff,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/ |
| drisw.c | 100 get_image(__DRIdrawable *dPriv, int x, int y, int width, int height, void *data) function 433 get_image(dPriv, x, y, w, h, map); 436 get_image() has a pitch rounded up to 4 bytes. */ 487 .get_image = drisw_get_image, 493 .get_image = drisw_get_image,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/ |
| drisw.c | 100 get_image(__DRIdrawable *dPriv, int x, int y, int width, int height, void *data) function 394 get_image(dPriv, x, y, w, h, map); 397 get_image() has a pitch rounded up to 4 bytes. */ 432 .get_image = drisw_get_image, 438 .get_image = drisw_get_image,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/sw/dri/ |
| dri_sw_winsys.c | 195 dri_sw_ws->lf->get_image((void *)dri_sw_dt->front_private, 0, 0, dri_sw_dt->width, dri_sw_dt->height, dri_sw_dt->stride, dri_sw_dt->data);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/dri/ |
| dri_sw_winsys.c | 191 dri_sw_ws->lf->get_image((void *)dri_sw_dt->front_private, 0, 0, dri_sw_dt->width, dri_sw_dt->height, dri_sw_dt->stride, dri_sw_dt->data);
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| glamor_priv.h | 211 GetImageProcPtr get_image; member in struct:glamor_saved_procs
|
| glamor.c | 864 glamor_priv->saved_procs.get_image = screen->GetImage;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| lvp_device.c | 288 .get_image = lvp_get_image,
|