| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| Color.h | 31 Window *windows; member in struct:__anon10108
|
| Color.c | 162 icws->windows[icws->index++] = xnestWindow(pWin); 173 xnestSameInstalledColormapWindows(Window *windows, int numWindows) 178 if (xnestOldInstalledColormapWindows == windows) 181 if (xnestOldInstalledColormapWindows == NULL || windows == NULL) 184 if (memcmp(xnestOldInstalledColormapWindows, windows, 202 icws.windows = xallocarray(icws.numWindows + 1, sizeof(Window)); 205 icws.windows[icws.numWindows] = xnestDefaultWindows[pScreen->myNum]; 209 icws.windows = NULL; 215 if (!xnestSameInstalledColormapWindows(icws.windows, icws.numWindows)) { 221 Window64 *windows = xallocarray(numWindows, sizeof(Window64)) local [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| Color.h | 31 Window *windows; member in struct:__anon10708
|
| Color.c | 161 icws->windows[icws->index++] = xnestWindow(pWin); 172 xnestSameInstalledColormapWindows(Window *windows, int numWindows) 177 if (xnestOldInstalledColormapWindows == windows) 180 if (xnestOldInstalledColormapWindows == NULL || windows == NULL) 183 if (memcmp(xnestOldInstalledColormapWindows, windows, 202 icws.windows = (Window *)malloc((icws.numWindows + 1) * sizeof(Window)); 205 icws.windows[icws.numWindows] = xnestDefaultWindows[pScreen->myNum]; 209 icws.windows = NULL; 215 if (!xnestSameInstalledColormapWindows(icws.windows, icws.numWindows)) { 221 Window64 *windows = (Window64 *)malloc(numWindows * sizeof(Window64)) local [all...] |
| /xsrc/external/mit/glw/dist/ |
| GLwDrawA.c | 523 Window windows[2],*windowsReturn,*windowList; local 548 windows[0]=XtWindow(w); 549 windows[1]=XtWindow(parentShell); 550 XSetWMColormapWindows(XtDisplay(parentShell),XtWindow(parentShell),windows,2); local
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| dmxinput.h | 99 Bool windows; /**< True if window outlines are member in struct:_DMXInputInfo
|
| dmx.c | 501 CARD32 *screens, CARD32 *windows, 521 windows[count] = attr.window; 524 ++count; /* Only count existing windows */ 532 CARD32 *windows, xRectangle *pos, xRectangle *vis) 539 return dmxPopulatePanoramiX(client, window, screens, windows, 548 *windows = attr.window; 568 CARD32 *windows; local 576 if (!(windows = malloc(count * sizeof(*windows)))) { 581 free(windows); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| aubinator_viewer.cpp | 231 struct list_head link; /* link in the global list of windows */ 234 struct list_head children_windows; /* list of children windows */ 317 struct list_head windows; member in struct:Context 349 /* Shader windows */ 402 list_addtail(&window->base.link, &context.windows); 407 /* URB windows */ 457 list_addtail(&window->base.link, &context.windows); 462 /* Memory editor windows */ 548 list_addtail(&window->base.link, &context.windows); 553 /* 4 level page table walk windows */ [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/ |
| aubinator_viewer.cpp | 233 struct list_head link; /* link in the global list of windows */ 236 struct list_head children_windows; /* list of children windows */ 319 struct list_head windows; member in struct:Context 351 /* Shader windows */ 404 list_addtail(&window->base.link, &context.windows); 409 /* URB windows */ 459 list_addtail(&window->base.link, &context.windows); 464 /* Memory editor windows */ 550 list_addtail(&window->base.link, &context.windows); 555 /* 4 level page table walk windows */ [all...] |
| /xsrc/external/mit/xorg-server/dist/include/ |
| inputstr.h | 230 WindowPtr windows[MAXSCREENS]; member in struct:_SpriteRec 234 * to compute all the windows between the root and the current pointer 236 * windows must be checked.
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| inputstr.h | 222 WindowPtr windows[MAXSCREENS]; member in struct:_SpriteRec 226 * to compute all the windows between the root and the current pointer 228 * windows must be checked.
|