Home
last modified time | relevance | path

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

/external/minigbm/
Dhelpers.h31 int drv_dumb_bo_create_ex(struct bo *bo, uint32_t width, uint32_t height, uint32_t format,
Dhelpers.c310 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
379 return drv_dumb_bo_create_ex(bo, width, height, format, use_flags, BO_QUIRK_NONE); in drv_dumb_bo_create()
Dvirtgpu_virgl.c372 return drv_dumb_bo_create_ex(bo, width, height, format, use_flags, BO_QUIRK_DUMB32BPP); in virtio_dumb_bo_create()