Home
last modified time | relevance | path

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

/external/minigbm/
Ddrv.h154 uint32_t drv_bo_get_plane_stride(struct bo *bo, size_t plane);
Ddrv.c539 return bo->tiling ? bo->tiling : drv_bo_get_plane_stride(bo, 0); in drv_bo_get_stride_or_tiling()
583 uint32_t drv_bo_get_plane_stride(struct bo *bo, size_t plane) in drv_bo_get_plane_stride() function
Dgbm.c328 return drv_bo_get_plane_stride(bo->bo, plane); in gbm_bo_get_plane_stride()
/external/minigbm/cros_gralloc/
Dcros_gralloc_driver.cc136 hnd->strides[plane] = drv_bo_get_plane_stride(bo, plane); in allocate()