Home
last modified time | relevance | path

Searched refs:gbm_bo_get_handle (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gbm/
Dgbm-symbols.txt10 gbm_bo_get_handle
/third_party/weston/shared/
Dsimple_gbm.h42 union gbm_bo_handle gbm_bo_get_handle(struct gbm_bo *bo);
/third_party/weston/libweston/backend-drm/
Dfb.c374 handle = gbm_bo_get_handle(fb->bo); in drm_fb_get_from_dmabuf()
432 fb->handles[0] = gbm_bo_get_handle(bo).u32; in drm_fb_get_from_bo()
Ddrm-gbm.c168 output->gbm_cursor_handle[i] = gbm_bo_get_handle(bo).s32; in drm_output_init_cursor_egl()
/third_party/mesa3d/src/gbm/main/
Dgbm.h383 gbm_bo_get_handle(struct gbm_bo *bo);
Dgbm.c311 gbm_bo_get_handle(struct gbm_bo *bo) in gbm_bo_get_handle() function
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/gbm/
Dgstgl_gbm_utils.c410 handle = gbm_bo_get_handle (bo).u32; in gst_gl_gbm_drm_fb_get_from_bo()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
DDisplayGbm.cpp270 uint32_t handles[4] = {gbm_bo_get_handle(mBO).u32}; in getDRMFB()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ozone/
DDisplayOzone.cpp274 uint32_t handles[4] = {gbm_bo_get_handle(mBO).u32}; in getDRMFB()