Lines Matching refs:screen

57 glamor_egl_screen_init(ScreenPtr screen, struct glamor_context *glamor_ctx)  in glamor_egl_screen_init()  argument
59 struct xwl_screen *xwl_screen = xwl_screen_get(screen); in glamor_egl_screen_init()
61 glamor_enable_dri3(screen); in glamor_egl_screen_init()
132 xwl_glamor_create_screen_resources(ScreenPtr screen) in xwl_glamor_create_screen_resources() argument
134 struct xwl_screen *xwl_screen = xwl_screen_get(screen); in xwl_glamor_create_screen_resources()
137 screen->CreateScreenResources = xwl_screen->CreateScreenResources; in xwl_glamor_create_screen_resources()
138 ret = (*screen->CreateScreenResources) (screen); in xwl_glamor_create_screen_resources()
139 xwl_screen->CreateScreenResources = screen->CreateScreenResources; in xwl_glamor_create_screen_resources()
140 screen->CreateScreenResources = xwl_glamor_create_screen_resources; in xwl_glamor_create_screen_resources()
146 screen->devPrivate = in xwl_glamor_create_screen_resources()
147 fbCreatePixmap(screen, 0, 0, screen->rootDepth, 0); in xwl_glamor_create_screen_resources()
150 screen->devPrivate = screen->CreatePixmap( in xwl_glamor_create_screen_resources()
151 screen, screen->width, screen->height, screen->rootDepth, in xwl_glamor_create_screen_resources()
155 SetRootClip(screen, xwl_screen->root_clip_mode); in xwl_glamor_create_screen_resources()
157 return screen->devPrivate != NULL; in xwl_glamor_create_screen_resources()
161 glamor_egl_fd_name_from_pixmap(ScreenPtr screen, in glamor_egl_fd_name_from_pixmap() argument
233 ScreenPtr screen = xwl_screen->screen; in xwl_glamor_init() local
247 if (!glamor_init(xwl_screen->screen, GLAMOR_USE_EGL_SCREEN)) { in xwl_glamor_init()
257 xwl_screen->CreateScreenResources = screen->CreateScreenResources; in xwl_glamor_init()
258 screen->CreateScreenResources = xwl_glamor_create_screen_resources; in xwl_glamor_init()
261 if (!xwl_glamor_xv_init(screen)) in xwl_glamor_init()