Home
last modified time | relevance | path

Searched refs:wl_egl_window (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/egl/wayland/wayland-egl/
Dwayland-egl.c8 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()
Dwayland-egl-priv.h17 struct wl_egl_window { struct
29 void (*resize_callback)(struct wl_egl_window *, void *); argument
/external/mesa3d/include/EGL/
Deglplatform.h90 typedef struct wl_egl_window *EGLNativeWindowType;
/external/mesa3d/src/gallium/state_trackers/egl/wayland/
Dnative_wayland.h77 struct wl_egl_window *win;
Dnative_wayland.c387 surface->win = (struct wl_egl_window *) win; in wayland_create_window_surface()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.h170 struct wl_egl_window *wl_win;
Dplatform_wayland.c104 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()