Searched refs:__glutConnectionFD (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_event.c329 FD_SET(__glutConnectionFD, &fds);
330 rc = select(__glutConnectionFD + 1, &fds, NULL, NULL, NULL);
899 wait_mask = 1 << (__glutConnectionFD & 31);
905 timer_efn = __glutConnectionFD - 1;
906 if ((timer_efn / 32) != (__glutConnectionFD / 32)) {
907 timer_efn = __glutConnectionFD + 1;
915 rc = SYS$WFLOR(__glutConnectionFD, wait_mask);
924 FD_SET(__glutConnectionFD, &fds);
934 rc = select(__glutConnectionFD + 1, &fds,
H A Dglut_init.c46 int __glutConnectionFD; variable in typeref:typename:int
150 __glutConnectionFD = ConnectionNumber(__glutDisplay);
H A Dglutint.h632 extern int __glutConnectionFD;
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglutint.h652 extern int __glutConnectionFD;

Completed in 7 milliseconds