Searched refs:drv_bo_get_height (Results 1 – 5 of 5) sorted by relevance
82 r.height = drv_bo_get_height(bo_); in lock()
244 hnd->height = drv_bo_get_height(bo); in allocate()
156 uint32_t drv_bo_get_height(struct bo *bo);
425 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
283 return drv_bo_get_height(bo->bo); in gbm_bo_get_height()