Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/
H A D0031-waylandsink-Support-pointer-and-touch.patch106 + if (self->cursor_surface)
107 + wl_surface_destroy (self->cursor_surface);
129 + if (!self->cursor_surface) {
130 + self->cursor_surface =
132 + if (!self->cursor_surface)
142 + self->cursor_surface, image->hotspot_x, image->hotspot_y);
143 + wl_surface_attach (self->cursor_surface, buffer, 0, 0);
144 + wl_surface_damage (self->cursor_surface, 0, 0,
146 + wl_surface_commit (self->cursor_surface);
389 + struct wl_surface *cursor_surface;
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0032-waylandsink-Support-pointer-and-touch.patch47 + struct wl_surface *cursor_surface;
124 + if (priv->cursor_surface)
125 + wl_surface_destroy (priv->cursor_surface);
148 + if (!priv->cursor_surface) {
149 + priv->cursor_surface =
151 + if (!priv->cursor_surface)
161 + priv->cursor_surface, image->hotspot_x, image->hotspot_y);
162 + wl_surface_attach (priv->cursor_surface, buffer, 0, 0);
163 + wl_surface_damage (priv->cursor_surface, 0, 0,
165 + wl_surface_commit (priv->cursor_surface);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0032-waylandsink-Support-pointer-and-touch.patch47 + struct wl_surface *cursor_surface;
124 + if (priv->cursor_surface)
125 + wl_surface_destroy (priv->cursor_surface);
148 + if (!priv->cursor_surface) {
149 + priv->cursor_surface =
151 + if (!priv->cursor_surface)
161 + priv->cursor_surface, image->hotspot_x, image->hotspot_y);
162 + wl_surface_attach (priv->cursor_surface, buffer, 0, 0);
163 + wl_surface_damage (priv->cursor_surface, 0, 0,
165 + wl_surface_commit (priv->cursor_surface);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c263 if (!du->cursor_surface || in vmw_kms_cursor_post_execbuf()
264 du->cursor_age == du->cursor_surface->snooper.age) in vmw_kms_cursor_post_execbuf()
267 du->cursor_age = du->cursor_surface->snooper.age; in vmw_kms_cursor_post_execbuf()
269 du->cursor_surface->snooper.image, in vmw_kms_cursor_post_execbuf()
395 du->cursor_surface = vps->surf; in vmw_du_cursor_plane_atomic_update()
399 du->cursor_age = du->cursor_surface->snooper.age; in vmw_du_cursor_plane_atomic_update()
H A Dvmwgfx_kms.h343 struct vmw_surface *cursor_surface; member