Searched refs:drv_dumb_bo_create_ex (Results 1 – 3 of 3) sorted by relevance
/external/minigbm/ |
D | drv_helpers.h | 31 int drv_dumb_bo_create_ex(struct bo *bo, uint32_t width, uint32_t height, uint32_t format,
|
D | drv_helpers.c | 328 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()
|
D | virtgpu_virgl.c | 387 return drv_dumb_bo_create_ex(bo, width, height, format, use_flags, BO_QUIRK_DUMB32BPP); in virgl_2d_dumb_bo_create()
|