Home
last modified time | relevance | path

Searched refs:drv_bo_create_with_modifiers (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/minigbm/
H A Ddrv.h175 struct bo *drv_bo_create_with_modifiers(struct driver *drv, uint32_t width, uint32_t height,
H A Dgbm.c193 bo->bo = drv_bo_create_with_modifiers(gbm->drv, width, height, format, modifiers, count); in gbm_bo_create_with_modifiers2()
H A Ddrv.c379 struct bo *drv_bo_create_with_modifiers(struct driver *drv, uint32_t width, uint32_t height, in drv_bo_create_with_modifiers() function