Searched refs:init_screen (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/buildroot/package/rubix/ |
| H A D | 0002-misc-fixes.patch | 90 @@ -139,8 +145,8 @@ int init_screen(SCREEN *s) 101 @@ -182,10 +188,10 @@ int init_screen(SCREEN *s)
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-glamor.c | 252 if (!xwl_screen->egl_backend->init_screen(xwl_screen)) { in xwl_glamor_init()
|
| H A D | xwayland.h | 88 Bool (*init_screen)(struct xwl_screen *xwl_screen); member
|
| H A D | xwayland-glamor-eglstream.c | 928 xwl_screen->eglstream_backend.init_screen = xwl_glamor_eglstream_init_screen; in xwl_glamor_init_eglstream()
|
| H A D | xwayland-glamor-gbm.c | 1080 xwl_screen->gbm_backend.init_screen = xwl_glamor_gbm_init_screen; in xwl_glamor_init_gbm()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | dispatch.c | 3830 static int init_screen(ScreenPtr pScreen, int i, Bool gpu) in init_screen() function 3903 ret = init_screen(pScreen, i, FALSE); in AddScreen() 3953 ret = init_screen(pScreen, i, TRUE); in AddGPUScreen()
|
| /OK3568_Linux_fs/buildroot/dl/ncurses/ |
| HD | ncurses-6.1-20190623.patch.gz | 1# ncurses 6.1 - patch 20190623 - Thomas E. Dickey
2#
3# --- ... |