Home
last modified time | relevance | path

Searched refs:gbm_bo_import (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gbm/
Dgbm-symbols.txt20 gbm_bo_import
/third_party/weston/shared/
Dsimple_gbm.h33 struct gbm_bo * gbm_bo_import(struct gbm_device *gbm, uint32_t type, void *buffer, uint32_t usage);
/third_party/weston/libweston/backend-drm/
Dfb.c305 fb->bo = gbm_bo_import(backend->gbm, GBM_BO_IMPORT_FD_MODIFIER, in drm_fb_get_from_dmabuf()
313 fb->bo = gbm_bo_import(backend->gbm, GBM_BO_IMPORT_FD, in drm_fb_get_from_dmabuf()
572 bo = gbm_bo_import(b->gbm, GBM_BO_IMPORT_WL_BUFFER, in drm_fb_get_from_view()
/third_party/mesa3d/src/gbm/main/
Dgbm.h320 gbm_bo_import(struct gbm_device *gbm, uint32_t type,
Dgbm.c572 gbm_bo_import(struct gbm_device *gbm, in gbm_bo_import() function
/third_party/mesa3d/docs/relnotes/
D9.0.1.rst105 - gbm: Reject buffers that are not wl_drm buffers in gbm_bo_import()