HomeSort by: relevance | last modified time | path
    Searched defs:get_image (Results 1 - 10 of 10) sorted by relevancy

  /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/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.
  /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.
  /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.
  /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.
  /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/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/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/xorg-server/dist/glamor/
glamor_priv.h 211 GetImageProcPtr get_image; member in struct:glamor_saved_procs

Completed in 31 milliseconds