Home
last modified time | relevance | path

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

/external/minigbm/cros_gralloc/
Dcros_gralloc_buffer.cc82 r.height = drv_bo_get_height(bo_); in lock()
Dcros_gralloc_driver.cc244 hnd->height = drv_bo_get_height(bo); in allocate()
/external/minigbm/
Ddrv.h156 uint32_t drv_bo_get_height(struct bo *bo);
Ddrv.c425 assert(rect->y + rect->height <= drv_bo_get_height(bo)); in drv_bo_map()
569 uint32_t drv_bo_get_height(struct bo *bo) in drv_bo_get_height() function
Dgbm.c283 return drv_bo_get_height(bo->bo); in gbm_bo_get_height()