Home
last modified time | relevance | path

Searched refs:fd_bo_dmabuf (Results 1 – 6 of 6) sorted by relevance

/external/libdrm/freedreno/
Dfreedreno-symbols.txt4 fd_bo_dmabuf
Dfreedreno_drmif.h134 int fd_bo_dmabuf(struct fd_bo *bo);
Dfreedreno_bo.c307 drm_public int fd_bo_dmabuf(struct fd_bo *bo) in fd_bo_dmabuf() function
/external/mesa3d/src/freedreno/drm/
Dfreedreno_drmif.h169 int fd_bo_dmabuf(struct fd_bo *bo);
Dfreedreno_bo.c325 int fd_bo_dmabuf(struct fd_bo *bo) in fd_bo_dmabuf() function
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_screen.c764 whandle->handle = fd_bo_dmabuf(bo); in fd_screen_bo_get_handle()