HomeSort by relevance Sort by last modified time
    Searched refs:bo_from_handle (Results 1 - 6 of 6) 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 48 .bo_from_handle = msm_bo_from_handle,
  /external/libdrm/freedreno/
freedreno_bo.c 62 static struct fd_bo * bo_from_handle(struct fd_device *dev, function
67 bo = dev->funcs->bo_from_handle(dev, size, handle);
101 bo = bo_from_handle(dev, size, handle);
119 bo = bo_from_handle(dev, size, handle);
148 bo = bo_from_handle(dev, size, handle);
179 bo = bo_from_handle(dev, req.size, req.handle);
freedreno_priv.h 67 struct fd_bo * (*bo_from_handle)(struct fd_device *dev, member in struct:fd_device_funcs
  /external/libdrm/etnaviv/
etnaviv_bo.c 83 static struct etna_bo *bo_from_handle(struct etna_device *dev, function
131 bo = bo_from_handle(dev, size, req.handle, flags);
189 bo = bo_from_handle(dev, req.size, req.handle, 0);
224 bo = bo_from_handle(dev, size, handle, 0);
  /external/libdrm/omap/
omap_drm.c 176 static struct omap_bo * bo_from_handle(struct omap_device *dev, function
215 bo = bo_from_handle(dev, req.handle);
304 bo = bo_from_handle(dev, req.handle);
340 bo = bo_from_handle(dev, req.handle);

Completed in 634 milliseconds