Home
last modified time | relevance | path

Searched refs:bo_from_handle (Results 1 – 5 of 5) sorted by relevance

/external/libdrm/freedreno/
Dfreedreno_bo.c63 static struct fd_bo * bo_from_handle(struct fd_device *dev, in bo_from_handle() function
68 bo = dev->funcs->bo_from_handle(dev, size, handle); in bo_from_handle()
200 bo = bo_from_handle(dev, size, handle); in fd_bo_new()
218 bo = bo_from_handle(dev, size, handle); in fd_bo_from_handle()
247 bo = bo_from_handle(dev, size, handle); in fd_bo_from_dmabuf()
278 bo = bo_from_handle(dev, req.size, req.handle); in fd_bo_from_name()
Dfreedreno_priv.h60 struct fd_bo * (*bo_from_handle)(struct fd_device *dev, member
/external/libdrm/omap/
Domap_drm.c176 static struct omap_bo * bo_from_handle(struct omap_device *dev, in bo_from_handle() function
215 bo = bo_from_handle(dev, req.handle); in omap_bo_new_impl()
304 bo = bo_from_handle(dev, req.handle); in omap_bo_from_name()
340 bo = bo_from_handle(dev, req.handle); in omap_bo_from_dmabuf()
/external/libdrm/freedreno/kgsl/
Dkgsl_device.c47 .bo_from_handle = kgsl_bo_from_handle,
/external/libdrm/freedreno/msm/
Dmsm_device.c47 .bo_from_handle = msm_bo_from_handle,