Searched refs:drv_bo_new (Results 1 – 2 of 2) sorted by relevance
/external/minigbm/ |
D | drv.c | 212 struct bo *drv_bo_new(struct driver *drv, uint32_t width, uint32_t height, uint32_t format, in drv_bo_new() function 343 bo = drv_bo_new(drv, width, height, format, use_flags, is_test_alloc); in drv_bo_create() 380 bo = drv_bo_new(drv, width, height, format, BO_USE_NONE, false); in drv_bo_create_with_modifiers() 423 bo = drv_bo_new(drv, data->width, data->height, data->format, data->use_flags, false); in drv_bo_import()
|
D | drv.h | 146 struct bo *drv_bo_new(struct driver *drv, uint32_t width, uint32_t height, uint32_t format,
|