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

  /external/libdrm/freedreno/kgsl/
kgsl_device.c 47 .bo_from_handle = kgsl_bo_from_handle,
  /external/libdrm/freedreno/msm/
msm_device.c 47 .bo_from_handle = msm_bo_from_handle,
  /external/libdrm/freedreno/
freedreno_bo.c 60 static struct fd_bo * bo_from_handle(struct fd_device *dev, function
65 bo = dev->funcs->bo_from_handle(dev, size, handle);
197 bo = bo_from_handle(dev, size, handle);
215 bo = bo_from_handle(dev, size, handle);
265 bo = bo_from_handle(dev, req.size, req.handle);
freedreno_priv.h 60 struct fd_bo * (*bo_from_handle)(struct fd_device *dev, member in struct:fd_device_funcs
  /external/libdrm/omap/
omap_drm.c 176 static struct omap_bo * bo_from_handle(struct omap_device *dev, function
214 bo = bo_from_handle(dev, req.handle);
303 bo = bo_from_handle(dev, req.handle);
339 bo = bo_from_handle(dev, req.handle);

Completed in 97 milliseconds