Home
last modified time | relevance | path

Searched refs:wayland_surface (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/egl/wayland/
Dnative_wayland.h37 struct wayland_surface;
58 struct wayland_surface *surface,
73 struct wayland_surface { struct
102 static INLINE struct wayland_surface * argument
103 wayland_surface(const struct native_surface *nsurf) in wayland_surface() function
105 return (struct wayland_surface *) nsurf; in wayland_surface()
Dnative_wayland.c148 struct wayland_surface *surface = data; in wayland_release_pending_resource()
164 wayland_window_surface_handle_resize(struct wayland_surface *surface) in wayland_window_surface_handle_resize()
207 struct wayland_surface *surface = wayland_surface(nsurf); in wayland_surface_validate()
230 struct wayland_surface *surface = data; in wayland_frame_callback()
254 struct wayland_surface *surface = wayland_surface(nsurf); in wayland_surface_swap_buffers()
302 struct wayland_surface *surface = wayland_surface(nsurf); in wayland_surface_present()
353 struct wayland_surface *surface = wayland_surface(nsurf); in wayland_surface_destroy()
376 struct wayland_surface *surface; in wayland_create_window_surface()
380 surface = CALLOC_STRUCT(wayland_surface); in wayland_create_window_surface()
Dnative_shm.c78 struct wayland_surface *surface, in wayland_create_shm_buffer()
Dnative_drm.c93 struct wayland_surface *surface, in wayland_create_drm_buffer()