Home
last modified time | relevance | path

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

/external/minigbm/
Ddrv.h140 uint32_t drv_bo_get_height(struct bo *bo);
Ddrv.c405 assert(rect->y + rect->height <= drv_bo_get_height(bo)); in drv_bo_map()
532 uint32_t drv_bo_get_height(struct bo *bo) in drv_bo_get_height() function
Dgbm.c263 return drv_bo_get_height(bo->bo); in gbm_bo_get_height()
/external/minigbm/cros_gralloc/
Dcros_gralloc_driver.cc145 hnd->height = drv_bo_get_height(bo); in allocate()