Home
last modified time | relevance | path

Searched refs:drmCloseBufferHandle (Results 1 - 11 of 11) sorted by relevance

/third_party/libdrm/amdgpu/
H A Damdgpu_bo.c96 drmCloseBufferHandle(dev->fd, args.out.handle); in amdgpu_bo_alloc()
211 drmCloseBufferHandle(bo->dev->flink_fd, handle); in amdgpu_bo_export_flink()
337 r = drmCloseBufferHandle(dev->flink_fd, in amdgpu_bo_import()
376 drmCloseBufferHandle(dev->flink_fd, open_arg.handle); in amdgpu_bo_import()
381 drmCloseBufferHandle(dev->fd, handle); in amdgpu_bo_import()
410 drmCloseBufferHandle(dev->fd, bo->handle); in amdgpu_bo_free()
593 drmCloseBufferHandle(dev->fd, args.handle); in amdgpu_create_bo_from_user_mem()
/third_party/libdrm/etnaviv/
H A Detnaviv_bo.c52 drmCloseBufferHandle(bo->dev->fd, bo->handle); in bo_del()
81 drmCloseBufferHandle(dev->fd, handle); in bo_from_handle()
/third_party/libdrm/freedreno/
H A Dfreedreno_bo.c65 drmCloseBufferHandle(dev->fd, handle); in bo_from_handle()
266 drmCloseBufferHandle(bo->dev->fd, bo->handle); in bo_del()
/third_party/libdrm/omap/
H A Domap_drm.c177 drmCloseBufferHandle(dev->fd, handle); in bo_from_handle()
367 drmCloseBufferHandle(bo->dev->fd, bo->handle); in omap_bo_del()
/third_party/libdrm/exynos/
H A Dexynos_drm.c179 drmCloseBufferHandle(bo->dev->fd, bo->handle); in exynos_bo_destroy()
/third_party/libdrm/tegra/
H A Dtegra.c45 drmCloseBufferHandle(drm->fd, bo->handle); in drm_tegra_bo_free()
/third_party/libdrm/radeon/
H A Dradeon_bo_gem.c137 drmCloseBufferHandle(boi->bom->fd, boi->handle); in bo_unref()
/third_party/libdrm/nouveau/
H A Dnouveau.c623 drmCloseBufferHandle(drm->fd, bo->handle); in nouveau_bo_del()
627 drmCloseBufferHandle(drm->fd, bo->handle); in nouveau_bo_del()
/third_party/libdrm/
H A Dxf86drm.h837 extern int drmCloseBufferHandle(int fd, uint32_t handle);
H A Dxf86drm.c3339 drm_public int drmCloseBufferHandle(int fd, uint32_t handle) in drmCloseBufferHandle() function
/third_party/libdrm/intel/
H A Dintel_bufmgr_gem.c1178 ret = drmCloseBufferHandle(bufmgr_gem->fd, bo_gem->gem_handle); in drm_intel_gem_bo_free()
1180 DBG("drmCloseBufferHandle %d failed (%s): %s\n", in drm_intel_gem_bo_free()
1987 ret = drmCloseBufferHandle(bufmgr_gem->fd, in drm_intel_bufmgr_gem_destroy()

Completed in 18 milliseconds