Lines Matching refs:treatAsSingle
32 XVisualInfo *(*__glutDetermineVisualFromString) (char *string, Bool * treatAsSingle,
391 Bool * treatAsSingle,
400 *treatAsSingle = GLUT_WIND_IS_SINGLE(displayMode);
413 *treatAsSingle = True;
460 __glutDetermineWindowVisual(Bool * treatAsSingle, Bool * visAlloced, void **fbc)
477 return __glutDetermineVisualFromString(__glutDisplayString, treatAsSingle,
483 treatAsSingle, __glutGetVisualInfo);
522 window->vis = __glutDetermineWindowVisual(&window->treatAsSingle,
577 window->vis = __glutDetermineWindowVisual(&window->treatAsSingle,
702 if (window->treatAsSingle) {