Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/wayland/wayland-egl/
Dwayland-egl-abi-check.c60 void (*resize_callback)(struct wl_egl_window *, void *);
77 void (*resize_callback)(struct wl_egl_window *, void *);
95 void (*resize_callback)(struct wl_egl_window *, void *);
113 if (offsetof(struct wl_egl_window ## a_ver, a_member) != \
114 offsetof(struct wl_egl_window ## b_ver, b_member)) { \
121 if (MEMBER_SIZE(struct wl_egl_window ## a_ver, a_member) != \
122 MEMBER_SIZE(struct wl_egl_window ## b_ver, b_member)) { \
135 if (sizeof(struct wl_egl_window ## a_ver) > \
136 sizeof(struct wl_egl_window ## b_ver)) { \
146 if (sizeof(struct wl_egl_window ## a_ver) != \
[all …]
Dwayland-egl.c44 wl_egl_window_resize(struct wl_egl_window *egl_window, in wl_egl_window_resize()
60 WL_EGL_EXPORT struct wl_egl_window *
64 struct wl_egl_window *egl_window; in wl_egl_window_create()
94 wl_egl_window_destroy(struct wl_egl_window *egl_window) in wl_egl_window_destroy()
102 wl_egl_window_get_attached_size(struct wl_egl_window *egl_window, in wl_egl_window_get_attached_size()
Dwayland-egl-backend.h41 struct wl_egl_window { struct
53 void (*resize_callback)(struct wl_egl_window *, void *); argument
/external/wayland/src/
Dwayland-egl-core.h36 struct wl_egl_window;
39 struct wl_egl_window *
44 wl_egl_window_destroy(struct wl_egl_window *egl_window);
47 wl_egl_window_resize(struct wl_egl_window *egl_window,
52 wl_egl_window_get_attached_size(struct wl_egl_window *egl_window,
/external/swiftshader/include/EGL/
Deglplatform.h90 typedef struct wl_egl_window *EGLNativeWindowType;
/external/mesa3d/include/EGL/
Deglplatform.h90 typedef struct wl_egl_window *EGLNativeWindowType;
/external/deqp/framework/platform/lnx/wayland/
DtcuLnxWayland.hpp100 struct wl_egl_window* m_window;
/external/libkmsxx/kmscube/
Dcube-wl.cpp19 struct wl_egl_window *egl_window;
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.h265 struct wl_egl_window *wl_win;
Dplatform_wayland.c97 resize_callback(struct wl_egl_window *wl_win, void *data) in resize_callback()
114 get_wl_surface_proxy(struct wl_egl_window *window) in get_wl_surface_proxy()
137 struct wl_egl_window *window = native_window; in dri2_wl_create_window_surface()