Home
last modified time | relevance | path

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

/external/minigbm/
Ddrv.h156 uint64_t drv_bo_get_plane_format_modifier(struct bo *bo, size_t plane);
Dgbm.c333 return drv_bo_get_plane_format_modifier(bo->bo, plane); in gbm_bo_get_plane_format_modifier()
Ddrv.c589 uint64_t drv_bo_get_plane_format_modifier(struct bo *bo, size_t plane) in drv_bo_get_plane_format_modifier() function
/external/minigbm/cros_gralloc/
Dcros_gralloc_driver.cc139 mod = drv_bo_get_plane_format_modifier(bo, plane); in allocate()