Home
last modified time | relevance | path

Searched defs:gbm_bo_get_stride (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gbm/main/
H A Dgbm.c179 gbm_bo_get_stride(struct gbm_bo *bo) in gbm_bo_get_stride() function
/aosp_15_r20/external/minigbm/
H A Dgbm.c315 PUBLIC uint32_t gbm_bo_get_stride(struct gbm_bo *bo) in gbm_bo_get_stride() function
/aosp_15_r20/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/
H A Dminigbm_bindings.rs174 pub fn gbm_bo_get_stride(bo: *mut gbm_bo) -> u32; in gbm_bo_get_stride() function