Home
last modified time | relevance | path

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

/external/minigbm/cros_gralloc/
Dcros_gralloc_buffer.cc17 num_planes_ = drv_bo_get_num_planes(bo_); in cros_gralloc_buffer()
Dcros_gralloc_driver.cc128 num_planes = drv_bo_get_num_planes(bo); in allocate()
/external/minigbm/
Ddrv.h144 size_t drv_bo_get_num_planes(struct bo *bo);
Dgbm.c303 return drv_bo_get_num_planes(bo->bo); in gbm_bo_get_num_planes()
Ddrv.c542 size_t drv_bo_get_num_planes(struct bo *bo) in drv_bo_get_num_planes() function