| /xsrc/external/mit/ctwm/dist/gen/ |
| gram.tab.h | 99 WINDOW = 300, /* WINDOW */
|
| /xsrc/external/mit/ctwm/dist/ |
| gram.tab.h | 99 WINDOW = 300, /* WINDOW */
|
| gram.y | 77 %token <num> WINDOW_REGION META SHIFT LOCK CONTROL WINDOW TITLE ICON ROOT FRAME 589 context : WINDOW { cont |= C_WINDOW_BIT; } 606 contextkey : WINDOW { cont |= C_WINDOW_BIT; } 953 | WINDOW string {client = (char*)$2;}
|
| parse_be.c | 461 { "w", WINDOW, 0 }, 469 { "window", WINDOW, 0 }, 1554 * put_pixel_on_root() Save a pixel value in twm root window color property. 1645 * in the root window property. 1880 const char *name, // window name 1895 fprintf(stderr, "SqueezeTitle fraction %d/%d outside window\n",
|
| /xsrc/external/mit/xcb-util/dist/atom/ |
| atoms.c | 79 const xcb_atom_t WINDOW = 33; 208 char stringpool_str46[sizeof("WINDOW")]; 279 "WINDOW", 571 "WINDOW\0"
|
| xcb_atom.h | 75 extern const xcb_atom_t WINDOW;
|
| /xsrc/external/mit/x11perf/dist/ |
| do_tests.c | 1096 {"-copywinwin10", "Copy 10x10 from window to window", NULL, 1100 {"-copywinwin100", "Copy 100x100 from window to window", NULL, 1104 {"-copywinwin500", "Copy 500x500 from window to window", NULL, 1108 {"-copypixwin10", "Copy 10x10 from pixmap to window", NULL, 1112 {"-copypixwin100", "Copy 100x100 from pixmap to window", NULL, 1116 {"-copypixwin500", "Copy 500x500 from pixmap to window", NULL, 1120 {"-copywinpix10", "Copy 10x10 from window to pixmap", NULL [all...] |
| x11perf.h | 46 #define WIDTH 600 /* Size of large window to work within */ 88 Window w; 115 WINDOW, /* Windowing test, rop, planemask have no affect */ 350 super-terminals, x11perf measures window management performance as well as
|
| x11perf.c | 110 static Window status; /* Status window and GC */ 153 static Window clipWindows[MAXCLIP]; 593 static Window 597 Window w; 1201 case WINDOW: 1357 /* Get mouse pointer out of the way of the performance window. On 1359 all current MIT-derived servers it will slow window 1418 case WINDOW:
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/perfcntrs/ |
| fdperf.c | 322 redraw_footer(WINDOW *win) 341 redraw_group_header(WINDOW *win, int row, const char *name) 353 redraw_counter_label(WINDOW *win, int row, const char *name, bool selected) 369 redraw_counter_value_cycles(WINDOW *win, float val) 404 redraw_counter_value_raw(WINDOW *win, float val) 414 redraw_counter(WINDOW *win, int row, struct counter_group *group, int ctr, 440 redraw(WINDOW *win) 533 WINDOW *dialog; 636 WINDOW *mainwin;
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| Printstr.h | 117 #define WINDOW CARD32 318 WINDOW rootWindow; /* screenPtr represented as rootWin */ 424 WINDOW window; /* window */ member in struct:_PrintStartPage 603 WINDOW rootWindow; * root window of screen * 752 * RTpage resource associated with each StartPage'd window.
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/ |
| xm_api.h | 30 and create a window, you must do the following to use the X/Mesa interface: 37 3. Call XMesaCreateWindowBuffer() to create an XMesaBuffer from an X window 47 7. Before the X window is destroyed, call XMesaDestroyBuffer(). 137 * Create a new XMesaContext for rendering into an X11 window. 159 * Create an XMesaBuffer from an X window. 161 extern XMesaBuffer XMesaCreateWindowBuffer( XMesaVisual v, Window w ); 173 * Destroy an XMesaBuffer, but not the corresponding window or pixmap. 240 * Scan for XMesaBuffers whose window/pixmap has been destroyed, then free 318 WINDOW, /* An X window */ [all...] |
| xm_api.c | 33 * The window coordinate system origin (0,0) is in the lower-left corner 34 * of the window. X11's window coordinate origin is in the upper-left 35 * corner of the window. Therefore, most drawing functions in this 101 * glViewport on window resizes will get incorrect rendering. A 326 * Determine if a given X window ID is valid (window exists). 327 * Do this by calling XGetWindowAttributes() for the window and 330 * win - the window to check for existence 331 * Return: GL_TRUE - window exist [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/ |
| xm_api.h | 30 and create a window, you must do the following to use the X/Mesa interface: 37 3. Call XMesaCreateWindowBuffer() to create an XMesaBuffer from an X window 47 7. Before the X window is destroyed, call XMesaDestroyBuffer(). 137 * Create a new XMesaContext for rendering into an X11 window. 159 * Create an XMesaBuffer from an X window. 161 extern XMesaBuffer XMesaCreateWindowBuffer( XMesaVisual v, Window w ); 173 * Destroy an XMesaBuffer, but not the corresponding window or pixmap. 240 * Scan for XMesaBuffers whose window/pixmap has been destroyed, then free 318 WINDOW, /* An X window */ [all...] |
| xm_api.c | 33 * The window coordinate system origin (0,0) is in the lower-left corner 34 * of the window. X11's window coordinate origin is in the upper-left 35 * corner of the window. Therefore, most drawing functions in this 101 * glViewport on window resizes will get incorrect rendering. A 326 * Determine if a given X window ID is valid (window exists). 327 * Do this by calling XGetWindowAttributes() for the window and 330 * win - the window to check for existence 331 * Return: GL_TRUE - window exist [all...] |
| /xsrc/external/mit/twm/dist/src/ |
| gram.y | 119 %token <num> META SHIFT LOCK CONTROL WINDOW TITLE ICON ROOT FRAME 343 context : WINDOW { cont |= C_WINDOW_BIT; } 358 contextkey : WINDOW { cont |= C_WINDOW_BIT; }
|
| parse.c | 583 { "w", WINDOW, 0 }, 588 { "window", WINDOW, 0 }, 980 * Save a pixel value in twm root window color property. 1054 * in the root window property. 1126 * \param name window name 1141 parseWarning("SqueezeTitle fraction %d/%d outside window", num, denom);
|
| /xsrc/external/mit/xcb-util/dist/icccm/ |
| icccm.c | 39 xcb_window_t window, 42 return xcb_get_any_property(c, 0, window, property, UINT_MAX); 47 xcb_window_t window, 50 return xcb_get_any_property_unchecked(c, 0, window, property, UINT_MAX); 82 xcb_set_wm_name_checked(xcb_connection_t *c, xcb_window_t window, 86 xcb_change_property_checked(c, XCB_PROP_MODE_REPLACE, window, WM_NAME, 91 xcb_set_wm_name(xcb_connection_t *c, xcb_window_t window, xcb_atom_t encoding, 94 xcb_change_property(c, XCB_PROP_MODE_REPLACE, window, WM_NAME, encoding, 8, 100 xcb_window_t window) 102 return xcb_get_text_property(c, window, WM_NAME) [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/benchmarks/ |
| dri2-swap.c | 176 DRI2Connect(Display * dpy, XID window, char **driverName, char **deviceName) 188 req->window = window; 232 DRI2Authenticate(Display * dpy, XID window, unsigned int magic) 244 req->window = window; 316 static void run(Display *dpy, Window win) 346 static inline XRRScreenResources *_XRRGetScreenResourcesCurrent(Display *dpy, Window window) 350 res = XRRGetScreenResourcesCurrent(dpy, window); 426 enum window { ROOT, FULLSCREEN, WINDOW } w = FULLSCREEN; enum [all...] |
| dri3-swap.c | 174 static void run(Display *dpy, Window win) 181 Window root; 361 static inline XRRScreenResources *_XRRGetScreenResourcesCurrent(Display *dpy, Window window) 365 res = XRRGetScreenResourcesCurrent(dpy, window); 367 res = XRRGetScreenResources(dpy, window); 384 static void fullscreen(Display *dpy, Window win) 435 Window root, win; 439 enum window { ROOT, FULLSCREEN, WINDOW } w = FULLSCREEN enum [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| xmesaP.h | 128 WINDOW, /* An X window */ 129 GLXWINDOW, /* GLX window */ 145 * <drawable> is the X window 158 XMesaDrawable drawable; /* Usually the X window ID */ 190 BufferType type; /* window, pixmap, pbuffer or glxwindow */ 222 * because they depend on the window's colormap. 305 * Converts a GL window Y coord to an X window Y coord:
|
| xm_api.c | 33 * The window coordinate system origin (0,0) is in the lower-left corner 34 * of the window. X11's window coordinate origin is in the upper-left 35 * corner of the window. Therefore, most drawing functions in this 196 * Determine if a given X window ID is valid (window exists). 197 * Do this by calling XGetWindowAttributes() for the window and 200 * win - the window to check for existence 201 * Return: GL_TRUE - window exists 202 * GL_FALSE - window doesn't exis [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| xmesaP.h | 128 WINDOW, /* An X window */ 129 GLXWINDOW, /* GLX window */ 145 * <drawable> is the X window 158 XMesaDrawable drawable; /* Usually the X window ID */ 190 BufferType type; /* window, pixmap, pbuffer or glxwindow */ 222 * because they depend on the window's colormap. 305 * Converts a GL window Y coord to an X window Y coord:
|
| xm_api.c | 33 * The window coordinate system origin (0,0) is in the lower-left corner 34 * of the window. X11's window coordinate origin is in the upper-left 35 * corner of the window. Therefore, most drawing functions in this 196 * Determine if a given X window ID is valid (window exists). 197 * Do this by calling XGetWindowAttributes() for the window and 200 * win - the window to check for existence 201 * Return: GL_TRUE - window exists 202 * GL_FALSE - window doesn't exis [all...] |
| /xsrc/external/mit/xterm/dist/ |
| main.c | 1280 { "-/+hold", "turn on/off logic that retains window after exit" }, 1303 { "-/+nomap", "turn off/on initial mapping of window" }, 1339 { "-/+t", "turn on/off Tek emulation window" }, 1376 { "%geom", "Tek window geometry" }, 1378 { "#geom", "icon window geometry" }, 1379 { "-T string", "title name for window" }, 1380 { "-n string", "icon name for window" }, 1387 { "-into windowId", "use the window id given to -into as the parent window rather than the default root window" }, [all...] |