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

  /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/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/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 609 milliseconds