Home
last modified time | relevance | path

Searched defs:xwl_screen (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor.c47 xwl_glamor_egl_make_current(struct xwl_screen *xwl_screen) in xwl_glamor_egl_make_current()
59 struct xwl_screen *xwl_screen = xwl_screen_get(screen); in glamor_egl_screen_init() local
71 xwl_glamor_init_wl_registry(struct xwl_screen *xwl_screen, in xwl_glamor_init_wl_registry()
91 xwl_glamor_has_wl_interfaces(struct xwl_screen *xwl_screen, in xwl_glamor_has_wl_interfaces()
101 struct xwl_screen *xwl_screen = xwl_screen_get(pixmap->drawable.pScreen); in xwl_glamor_pixmap_get_wl_buffer() local
114 struct xwl_screen *xwl_screen = xwl_window->xwl_screen; in xwl_glamor_post_damage() local
123 struct xwl_screen *xwl_screen = xwl_window->xwl_screen; in xwl_glamor_allow_commits() local
134 struct xwl_screen *xwl_screen = xwl_screen_get(screen); in xwl_glamor_create_screen_resources() local
169 xwl_glamor_init_backends(struct xwl_screen *xwl_screen, Bool use_eglstream) in xwl_glamor_init_backends()
184 xwl_glamor_select_gbm_backend(struct xwl_screen *xwl_screen) in xwl_glamor_select_gbm_backend()
[all …]
H A Dxwayland.h115 struct xwl_screen { struct
116 int width;
117 int height;
118 int depth;
119 ScreenPtr screen;
120 int expecting_event;
121 enum RootClipMode root_clip_mode;
123 int wm_fd;
124 int listen_fds[5];
125 int listen_fd_count;
[all …]
H A Dxwayland.c216 struct xwl_screen *xwl_screen; in xwl_property_callback() local
235 struct xwl_screen *xwl_screen = xwl_screen_get(screen); in xwl_close_screen() local
278 xwl_screen_get_default_seat(struct xwl_screen *xwl_screen) in xwl_screen_get_default_seat()
296 struct xwl_screen *xwl_screen = xwl_screen_get(screen); in xwl_cursor_warped_to() local
338 struct xwl_screen *xwl_screen = xwl_screen_get(screen); in xwl_cursor_confined_to() local
375 struct xwl_screen *xwl_screen; in damage_report() local
526 struct xwl_screen *xwl_screen; in ensure_surface_for_window() local
613 struct xwl_screen *xwl_screen; in xwl_realize_window() local
649 struct xwl_screen *xwl_screen; in xwl_unrealize_window() local
720 struct xwl_screen *xwl_screen; in xwl_set_window_pixmap() local
[all …]
H A Dxwayland-glamor-eglstream.c80 struct xwl_screen *xwl_screen; member
94 xwl_eglstream_get(struct xwl_screen *xwl_screen) in xwl_eglstream_get()
174 xwl_eglstream_cleanup(struct xwl_screen *xwl_screen) in xwl_eglstream_cleanup()
277 struct xwl_screen *xwl_screen = xwl_pixmap->xwl_screen; in xwl_eglstream_unref_pixmap_stream() local
325 struct xwl_screen *xwl_screen = xwl_screen_get(window->drawable.pScreen); in xwl_eglstream_set_window_pixmap() local
398 struct xwl_screen *xwl_screen = data; in xwl_eglstream_consumer_ready_callback() local
445 xwl_eglstream_queue_pending_stream(struct xwl_screen *xwl_screen, in xwl_eglstream_queue_pending_stream()
486 xwl_eglstream_create_pending_stream(struct xwl_screen *xwl_screen, in xwl_eglstream_create_pending_stream()
533 struct xwl_screen *xwl_screen = xwl_window->xwl_screen; in xwl_glamor_eglstream_allow_commits() local
568 struct xwl_screen *xwl_screen = xwl_window->xwl_screen; in xwl_glamor_eglstream_post_damage() local
[all …]
H A Dxwayland-glamor-gbm.c71 xwl_gbm_get(struct xwl_screen *xwl_screen) in xwl_gbm_get()
135 struct xwl_screen *xwl_screen = xwl_screen_get(screen); in xwl_glamor_gbm_create_pixmap_for_bo() local
199 struct xwl_screen *xwl_screen = xwl_screen_get(screen); in xwl_glamor_gbm_create_pixmap() local
248 struct xwl_screen *xwl_screen = xwl_screen_get(pixmap->drawable.pScreen); in xwl_glamor_gbm_destroy_pixmap() local
268 struct xwl_screen *xwl_screen = xwl_screen_get(pixmap->drawable.pScreen); in xwl_glamor_gbm_get_wl_buffer_for_pixmap() local
364 xwl_glamor_gbm_cleanup(struct xwl_screen *xwl_screen) in xwl_glamor_gbm_cleanup()
439 struct xwl_screen *xwl_screen = xwl_screen_get(screen); in xwl_dri3_open_client() local
484 struct xwl_screen *xwl_screen = xwl_screen_get(screen); in glamor_pixmap_from_fds() local
600 struct xwl_screen *xwl_screen = xwl_screen_get(screen); in glamor_get_formats() local
628 struct xwl_screen *xwl_screen = xwl_screen_get(screen); in glamor_get_modifiers() local
[all …]
H A Dxwayland-output.c159 update_backing_pixmaps(struct xwl_screen *xwl_screen, int width, int height) in update_backing_pixmaps()
182 struct xwl_screen *xwl_screen = xwl_output->xwl_screen; in update_screen_size() local
214 struct xwl_screen *xwl_screen = xwl_output->xwl_screen; in apply_output_change() local
329 xwl_output_create(struct xwl_screen *xwl_screen, uint32_t id) in xwl_output_create()
403 struct xwl_screen *xwl_screen = xwl_output->xwl_screen; in xwl_output_remove() local
435 xwl_screen_init_output(struct xwl_screen *xwl_screen) in xwl_screen_init_output()
454 struct xwl_screen *xwl_screen = xwl_output->xwl_screen; in xwl_output_get_xdg_output() local
466 xwl_screen_init_xdg_output(struct xwl_screen *xwl_screen) in xwl_screen_init_xdg_output()
H A Dxwayland-shm.c196 struct xwl_screen *xwl_screen = xwl_screen_get(screen); in xwl_shm_create_pixmap() local
283 struct xwl_screen *xwl_screen = xwl_screen_get(screen); in xwl_shm_create_screen_resources() local
H A Dxwayland-input.c865 struct xwl_screen *xwl_screen; in keyboard_check_repeat() local
1084 struct xwl_screen *xwl_screen; in set_grab() local
1343 xwl_cursor_init(struct xwl_cursor *xwl_cursor, struct xwl_screen *xwl_screen, in xwl_cursor_init()
1368 create_input_device(struct xwl_screen *xwl_screen, uint32_t id, uint32_t version) in create_input_device()
2322 struct xwl_screen *xwl_screen = xwl_seat->xwl_screen; in tablet_seat_handle_add_tool() local
2371 init_tablet_manager_seat(struct xwl_screen *xwl_screen, in init_tablet_manager_seat()
2423 init_tablet_manager(struct xwl_screen *xwl_screen, uint32_t id, uint32_t version) in init_tablet_manager()
2438 xwl_screen_release_tablet_manager(struct xwl_screen *xwl_screen) in xwl_screen_release_tablet_manager()
2447 init_relative_pointer_manager(struct xwl_screen *xwl_screen, in init_relative_pointer_manager()
2457 init_pointer_constraints(struct xwl_screen *xwl_screen, in init_pointer_constraints()
[all …]
H A Dxwayland-cursor.c79 struct xwl_screen *xwl_screen; in xwl_unrealize_cursor() local
306 xwl_screen_init_cursor(struct xwl_screen *xwl_screen) in xwl_screen_init_cursor()
H A Dxwayland-present.c567 struct xwl_screen *xwl_screen = xwl_screen_get(screen); in xwl_present_init() local