Home
last modified time | relevance | path

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

/external/minigbm/cros_gralloc/
Dcros_gralloc_buffer.cc58 if (drv_num_buffers_per_bo(bo_) != 1) { in lock()
Dcros_gralloc_driver.cc121 if (drv_num_buffers_per_bo(bo) != 1) { in allocate()
/external/minigbm/
Ddrv.h168 uint32_t drv_num_buffers_per_bo(struct bo *bo);
Ddrv.c608 uint32_t drv_num_buffers_per_bo(struct bo *bo) in drv_num_buffers_per_bo() function