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

  /hardware/intel/img/libdrm/libdrm/intel/
intel_bufmgr_priv.h 83 int (*bo_unmap)(drm_intel_bo *bo); member in struct:_drm_intel_bufmgr
intel_bufmgr.c 85 return buf->bufmgr->bo_unmap(buf);
intel_bufmgr_fake.c     [all...]
intel_bufmgr_gem.c     [all...]
  /hardware/intel/img/libdrm/libdrm/radeon/
radeon_bo.h 69 int (*bo_unmap)(struct radeon_bo *bo); member in struct:radeon_bo_funcs
159 return bo->bom->funcs->bo_unmap(bo);
radeon_bo_gem.c 187 static int bo_unmap(struct radeon_bo *bo) function
270 bo_unmap,

Completed in 328 milliseconds