HomeSort by relevance Sort by last modified time
    Searched refs:wsbmBOMap (Results 1 - 7 of 7) sorted by null

  /hardware/intel/common/libwsbm/src/
wsbm_manager.h 78 extern void *wsbmBOMap(struct _WsbmBufferObject *buf, unsigned mode);
wsbm_manager.c 370 wsbmBOMap(struct _WsbmBufferObject *buf, unsigned mode)
  /hardware/intel/img/hwcomposer/ips/common/
WsbmWrapper.c 352 void * address = wsbmBOMap((struct _WsbmBufferObject *)buf,
  /hardware/intel/img/psb_video/src/
psb_texture.c 388 tmp_buffer = wsbmBOMap(surface_subpic->bo, WSBM_ACCESS_READ | WSBM_ACCESS_WRITE);
390 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s L%d: wsbmBOMap failed!",
488 tmp_buffer = wsbmBOMap(psb_surface->buf.drm_buf, WSBM_ACCESS_READ | WSBM_ACCESS_WRITE);
490 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s L%d: wsbmBOMap failed!",
    [all...]
psb_buffer.c 435 *address = wsbmBOMap(buf->drm_buf, buf->wsbm_synccpu_flag);
psb_overlay.c     [all...]
  /hardware/intel/img/psb_video/src/x11/
psb_coverlay.c 479 ximg->data = wsbmBOMap(bo, WSBM_ACCESS_READ);
    [all...]

Completed in 1677 milliseconds