Searched refs:treatAsSingle (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_swap.c26 if (__glutCurrentWindow->treatAsSingle) {
32 if (__glutCurrentWindow->overlay->treatAsSingle) {
H A Dglut_overlay.c317 determineOverlayVisual(int *treatAsSingle, Bool * visAlloced, void **fbc) argument
341 vi = __glutDetermineVisualFromString(__glutDisplayString, treatAsSingle,
353 treatAsSingle, getOverlayVisualInfo);
386 overlay->vis = determineOverlayVisual(&overlay->treatAsSingle,
451 if (overlay->treatAsSingle) {
H A Dglut_win.c32 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) argument
477 return __glutDetermineVisualFromString(__glutDisplayString, treatAsSingle,
483 treatAsSingle, __glutGetVisualInfo);
522 window->vis = __glutDetermineWindowVisual(&window->treatAsSingle,
577 window->vis = __glutDetermineWindowVisual(&window->treatAsSingle,
702 if (window->treatAsSingle) {
389 __glutDetermineVisual(unsigned int displayMode,Bool * treatAsSingle,XVisualInfo * (getVisualInfo)(unsigned int)) argument
[all...]
H A Dglutint.h344 Bool treatAsSingle; /* treat this window as single-buffered member in struct:_GLUTwindow
429 Bool treatAsSingle; /* treat as single-buffered */ member in struct:_GLUToverlay
621 extern XVisualInfo *(*__glutDetermineVisualFromString) (char *string, Bool * treatAsSingle,
663 extern XVisualInfo *__glutDetermineWindowVisual(Bool * treatAsSingle,
H A Dglut_dstr.c43 XVisualInfo *(*__glutDetermineVisualFromString) (char *string, Bool * treatAsSingle,
1423 getVisualInfoFromString(char *string, Bool * treatAsSingle, argument
1445 *treatAsSingle = 0;
1460 *treatAsSingle = 1;
1530 Bool treatAsSingle; local in function:main
1562 vinfo = getVisualInfoFromString(str, &treatAsSingle,
1565 vinfo = getVisualInfoFromString(str, &treatAsSingle,
1577 if (treatAsSingle) {
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglutint.h359 Bool treatAsSingle; /* treat this window as single-buffered member in struct:_GLUTwindow
452 Bool treatAsSingle; /* treat as single-buffered */ member in struct:_GLUToverlay
639 extern XVisualInfo *(*__glutDetermineVisualFromString) (char *string, Bool * treatAsSingle,
678 extern XVisualInfo *__glutDetermineWindowVisual(Bool * treatAsSingle,

Completed in 8 milliseconds