Searched refs:__glutRoot (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_cmap.c79 __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 Dglut_cursor.c71 rc = XGetWindowProperty(__glutDisplay, __glutRoot,
95 blank = XCreateBitmapFromData(__glutDisplay, __glutRoot,
H A Dglut_get.c33 __glutRoot, 0, 0, &x, &y, &win);
37 __glutRoot, 0, 0, &x, &y, &win);
H A Dglut_init.c38 Window __glutRoot; variable in typeref:typename:Window
118 __glutRoot = NULL;
146 __glutRoot = RootWindow(__glutDisplay, __glutScreen);
H A Dglut_menu.c218 menuColormap = XCreateColormap(__glutDisplay, __glutRoot,
541 grab = XGrabPointer(__glutDisplay, __glutRoot, True,
544 __glutRoot, menuCursor, CurrentTime);
882 menu->win = XCreateWindow(__glutDisplay, __glutRoot,
H A Dglut_win.c571 x, y, width, height, parent ? parent->win : __glutRoot,
596 parent == NULL ? __glutRoot : parent->win,
H A Dglutint.h627 extern Window __glutRoot;
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglutint.h645 extern Window __glutRoot;

Completed in 13 milliseconds