Lines Matching defs:xwl_screen

115 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;
126 int rootless;
127 int glamor;
128 int present;
130 CreateScreenResourcesProcPtr CreateScreenResources;
131 CloseScreenProcPtr CloseScreen;
132 RealizeWindowProcPtr RealizeWindow;
133 UnrealizeWindowProcPtr UnrealizeWindow;
134 DestroyWindowProcPtr DestroyWindow;
135 XYToWindowProcPtr XYToWindow;
136 SetWindowPixmapProcPtr SetWindowPixmap;
138 struct xorg_list output_list;
139 struct xorg_list seat_list;
140 struct xorg_list damage_window_list;
142 int wayland_fd;
143 struct wl_display *display;
144 struct wl_registry *registry;
145 struct wl_registry *input_registry;
146 struct wl_compositor *compositor;
147 struct zwp_tablet_manager_v2 *tablet_manager;
148 struct wl_shm *shm;
149 struct wl_shell *shell;
150 struct zwp_relative_pointer_manager_v1 *relative_pointer_manager;
151 struct zwp_pointer_constraints_v1 *pointer_constraints;
152 struct zwp_xwayland_keyboard_grab_manager_v1 *wp_grab;
153 struct zxdg_output_manager_v1 *xdg_output_manager;
154 uint32_t serial;
178 struct xwl_screen *xwl_screen; argument
193 struct xwl_screen *xwl_screen; member
254 struct xwl_screen *xwl_screen; member
371 struct xwl_screen *xwl_screen; member
482 static inline void xwl_glamor_init_gbm(struct xwl_screen *xwl_screen) in xwl_glamor_init_gbm()
490 static inline void xwl_glamor_init_eglstream(struct xwl_screen *xwl_screen) in xwl_glamor_init_eglstream()