Searched refs:__glutRoot (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_cmap.c | 79 __glutRoot, cmap->visual, AllocAll); 93 __glutRoot, 0, AllocNone); 96 __glutRoot, vis->visual, AllocNone); 161 *cmap = XCreateColormap(__glutDisplay, __glutRoot, 169 *cmap = XCreateColormap(__glutDisplay, __glutRoot, 205 status = XGetRGBColormaps(__glutDisplay, __glutRoot, 234 status = XGetRGBColormaps(__glutDisplay, __glutRoot, 252 *cmap = XCreateColormap(__glutDisplay, __glutRoot, 257 *cmap = XCreateColormap(__glutDisplay, __glutRoot, 282 *cmap = XCreateColormap(__glutDisplay, __glutRoot, [all...] |
| H A D | glut_cursor.c | 71 rc = XGetWindowProperty(__glutDisplay, __glutRoot, 95 blank = XCreateBitmapFromData(__glutDisplay, __glutRoot,
|
| H A D | glut_get.c | 33 __glutRoot, 0, 0, &x, &y, &win); 37 __glutRoot, 0, 0, &x, &y, &win);
|
| H A D | glut_init.c | 38 Window __glutRoot; variable in typeref:typename:Window 118 __glutRoot = NULL; 146 __glutRoot = RootWindow(__glutDisplay, __glutScreen);
|
| H A D | glut_menu.c | 218 menuColormap = XCreateColormap(__glutDisplay, __glutRoot, 541 grab = XGrabPointer(__glutDisplay, __glutRoot, True, 544 __glutRoot, menuCursor, CurrentTime); 882 menu->win = XCreateWindow(__glutDisplay, __glutRoot,
|
| H A D | glut_win.c | 571 x, y, width, height, parent ? parent->win : __glutRoot, 596 parent == NULL ? __glutRoot : parent->win,
|
| H A D | glutint.h | 627 extern Window __glutRoot;
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| H A D | glutint.h | 645 extern Window __glutRoot;
|
Completed in 13 milliseconds