Searched refs:drv_bo_create_with_modifiers (Results 1 – 3 of 3) sorted by relevance
/external/minigbm/ |
D | drv.h | 122 struct bo *drv_bo_create_with_modifiers(struct driver *drv, uint32_t width, uint32_t height,
|
D | gbm.c | 141 bo->bo = drv_bo_create_with_modifiers(gbm->drv, width, height, format, modifiers, count); in gbm_bo_create_with_modifiers()
|
D | drv.c | 283 struct bo *drv_bo_create_with_modifiers(struct driver *drv, uint32_t width, uint32_t height, in drv_bo_create_with_modifiers() function
|