Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gbm/
Dgbm-symbols.txt11 gbm_bo_get_handle_for_plane
/third_party/weston/libweston/backend-drm/
Dfb.c363 handle = gbm_bo_get_handle_for_plane(fb->bo, i); in drm_fb_get_from_dmabuf()
426 fb->handles[i] = gbm_bo_get_handle_for_plane(bo, i).u32; in drm_fb_get_from_bo()
/third_party/mesa3d/src/gbm/main/
Dgbm.h395 gbm_bo_get_handle_for_plane(struct gbm_bo *bo, int plane);
Dgbm.c357 gbm_bo_get_handle_for_plane(struct gbm_bo *bo, int plane) in gbm_bo_get_handle_for_plane() function
/third_party/mesa3d/docs/relnotes/
D21.1.7.rst142 - etnaviv: fix gbm_bo_get_handle_for_plane for multiplanar images
D21.3.0.rst3400 - etnaviv: fix gbm_bo_get_handle_for_plane for multiplanar images
D21.2.0.rst4305 - etnaviv: fix gbm_bo_get_handle_for_plane for multiplanar images
/third_party/weston/clients/
Dsimple-dmabuf-egl.c379 handle = gbm_bo_get_handle_for_plane(buffer->bo, i); in create_dmabuf_buffer()
Dsimple-dmabuf-egl-hos.c380 handle = gbm_bo_get_handle_for_plane(buffer->bo, i); in create_dmabuf_buffer()