Lines Matching refs:p_data
62 registry_handle_global(void *p_data, struct wl_registry *p_registry, in registry_handle_global() argument
65 struct WaylandDisplay *p_display = (struct WaylandDisplay*)p_data; in registry_handle_global()
101 registry_handle_remove(void *p_data, struct wl_registry *p_registry, in registry_handle_remove() argument
104 _UNUSED_(p_data); in registry_handle_remove()
118 surface_enter(void *p_data, struct wl_surface *p_surface, in surface_enter() argument
121 _UNUSED_(p_data); in surface_enter()
127 surface_leave(void *p_data, struct wl_surface *p_surface, in surface_leave() argument
130 _UNUSED_(p_data); in surface_leave()
144 shell_surface_handle_ping(void *p_data, in shell_surface_handle_ping() argument
147 _UNUSED_(p_data); in shell_surface_handle_ping()
153 shell_surface_handle_configure(void *p_data, in shell_surface_handle_configure() argument
160 WindowScheduleResize((struct WaylandEglWindow*)p_data, width, height); in shell_surface_handle_configure()
164 shell_surface_handle_popup_done(void *p_data, in shell_surface_handle_popup_done() argument
167 _UNUSED_(p_data); in shell_surface_handle_popup_done()
181 frame_callback(void *p_data, struct wl_callback *p_cb, uint32_t time) in frame_callback() argument
183 struct WaylandEglWindow *p_window = (struct WaylandEglWindow*)p_data; in frame_callback()
204 ivi_surface_configure(void *p_data, struct ivi_surface *p_ivi_surface, in ivi_surface_configure() argument
207 _UNUSED_(p_data); in ivi_surface_configure()
463 DisplaySetUserData(struct WaylandDisplay *p_display, void *p_data) in DisplaySetUserData() argument
465 p_display->p_user_data = p_data; in DisplaySetUserData()