Searched refs:bo_from_handle (Results 1 – 5 of 5) sorted by relevance
/external/libdrm/freedreno/ |
D | freedreno_bo.c | 63 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()
|
D | freedreno_priv.h | 60 struct fd_bo * (*bo_from_handle)(struct fd_device *dev, member
|
/external/libdrm/omap/ |
D | omap_drm.c | 176 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/ |
D | kgsl_device.c | 47 .bo_from_handle = kgsl_bo_from_handle,
|
/external/libdrm/freedreno/msm/ |
D | msm_device.c | 47 .bo_from_handle = msm_bo_from_handle,
|