Searched refs:wl_egl_window (Results 1 – 7 of 7) sorted by relevance
8 wl_egl_window_resize(struct wl_egl_window *egl_window, in wl_egl_window_resize()21 WL_EGL_EXPORT struct wl_egl_window *25 struct wl_egl_window *egl_window; in wl_egl_window_create()42 wl_egl_window_destroy(struct wl_egl_window *egl_window) in wl_egl_window_destroy()48 wl_egl_window_get_attached_size(struct wl_egl_window *egl_window, in wl_egl_window_get_attached_size()
17 struct wl_egl_window { struct29 void (*resize_callback)(struct wl_egl_window *, void *); argument
90 typedef struct wl_egl_window *EGLNativeWindowType;
77 struct wl_egl_window *win;
387 surface->win = (struct wl_egl_window *) win; in wayland_create_window_surface()
170 struct wl_egl_window *wl_win;
104 resize_callback(struct wl_egl_window *wl_win, void *data) in resize_callback()157 dri2_surf->wl_win = (struct wl_egl_window *) window; in dri2_create_surface()