Home
last modified time | relevance | path

Searched defs:xwl_pixmap (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-shm.c43 struct xwl_pixmap { struct
44 struct wl_buffer *buffer;
45 void *data;
46 size_t size;
197 struct xwl_pixmap *xwl_pixmap; in xwl_shm_create_pixmap() local
262 struct xwl_pixmap *xwl_pixmap = xwl_pixmap_get(pixmap); in xwl_shm_destroy_pixmap() local
H A Dxwayland-glamor-eglstream.c50 struct xwl_pixmap *xwl_pixmap; member
78 struct xwl_pixmap { struct
79 struct wl_buffer *buffer;
80 struct xwl_screen *xwl_screen;
84 int refcount;
86 EGLStreamKHR stream;
87 EGLSurface surface;
275 xwl_eglstream_unref_pixmap_stream(struct xwl_pixmap *xwl_pixmap) in xwl_eglstream_unref_pixmap_stream()
306 struct xwl_pixmap *xwl_pixmap = xwl_pixmap_get(pixmap); in xwl_glamor_eglstream_destroy_pixmap() local
401 struct xwl_pixmap *xwl_pixmap; in xwl_eglstream_consumer_ready_callback() local
[all …]
H A Dxwayland-glamor-gbm.c60 struct xwl_pixmap { struct
61 struct wl_buffer *buffer;
62 EGLImage image;
63 unsigned int texture;
64 struct gbm_bo *bo;
134 struct xwl_pixmap *xwl_pixmap; in xwl_glamor_gbm_create_pixmap_for_bo() local
249 struct xwl_pixmap *xwl_pixmap = xwl_pixmap_get(pixmap); in xwl_glamor_gbm_destroy_pixmap() local
269 struct xwl_pixmap *xwl_pixmap = xwl_pixmap_get(pixmap); in xwl_glamor_gbm_get_wl_buffer_for_pixmap() local
546 struct xwl_pixmap *xwl_pixmap; in glamor_egl_fds_from_pixmap() local
H A Dxwayland.c469 xwl_pixmap_set_private(PixmapPtr pixmap, struct xwl_pixmap *xwl_pixmap) in xwl_pixmap_set_private()