Searched refs:gbm_bo_import (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gbm/ |
D | gbm-symbols.txt | 20 gbm_bo_import
|
/third_party/weston/shared/ |
D | simple_gbm.h | 33 struct gbm_bo * gbm_bo_import(struct gbm_device *gbm, uint32_t type, void *buffer, uint32_t usage);
|
/third_party/weston/libweston/backend-drm/ |
D | fb.c | 305 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/ |
D | gbm.h | 320 gbm_bo_import(struct gbm_device *gbm, uint32_t type,
|
D | gbm.c | 572 gbm_bo_import(struct gbm_device *gbm, in gbm_bo_import() function
|
/third_party/mesa3d/docs/relnotes/ |
D | 9.0.1.rst | 105 - gbm: Reject buffers that are not wl_drm buffers in gbm_bo_import()
|