HomeSort by relevance Sort by last modified time
    Searched refs:drv_dumb_bo_create (Results 1 - 11 of 11) sorted by null

  /external/minigbm/
evdi.c 24 .bo_create = drv_dumb_bo_create,
meson.c 26 .bo_create = drv_dumb_bo_create,
nouveau.c 24 .bo_create = drv_dumb_bo_create,
radeon.c 24 .bo_create = drv_dumb_bo_create,
udl.c 24 .bo_create = drv_dumb_bo_create,
marvell.c 27 .bo_create = drv_dumb_bo_create,
msm.c 37 return drv_dumb_bo_create(bo, width, height, format, flags);
vgem.c 42 return drv_dumb_bo_create(bo, width, height, format, flags);
helpers.h 16 int drv_dumb_bo_create(struct bo *bo, uint32_t width, uint32_t height, uint32_t format,
virtio_gpu.c 73 return drv_dumb_bo_create(bo, width, height, format, use_flags);
helpers.c 254 int drv_dumb_bo_create(struct bo *bo, uint32_t width, uint32_t height, uint32_t format, function

Completed in 229 milliseconds