Searched refs:native_dpy (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/egl/eglut/
H A Deglut_x11.c35 _eglut->native_dpy = XOpenDisplay(_eglut->display_name);
36 if (!_eglut->native_dpy)
45 XCloseDisplay(_eglut->native_dpy);
65 visInfo = XGetVisualInfo(_eglut->native_dpy,
70 root = RootWindow(_eglut->native_dpy, DefaultScreen(_eglut->native_dpy));
75 attr.colormap = XCreateColormap(_eglut->native_dpy,
80 xwin = XCreateWindow(_eglut->native_dpy, root, x, y, w, h,
95 XSetNormalHints(_eglut->native_dpy, xwin, &sizehints);
96 XSetStandardProperties(_eglut->native_dpy, xwi
[all...]
H A Deglutint.h68 EGLNativeDisplayType native_dpy; member in struct:eglut_state
H A Deglut_wayland.c86 _eglut->native_dpy = display.display = wl_display_connect(NULL);
88 if (!_eglut->native_dpy)
91 registry = wl_display_get_registry(_eglut->native_dpy);
93 wayland_roundtrip(_eglut->native_dpy);
103 wl_display_flush(_eglut->native_dpy);
104 wl_display_disconnect(_eglut->native_dpy);
H A Deglut.c215 _eglut->dpy = eglGetDisplay(_eglut->native_dpy);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/
H A Dcontext.c129 drv->vscreen = vl_dri3_screen_create(ctx->native_dpy, ctx->x11_screen);
131 drv->vscreen = vl_dri2_screen_create(ctx->native_dpy, ctx->x11_screen);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
H A Dcontext.c129 drv->vscreen = vl_dri3_screen_create(ctx->native_dpy, ctx->x11_screen);
131 drv->vscreen = vl_dri2_screen_create(ctx->native_dpy, ctx->x11_screen);

Completed in 9 milliseconds