Home
last modified time | relevance | path

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

/external/minigbm/
Ddrv_helpers.h31 int drv_dumb_bo_create_ex(struct bo *bo, uint32_t width, uint32_t height, uint32_t format,
Ddrv_helpers.c328 int drv_dumb_bo_create_ex(struct bo *bo, uint32_t width, uint32_t height, uint32_t format, in drv_dumb_bo_create_ex() function
400 return drv_dumb_bo_create_ex(bo, width, height, format, use_flags, BO_QUIRK_NONE); in drv_dumb_bo_create()
Dvirtgpu_virgl.c387 return drv_dumb_bo_create_ex(bo, width, height, format, use_flags, BO_QUIRK_DUMB32BPP); in virgl_2d_dumb_bo_create()