Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor.c125 if (xwl_screen->egl_backend->allow_commits) in xwl_glamor_allow_commits()
126 return xwl_screen->egl_backend->allow_commits(xwl_window); in xwl_glamor_allow_commits()
H A Dxwayland.c161 xwl_window->allow_commits = allow; in xwl_window_set_allow_commits()
859 if (!xwl_window->allow_commits) in xwl_screen_post_damage()
1092 static const char allow_commits[] = "_XWAYLAND_ALLOW_COMMITS"; in xwl_screen_init() local
1292 xwl_screen->allow_commits_prop = MakeAtom(allow_commits, in xwl_screen_init()
1293 strlen(allow_commits), in xwl_screen_init()
H A Dxwayland.h112 Bool (*allow_commits)(struct xwl_window *xwl_window); member
184 Bool allow_commits; member
H A Dxwayland-glamor-eglstream.c931 xwl_screen->eglstream_backend.allow_commits = xwl_glamor_eglstream_allow_commits; in xwl_glamor_init_eglstream()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog6529 - egl_backend.allow_commits for holding off displaying any EGLStream
17146 - introduced a simple setter for xwl_window::allow_commits