Home
last modified time | relevance | path

Searched refs:drv_bo_new (Results 1 – 2 of 2) sorted by relevance

/external/minigbm/
Ddrv.c225 struct bo *drv_bo_new(struct driver *drv, uint32_t width, uint32_t height, uint32_t format, in drv_bo_new() function
257 bo = drv_bo_new(drv, width, height, format, use_flags); in drv_bo_create()
295 bo = drv_bo_new(drv, width, height, format, BO_USE_NONE); in drv_bo_create_with_modifiers()
352 bo = drv_bo_new(drv, data->width, data->height, data->format, data->use_flags); in drv_bo_import()
Ddrv.h116 struct bo *drv_bo_new(struct driver *drv, uint32_t width, uint32_t height, uint32_t format,