Searched defs:wayland_display (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/wayland/
H A Dnative_wayland.h44 struct wayland_display { struct
57 struct wl_buffer *(*create_buffer)(struct wayland_display *display,
75 struct wayland_display *display;
96 static INLINE struct wayland_display *
97 wayland_display(const struct native_display *ndpy) function
99 return (struct wayland_display *) ndpy;
114 struct wayland_display *
118 struct wayland_display *
123 wayland_roundtrip(struct wayland_display *drmdpy);
/external/mesa3d/src/gallium/state_trackers/egl/wayland/
H A Dnative_wayland.h44 struct wayland_display { struct
57 struct wl_buffer *(*create_buffer)(struct wayland_display *display,
75 struct wayland_display *display;
96 static INLINE struct wayland_display *
97 wayland_display(const struct native_display *ndpy) function
99 return (struct wayland_display *) ndpy;
114 struct wayland_display *
118 struct wayland_display *
123 wayland_roundtrip(struct wayland_display *drmdpy);

Completed in 86 milliseconds