Home
last modified time | relevance | path

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

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