Searched refs:wl_egl_window (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/egl/wayland/wayland-egl/ |
D | wayland-egl-abi-check.c | 60 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 …]
|
D | wayland-egl.c | 44 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()
|
D | wayland-egl-backend.h | 41 struct wl_egl_window { struct 53 void (*resize_callback)(struct wl_egl_window *, void *); argument
|
/external/wayland/src/ |
D | wayland-egl-core.h | 36 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/ |
D | eglplatform.h | 90 typedef struct wl_egl_window *EGLNativeWindowType;
|
/external/mesa3d/include/EGL/ |
D | eglplatform.h | 90 typedef struct wl_egl_window *EGLNativeWindowType;
|
/external/deqp/framework/platform/lnx/wayland/ |
D | tcuLnxWayland.hpp | 100 struct wl_egl_window* m_window;
|
/external/libkmsxx/kmscube/ |
D | cube-wl.cpp | 19 struct wl_egl_window *egl_window;
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.h | 265 struct wl_egl_window *wl_win;
|
D | platform_wayland.c | 97 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()
|