Home
last modified time | relevance | path

Searched refs:gralloc_drm_bo_from_handle (Results 1 – 3 of 3) sorted by relevance

/external/drm_gralloc/
Dgralloc.cpp106 bo = gralloc_drm_bo_from_handle(handle); in drm_mod_lock()
121 bo = gralloc_drm_bo_from_handle(bhandle); in drm_mod_lock_ycbcr()
158 bo = gralloc_drm_bo_from_handle(handle); in drm_mod_unlock()
183 bo = gralloc_drm_bo_from_handle(handle); in drm_mod_free_gpu0()
Dgralloc_drm.h118 struct gralloc_drm_bo_t *gralloc_drm_bo_from_handle(buffer_handle_t handle);
Dgralloc_drm.cpp308 struct gralloc_drm_bo_t *gralloc_drm_bo_from_handle(buffer_handle_t handle) in gralloc_drm_bo_from_handle() function