Searched refs:p_window (Results 1 – 4 of 4) sorted by relevance
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/ |
D | window.c | 183 struct WaylandEglWindow *p_window = (struct WaylandEglWindow*)p_data; in frame_callback() local 185 assert(p_cb == p_window->p_frame_cb); in frame_callback() 189 p_window->p_frame_cb = NULL; in frame_callback() 190 p_window->redraw_scheduled = 0; in frame_callback() 191 p_window->time = time; in frame_callback() 193 if (0 != p_window->redraw_needed) in frame_callback() 195 WindowScheduleRedraw(p_window); in frame_callback() 384 window_create_surface(struct WaylandEglWindow *p_window) in window_create_surface() argument 386 if (NULL != p_window->p_egl_window) in window_create_surface() 391 p_window->p_egl_window = wl_egl_window_create(p_window->p_surface, in window_create_surface() [all …]
|
D | multi-touch-viewer.c | 342 redraw_handler(struct WaylandEglWindow *p_window, void *p_data) in redraw_handler() argument 350 DisplayAcquireWindowSurface(p_window->p_display, p_window); in redraw_handler() 352 view_width = p_window->geometry.width; in redraw_handler() 353 view_height = p_window->geometry.height; in redraw_handler() 398 struct wl_callback *p_cb = wl_surface_frame(p_window->p_surface); in redraw_handler() 399 wl_callback_add_listener(p_cb, &frame_listener, p_window); in redraw_handler() 594 struct WaylandEglWindow *p_window; in touch_event_test_main() local 609 p_window = CreateEglWindow(p_display, WINDOW_TITLE, SURFACE_ID); in touch_event_test_main() 610 if (NULL == p_window) in touch_event_test_main() 616 p_params->p_window = p_window; in touch_event_test_main() [all …]
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/include/ |
D | window.h | 37 (struct WaylandEglWindow *p_window, void *p_data); 115 WindowScheduleRedraw(struct WaylandEglWindow *p_window); 118 WindowScheduleResize(struct WaylandEglWindow *p_window, int width, int height); 128 struct WaylandEglWindow *p_window); 138 WindowCreateSurface(struct WaylandEglWindow *p_window);
|
D | multi-touch-viewer.h | 43 struct WaylandEglWindow *p_window; member
|