| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| winclip.c | 32 #include <xwin-config.h>
|
| winclipboardunicode.c | 32 #include <xwin-config.h>
|
| winwakeup.c | 35 #include <xwin-config.h>
|
| winpolyline.c | 32 #include <xwin-config.h>
|
| winregistry.c | 32 #include <xwin-config.h>
|
| winblock.c | 32 #include <xwin-config.h>
|
| winfont.c | 32 #include <xwin-config.h>
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| winwakeup.c | 35 #include <xwin-config.h>
|
| windisplay.c | 29 #include <xwin-config.h>
|
| winblock.c | 32 #include <xwin-config.h>
|
| winclipboardwrappers.c | 34 #include <xwin-config.h> 113 * 1) Assume you are using XDMCP (e.g. XWin -query %hostname%)
|
| winmisc.c | 32 #include <xwin-config.h>
|
| winos.c | 30 #include <xwin-config.h>
|
| InitInput.c | 30 #include <xwin-config.h>
|
| winclipboardinit.c | 32 #include <xwin-config.h>
|
| winglobals.h | 30 #include <xwin-config.h>
|
| winmonitors.c | 31 #include <xwin-config.h>
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/winclipboard/ |
| xwinclip.c | 35 #include <xwin-config.h>
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/eglut/ |
| eglut_x11.c | 54 Window root, xwin; local 80 xwin = XCreateWindow(_eglut->native_dpy, root, x, y, w, h, 82 if (!xwin) 95 XSetNormalHints(_eglut->native_dpy, xwin, &sizehints); 96 XSetStandardProperties(_eglut->native_dpy, xwin, 100 XMapWindow(_eglut->native_dpy, xwin); 102 win->native.u.window = xwin;
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/glx/ |
| glthunk.c | 31 #include <xwin-config.h>
|
| wgl_ext_api.c | 30 #include <xwin-config.h>
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/ |
| wgl_ext_api.c | 30 #include <xwin-config.h>
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/oes_vg/ |
| tex2vgimage.c | 41 EGLNativeWindowType xwin; member in struct:_egl_manager_t 159 eglman->xwin = XCreateWindow(eglman->xdpy, root, 0, 0, WINDOW_WIDTH, WINDOW_HEIGHT, 163 if (!eglman->xwin) 177 XSetNormalHints(eglman->xdpy, eglman->xwin, &sizehints); 178 XSetStandardProperties(eglman->xdpy, eglman->xwin, name, name, 221 eglman->win_surface = eglCreateWindowSurface(eglman->dpy, eglman->conf, eglman->xwin, NULL); 394 XMapWindow(eglman->xdpy, eglman->xwin); 418 XDestroyWindow(eglman->xdpy, eglman->xwin);
|
| vgimage2tex.c | 38 EGLNativeWindowType xwin; member in struct:_egl_manager_t 149 eglman->xwin = XCreateWindow(eglman->xdpy, root, 0, 0, WINDOW_WIDTH, WINDOW_HEIGHT, 153 if (!eglman->xwin) 167 XSetNormalHints(eglman->xdpy, eglman->xwin, &sizehints); 168 XSetStandardProperties(eglman->xdpy, eglman->xwin, name, name, 211 eglman->win_surface = eglCreateWindowSurface(eglman->dpy, eglman->conf, eglman->xwin, NULL); 392 XMapWindow(eglman->xdpy, eglman->xwin); 416 XDestroyWindow(eglman->xdpy, eglman->xwin);
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengl/ |
| xeglgears.c | 341 EGLNativeWindowType xwin; member in struct:egl_manager 476 eman->xwin = XCreateWindow(eman->xdpy, root, x, y, w, h, 489 XSetNormalHints(eman->xdpy, eman->xwin, &sizehints); 490 XSetStandardProperties(eman->xdpy, eman->xwin, name, name, 496 eman->xwin, attrib_list); 499 XDestroyWindow(eman->xdpy, eman->xwin); 500 eman->xwin = None; 505 eman->gc = XCreateGC(eman->xdpy, eman->xwin, 0, NULL); 507 XMapWindow(eman->xdpy, eman->xwin); 513 egl_manager_create_pixmap(struct egl_manager *eman, EGLNativeWindowType xwin, [all...] |