Home
last modified time | relevance | path

Searched refs:screen (Results 1 – 25 of 745) sorted by relevance

12345678910>>...30

/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr.c93 ephyrScreenInitialize(KdScreenInfo *screen) in ephyrScreenInitialize() argument
95 EphyrScrPriv *scrpriv = screen->driver; in ephyrScreenInitialize()
100 if (hostx_want_screen_geometry(screen, &width, &height, &x, &y) in ephyrScreenInitialize()
101 || !screen->width || !screen->height) { in ephyrScreenInitialize()
102 screen->width = width; in ephyrScreenInitialize()
103 screen->height = height; in ephyrScreenInitialize()
104 screen->x = x; in ephyrScreenInitialize()
105 screen->y = y; in ephyrScreenInitialize()
109 screen->fb.depth = 8; in ephyrScreenInitialize()
111 if (screen->fb.depth && screen->fb.depth != hostx_get_depth()) { in ephyrScreenInitialize()
[all …]
H A Dephyr_draw.c59 KdScreenInfo *screen = pScreenPriv->screen; in ephyrPreparePipelinedAccess() local
60 EphyrScrPriv *scrpriv = screen->driver; in ephyrPreparePipelinedAccess()
80 KdScreenInfo *screen = pScreenPriv->screen; in ephyrFinishPipelinedAccess() local
81 EphyrScrPriv *scrpriv = screen->driver; in ephyrFinishPipelinedAccess()
98 KdScreenInfo *screen = pScreenPriv->screen; in ephyrPrepareSolid() local
99 EphyrScrPriv *scrpriv = screen->driver; in ephyrPrepareSolid()
130 KdScreenInfo *screen = pScreenPriv->screen; in ephyrSolid() local
131 EphyrScrPriv *scrpriv = screen->driver; in ephyrSolid()
146 KdScreenInfo *screen = pScreenPriv->screen; in ephyrDoneSolid() local
147 EphyrScrPriv *scrpriv = screen->driver; in ephyrDoneSolid()
[all …]
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor.c45 glamor_get_screen_private(ScreenPtr screen) in glamor_get_screen_private() argument
48 dixLookupPrivate(&screen->devPrivates, &glamor_screen_private_key); in glamor_get_screen_private()
52 glamor_set_screen_private(ScreenPtr screen, glamor_screen_private *priv) in glamor_set_screen_private() argument
54 dixSetPrivate(&screen->devPrivates, &glamor_screen_private_key, priv); in glamor_set_screen_private()
105 ScreenPtr screen = pixmap->drawable.pScreen; in glamor_set_pixmap_texture() local
110 glamor_priv = glamor_get_screen_private(screen); in glamor_set_pixmap_texture()
135 ScreenPtr screen = pixmap->drawable.pScreen; in glamor_clear_pixmap() local
139 glamor_priv = glamor_get_screen_private(screen); in glamor_clear_pixmap()
200 glamor_create_pixmap(ScreenPtr screen, int w, int h, int depth, in glamor_create_pixmap() argument
205 glamor_screen_private *glamor_priv = glamor_get_screen_private(screen); in glamor_create_pixmap()
[all …]
H A Dglamor_egl.c123 glamor_create_texture_from_image(ScreenPtr screen, in glamor_create_texture_from_image() argument
127 glamor_get_screen_private(screen); in glamor_create_texture_from_image()
143 glamor_egl_get_gbm_device(ScreenPtr screen) in glamor_egl_get_gbm_device() argument
146 glamor_egl_get_screen_private(xf86ScreenToScrn(screen)); in glamor_egl_get_gbm_device()
151 glamor_egl_create_textured_screen(ScreenPtr screen, int handle, int stride) in glamor_egl_create_textured_screen() argument
153 ScrnInfoPtr scrn = xf86ScreenToScrn(screen); in glamor_egl_create_textured_screen()
156 screen_pixmap = screen->GetScreenPixmap(screen); in glamor_egl_create_textured_screen()
186 ScreenPtr screen = pixmap->drawable.pScreen; in glamor_egl_create_textured_pixmap() local
187 ScrnInfoPtr scrn = xf86ScreenToScrn(screen); in glamor_egl_create_textured_pixmap()
223 ScreenPtr screen = pixmap->drawable.pScreen; in glamor_egl_create_textured_pixmap_from_gbm_bo() local
[all …]
H A Dglamor.h97 extern _X_EXPORT Bool glamor_init(ScreenPtr screen, unsigned int flags);
98 extern _X_EXPORT void glamor_fini(ScreenPtr screen);
109 extern _X_EXPORT Bool glamor_close_screen(ScreenPtr screen);
121 extern _X_EXPORT void glamor_block_handler(ScreenPtr screen);
123 extern _X_EXPORT PixmapPtr glamor_create_pixmap(ScreenPtr screen, int w, int h,
149 extern _X_EXPORT void glamor_enable_dri3(ScreenPtr screen);
156 extern _X_EXPORT struct gbm_device *glamor_egl_get_gbm_device(ScreenPtr screen);
172 extern _X_EXPORT Bool glamor_supports_pixmap_import_export(ScreenPtr screen);
185 extern _X_EXPORT int glamor_fds_from_pixmap(ScreenPtr screen,
202 extern _X_EXPORT int glamor_fd_from_pixmap(ScreenPtr screen,
[all …]
H A Dglamor_sync.c50 ScreenPtr screen = fence->pScreen; in glamor_sync_fence_set_triggered() local
54 glamor_block_handler(screen); in glamor_sync_fence_set_triggered()
63 glamor_sync_create_fence(ScreenPtr screen, in glamor_sync_create_fence() argument
67 glamor_screen_private *glamor = glamor_get_screen_private(screen); in glamor_sync_create_fence()
68 SyncScreenFuncsPtr screen_funcs = miSyncGetScreenFuncs(screen); in glamor_sync_create_fence()
72 screen_funcs->CreateFence(screen, fence, initially_triggered); in glamor_sync_create_fence()
82 glamor_sync_init(ScreenPtr screen) in glamor_sync_init() argument
85 glamor_screen_private *glamor = glamor_get_screen_private(screen); in glamor_sync_init()
96 if (!miSyncShmScreenInit(screen)) in glamor_sync_init()
99 if (!miSyncSetup(screen)) in glamor_sync_init()
[all …]
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkdrive.c100 if (!pScreenPriv->screen->dumb && pScreenPriv->card->cfuncs->disableAccel) in KdDisableScreen()
129 KdScreenInfo *screen; in KdSuspend() local
133 for (screen = card->screenList; screen; screen = screen->next) in KdSuspend()
134 if (screen->mynum == card->selected && screen->pScreen) in KdSuspend()
135 KdDisableScreen(screen->pScreen); in KdSuspend()
158 pScreenPriv->card->selected = pScreenPriv->screen->mynum; in KdEnableScreen()
159 if (!pScreenPriv->screen->dumb && pScreenPriv->card->cfuncs->enableAccel) in KdEnableScreen()
217 KdParseScreen(KdScreenInfo * screen, const char *arg) in KdParseScreen() argument
224 screen->dumb = kdDumbDriver; in KdParseScreen()
225 screen->softCursor = kdSoftCursor; in KdParseScreen()
[all …]
H A Dkshadow.c29 KdShadowFbAlloc(KdScreenInfo * screen, Bool rotate) in KdShadowFbAlloc() argument
33 int width = rotate ? screen->height : screen->width; in KdShadowFbAlloc()
34 int height = rotate ? screen->width : screen->height; in KdShadowFbAlloc()
35 int bpp = screen->fb.bitsPerPixel; in KdShadowFbAlloc()
42 if (screen->fb.shadow) in KdShadowFbAlloc()
43 free(screen->fb.frameBuffer); in KdShadowFbAlloc()
44 screen->fb.shadow = TRUE; in KdShadowFbAlloc()
45 screen->fb.frameBuffer = buf; in KdShadowFbAlloc()
46 screen->fb.byteStride = paddedWidth; in KdShadowFbAlloc()
47 screen->fb.pixelStride = paddedWidth * 8 / bpp; in KdShadowFbAlloc()
[all …]
/OK3568_Linux_fs/external/xserver/glx/
H A Dglxdriswrast.c84 __GLXDRIscreen *screen; member
94 const __DRIcoreExtension *core = private->screen->core; in __glXDRIdrawableDestroy()
107 const __DRIcoreExtension *core = private->screen->core; in __glXDRIdrawableSwapBuffers()
120 private->screen->copySubBuffer; in __glXDRIdrawableCopySubBuffer()
130 __GLXDRIscreen *screen = (__GLXDRIscreen *) context->base.pGlxScreen; in __glXDRIcontextDestroy() local
132 (*screen->core->destroyContext) (context->driContext); in __glXDRIcontextDestroy()
143 __GLXDRIscreen *screen = (__GLXDRIscreen *) context->base.pGlxScreen; in __glXDRIcontextMakeCurrent() local
145 return (*screen->core->bindContext) (context->driContext, in __glXDRIcontextMakeCurrent()
153 __GLXDRIscreen *screen = (__GLXDRIscreen *) context->base.pGlxScreen; in __glXDRIcontextLoseCurrent() local
155 return (*screen->core->unbindContext) (context->driContext); in __glXDRIcontextLoseCurrent()
[all …]
H A Dglxdri2.c88 __GLXDRIscreen *screen; member
127 const __DRIcoreExtension *core = private->screen->core; in __glXDRIdrawableDestroy()
203 __GLXDRIscreen *screen = priv->screen; in __glXDRIdrawableSwapBuffers() local
208 if (screen->flush) { in __glXDRIdrawableSwapBuffers()
209 (*screen->flush->flush) (priv->driDrawable); in __glXDRIdrawableSwapBuffers()
210 (*screen->flush->invalidate) (priv->driDrawable); in __glXDRIdrawableSwapBuffers()
244 __GLXDRIscreen *screen = (__GLXDRIscreen *) context->base.pGlxScreen; in __glXDRIcontextDestroy() local
246 (*screen->core->destroyContext) (context->driContext); in __glXDRIcontextDestroy()
257 __GLXDRIscreen *screen = (__GLXDRIscreen *) context->base.pGlxScreen; in __glXDRIcontextMakeCurrent() local
259 return (*screen->core->bindContext) (context->driContext, in __glXDRIcontextMakeCurrent()
[all …]
H A Dvnd_dispatch_stubs.c48 CARD32 screen, context; in dispatch_CreateContext() local
51 screen = GlxCheckSwap(client, stuff->screen); in dispatch_CreateContext()
54 if (screen < screenInfo.numScreens) { in dispatch_CreateContext()
55 vendor = glxServer.getVendorForScreen(client, screenInfo.screens[screen]); in dispatch_CreateContext()
68 client->errorValue = screen; in dispatch_CreateContext()
146 CARD32 screen, glxpixmap; in dispatch_CreateGLXPixmap() local
149 screen = GlxCheckSwap(client, stuff->screen); in dispatch_CreateGLXPixmap()
152 if (screen < screenInfo.numScreens) { in dispatch_CreateGLXPixmap()
153 vendor = glxServer.getVendorForScreen(client, screenInfo.screens[screen]); in dispatch_CreateGLXPixmap()
166 client->errorValue = screen; in dispatch_CreateGLXPixmap()
[all …]
/OK3568_Linux_fs/u-boot/board/gdsys/common/
H A Dosd.c39 #define OSD_SET_REG(screen, fld, val) \ argument
41 if (screen >= OSD_DH_BASE) \
42 FPGA_SET_REG(screen - OSD_DH_BASE, osd1.fld, val); \
44 FPGA_SET_REG(screen, osd0.fld, val); \
47 #define OSD_SET_REG(screen, fld, val) \ argument
48 FPGA_SET_REG(screen, osd0.fld, val)
52 #define OSD_GET_REG(screen, fld, val) \ argument
54 if (screen >= OSD_DH_BASE) \
55 FPGA_GET_REG(screen - OSD_DH_BASE, osd1.fld, val); \
57 FPGA_GET_REG(screen, osd0.fld, val); \
[all …]
/OK3568_Linux_fs/external/xserver/present/
H A Dpresent_screen.c63 present_close_screen(ScreenPtr screen) in present_close_screen() argument
65 present_screen_priv_ptr screen_priv = present_screen_priv(screen); in present_close_screen()
67 screen_priv->flip_destroy(screen); in present_close_screen()
69 unwrap(screen_priv, screen, CloseScreen); in present_close_screen()
70 (*screen->CloseScreen) (screen); in present_close_screen()
81 ScreenPtr screen = window->drawable.pScreen; in present_free_window_vblank() local
82 present_screen_priv_ptr screen_priv = present_screen_priv(screen); in present_free_window_vblank()
98 ScreenPtr screen = window->drawable.pScreen; in present_clear_window_flip() local
99 present_screen_priv_ptr screen_priv = present_screen_priv(screen); in present_clear_window_flip()
103 present_set_abort_flip(screen); in present_clear_window_flip()
[all …]
H A Dpresent_scmd.c57 present_flip_pending_pixmap(ScreenPtr screen) in present_flip_pending_pixmap() argument
59 present_screen_priv_ptr screen_priv = present_screen_priv(screen); in present_flip_pending_pixmap()
80 ScreenPtr screen = window->drawable.pScreen; in present_check_flip() local
82 WindowPtr root = screen->root; in present_check_flip()
83 present_screen_priv_ptr screen_priv = present_screen_priv(screen); in present_check_flip()
102 window_pixmap = screen->GetWindowPixmap(window); in present_check_flip()
103 if (window_pixmap != screen->GetScreenPixmap(screen) && in present_check_flip()
105 window_pixmap != present_flip_pending_pixmap(screen)) in present_check_flip()
156 ScreenPtr screen = crtc->pScreen; in present_flip() local
157 present_screen_priv_ptr screen_priv = present_screen_priv(screen); in present_flip()
[all …]
H A Dpresent_fake.c36 ScreenPtr screen; member
40 present_fake_get_ust_msc(ScreenPtr screen, uint64_t *ust, uint64_t *msc) in present_fake_get_ust_msc() argument
42 present_screen_priv_ptr screen_priv = present_screen_priv(screen); in present_fake_get_ust_msc()
50 present_fake_notify(ScreenPtr screen, uint64_t event_id) in present_fake_notify() argument
54 present_fake_get_ust_msc(screen, &ust, &msc); in present_fake_notify()
65 present_fake_notify(fake_vblank->screen, fake_vblank->event_id); in present_fake_do_timer()
73 present_fake_abort_vblank(ScreenPtr screen, uint64_t event_id, uint64_t msc) in present_fake_abort_vblank() argument
88 present_fake_queue_vblank(ScreenPtr screen, in present_fake_queue_vblank() argument
92 present_screen_priv_ptr screen_priv = present_screen_priv(screen); in present_fake_queue_vblank()
99 present_fake_notify(screen, event_id); in present_fake_queue_vblank()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor.c57 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()
[all …]
H A Dxwayland-shm.c193 xwl_shm_create_pixmap(ScreenPtr screen, in xwl_shm_create_pixmap() argument
196 struct xwl_screen *xwl_screen = xwl_screen_get(screen); in xwl_shm_create_pixmap()
206 return fbCreatePixmap(screen, width, height, depth, hint); in xwl_shm_create_pixmap()
208 pixmap = fbCreatePixmap(screen, 0, 0, depth, hint); in xwl_shm_create_pixmap()
229 if (!(*screen->ModifyPixmapHeader) (pixmap, width, height, depth, in xwl_shm_create_pixmap()
281 xwl_shm_create_screen_resources(ScreenPtr screen) in xwl_shm_create_screen_resources() argument
283 struct xwl_screen *xwl_screen = xwl_screen_get(screen); in xwl_shm_create_screen_resources()
286 screen->CreateScreenResources = xwl_screen->CreateScreenResources; in xwl_shm_create_screen_resources()
287 ret = (*screen->CreateScreenResources) (screen); in xwl_shm_create_screen_resources()
288 xwl_screen->CreateScreenResources = screen->CreateScreenResources; in xwl_shm_create_screen_resources()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri/
H A Dxf86dri.c111 if (stuff->screen >= screenInfo.numScreens) { in ProcXF86DRIQueryDirectRenderingCapable()
112 client->errorValue = stuff->screen; in ProcXF86DRIQueryDirectRenderingCapable()
116 if (!DRIQueryDirectRenderingCapable(screenInfo.screens[stuff->screen], in ProcXF86DRIQueryDirectRenderingCapable()
152 if (stuff->screen >= screenInfo.numScreens) { in ProcXF86DRIOpenConnection()
153 client->errorValue = stuff->screen; in ProcXF86DRIOpenConnection()
157 if (!DRIOpenConnection(screenInfo.screens[stuff->screen], in ProcXF86DRIOpenConnection()
199 if (stuff->screen >= screenInfo.numScreens) { in ProcXF86DRIAuthConnection()
200 client->errorValue = stuff->screen; in ProcXF86DRIAuthConnection()
204 if (!DRIAuthConnection(screenInfo.screens[stuff->screen], stuff->magic)) { in ProcXF86DRIAuthConnection()
217 if (stuff->screen >= screenInfo.numScreens) { in ProcXF86DRICloseConnection()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddri3.c31 ScreenPtr screen, in ms_exa_dri3_open_client() argument
35 ScrnInfoPtr scrn = xf86ScreenToScrn(screen); in ms_exa_dri3_open_client()
79 ms_exa_pixmap_from_fds(ScreenPtr screen, in ms_exa_pixmap_from_fds() argument
86 ScrnInfoPtr scrn = xf86ScreenToScrn(screen); in ms_exa_pixmap_from_fds()
94 pixmap = drmmode_create_pixmap_header(screen, width, height, in ms_exa_pixmap_from_fds()
111 screen->DestroyPixmap(pixmap); in ms_exa_pixmap_from_fds()
116 ms_exa_egl_fd_from_pixmap(ScreenPtr screen, PixmapPtr pixmap, in ms_exa_egl_fd_from_pixmap() argument
119 ScrnInfoPtr scrn = xf86ScreenToScrn(screen); in ms_exa_egl_fd_from_pixmap()
124 bo = ms_exa_bo_from_pixmap(screen, pixmap); in ms_exa_egl_fd_from_pixmap()
136 ms_exa_egl_fds_from_pixmap(ScreenPtr screen, PixmapPtr pixmap, int *fds, in ms_exa_egl_fds_from_pixmap() argument
[all …]
H A Dpageflip.c41 ms_flush_drm_events(ScreenPtr screen) in ms_flush_drm_events() argument
43 ScrnInfoPtr scrn = xf86ScreenToScrn(screen); in ms_flush_drm_events()
76 ScreenPtr screen; member
126 ScreenPtr screen = flipdata->screen; in ms_pageflip_handler() local
127 ScrnInfoPtr scrn = xf86ScreenToScrn(screen); in ms_pageflip_handler()
153 ScreenPtr screen = flipdata->screen; in ms_pageflip_abort() local
154 ScrnInfoPtr scrn = xf86ScreenToScrn(screen); in ms_pageflip_abort()
174 queue_flip_on_crtc(ScreenPtr screen, xf86CrtcPtr crtc, in queue_flip_on_crtc() argument
178 ScrnInfoPtr scrn = xf86ScreenToScrn(screen); in queue_flip_on_crtc()
213 if (ms_flush_drm_events(screen) <= 0) { in queue_flip_on_crtc()
[all …]
H A Dpresent.c151 ScreenPtr screen = crtc->pScreen; in ms_present_abort_vblank() local
152 ScrnInfoPtr scrn = xf86ScreenToScrn(screen); in ms_present_abort_vblank()
164 ScreenPtr screen = window->drawable.pScreen; in ms_present_flush() local
165 ScrnInfoPtr scrn = xf86ScreenToScrn(screen); in ms_present_flush()
169 glamor_block_handler(screen); in ms_present_flush()
221 ScreenPtr screen = window->drawable.pScreen; in ms_present_check_unflip() local
222 ScrnInfoPtr scrn = xf86ScreenToScrn(screen); in ms_present_check_unflip()
268 gbm = glamor_gbm_bo_from_pixmap(screen, pixmap); in ms_present_check_unflip()
300 ScreenPtr screen = window->drawable.pScreen; in ms_present_check_flip() local
301 ScrnInfoPtr scrn = xf86ScreenToScrn(screen); in ms_present_check_flip()
[all …]
/OK3568_Linux_fs/external/xserver/dri3/
H A Ddri3_screen.c36 dri3_open(ClientPtr client, ScreenPtr screen, RRProviderPtr provider, int *fd) in dri3_open() argument
38 dri3_screen_priv_ptr ds = dri3_screen_priv(screen); in dri3_open()
45 return (*info->open_client) (client, screen, provider, fd); in dri3_open()
47 return (*info->open) (screen, provider, fd); in dri3_open()
53 dri3_pixmap_from_fds(PixmapPtr *ppixmap, ScreenPtr screen, in dri3_pixmap_from_fds() argument
59 dri3_screen_priv_ptr ds = dri3_screen_priv(screen); in dri3_pixmap_from_fds()
67 pixmap = (*info->pixmap_from_fds) (screen, num_fds, fds, width, height, in dri3_pixmap_from_fds()
70 pixmap = (*info->pixmap_from_fd) (screen, fds[0], width, height, in dri3_pixmap_from_fds()
88 ScreenPtr screen = pixmap->drawable.pScreen; in dri3_fds_from_pixmap() local
89 dri3_screen_priv_ptr ds = dri3_screen_priv(screen); in dri3_fds_from_pixmap()
[all …]
/OK3568_Linux_fs/external/xserver/randr/
H A Drrlease.c35 ScreenPtr screen = window->drawable.pScreen; in RRDeliverLeaseEvent() local
36 rrScrPrivPtr scr_priv = rrGetScrPriv(screen); in RRDeliverLeaseEvent()
63 ScreenPtr screen = lease->screen; in RRLeaseChangeState() local
64 rrScrPrivPtr scr_priv = rrGetScrPriv(screen); in RRLeaseChangeState()
68 RRSetChanged(lease->screen); in RRLeaseChangeState()
69 RRTellChanged(lease->screen); in RRLeaseChangeState()
78 RRLeaseAlloc(ScreenPtr screen, RRLease lid, int numCrtcs, int numOutputs) in RRLeaseAlloc() argument
87 lease->screen = screen; in RRLeaseAlloc()
104 ScreenPtr screen = crtc->pScreen; in RRCrtcIsLeased() local
105 rrScrPrivPtr scr_priv = rrGetScrPriv(screen); in RRCrtcIsLeased()
[all …]
/OK3568_Linux_fs/debian/overlay-debug/rockchip-test/gpu/
H A Dtest_offscreen_glmark2.sh6 glmark2-es2 --off-screen
9 glmark2-es2 --off-screen
12 glmark2-es2 --off-screen
15 glmark2-es2 --off-screen
18 glmark2-es2 --off-screen
21 taskset -c 4-5 glmark2-es2 --off-screen
24 taskset -c 4-5 glmark2-es2 --off-screen
27 glmark2-es2 --off-screen
30 glmark2-es2 --off-screen
33 glmark2-es2 --off-screen
[all …]
/OK3568_Linux_fs/external/rockchip-test/gpu/
H A Dtest_offscreen_glmark2.sh6 glmark2-es2-wayland --off-screen
9 glmark2-es2-wayland --off-screen
12 glmark2-es2-wayland --off-screen
15 glmark2-es2-wayland --off-screen
18 glmark2-es2-wayland --off-screen
21 taskset -c 4-5 glmark2-es2-wayland --off-screen
24 taskset -c 4-5 glmark2-es2-wayland --off-screen
27 glmark2-es2-wayland --off-screen
30 glmark2-es2-wayland --off-screen
33 glmark2-es2-wayland --off-screen
[all …]

12345678910>>...30