Searched refs:p_surface (Results 1 – 6 of 6) sorted by relevance
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/ |
D | window.c | 118 surface_enter(void *p_data, struct wl_surface *p_surface, in surface_enter() argument 122 _UNUSED_(p_surface); in surface_enter() 127 surface_leave(void *p_data, struct wl_surface *p_surface, in surface_leave() argument 131 _UNUSED_(p_surface); in surface_leave() 391 p_window->p_egl_window = wl_egl_window_create(p_window->p_surface, in window_create_surface() 428 p_window->p_frame_cb = wl_surface_frame(p_window->p_surface); in idle_redraw() 593 p_window->p_surface = wl_compositor_create_surface(p_display->p_compositor); in CreateEglWindow() 595 wl_surface_add_listener(p_window->p_surface, &surface_listener, p_window); in CreateEglWindow() 600 wl_shell_get_shell_surface(p_display->p_shell, p_window->p_surface); in CreateEglWindow() 617 p_window->p_surface); in CreateEglWindow()
|
D | multi-touch-viewer.c | 145 uint32_t time, struct wl_surface *p_surface, int32_t id, in touch_handle_down() argument 150 _UNUSED_(p_surface); in touch_handle_down() 398 struct wl_callback *p_cb = wl_surface_frame(p_window->p_surface); in redraw_handler()
|
/third_party/ffmpeg/libavcodec/ |
D | mpegvideo_xvmc.c | 98 !render->p_surface) { in ff_xvmc_field_start() 135 render->p_future_surface = next->p_surface; in ff_xvmc_field_start() 143 render->p_past_surface = last->p_surface; in ff_xvmc_field_start()
|
D | xvmc.h | 104 XvMCSurface* p_surface; member
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | vulkan_surface_pool.cc | 110 p_surface) { in SubmitSurface() 118 static_cast<VulkanSurface*>(p_surface.release())); in SubmitSurface()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/include/ |
D | window.h | 80 struct wl_surface *p_surface; member
|