Home
last modified time | relevance | path

Searched refs:main_device (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_wayland.c450 memcpy(&feedback->main_device, device->data, sizeof(feedback->main_device)); in surface_dmabuf_feedback_main_device()
460 if (dri2_surf->dmabuf_feedback.main_device != 0 && in surface_dmabuf_feedback_main_device()
461 (feedback->main_device != dri2_surf->dmabuf_feedback.main_device)) in surface_dmabuf_feedback_main_device()
578 .main_device = surface_dmabuf_feedback_main_device,
919 if (dri2_surf->dmabuf_feedback.main_device == 0) in create_dri_image_from_dmabuf_feedback()
1919 .main_device = default_dmabuf_feedback_main_device,
Degl_dri2.h208 dev_t main_device; member