Home
last modified time | relevance | path

Searched refs:cursor_surface (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wayland/
Dgstglwindow_wayland_egl.c80 window_egl->display.cursor_surface, image->hotspot_x, image->hotspot_y); in pointer_handle_enter()
81 wl_surface_attach (window_egl->display.cursor_surface, buffer, 0, 0); in pointer_handle_enter()
82 wl_surface_damage (window_egl->display.cursor_surface, 0, 0, in pointer_handle_enter()
84 wl_surface_commit (window_egl->display.cursor_surface); in pointer_handle_enter()
Dgstglwindow_wayland_egl.h57 struct wl_surface *cursor_surface; member