Searched defs:wayland_surface (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.h37 struct wayland_surface;
58 struct wayland_surface *surface,
73 struct wayland_surface { struct
102 static INLINE struct wayland_surface *
103 wayland_surface(const struct native_surface *nsurf) function
105 return (struct wayland_surface *) nsurf;
/external/mesa3d/src/gallium/state_trackers/egl/wayland/
H A Dnative_wayland.h37 struct wayland_surface;
58 struct wayland_surface *surface,
73 struct wayland_surface { struct
102 static INLINE struct wayland_surface *
103 wayland_surface(const struct native_surface *nsurf) function
105 return (struct wayland_surface *) nsurf;

Completed in 96 milliseconds