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

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_overlay.c91 if (GLUT_WIND_IS_MULTISAMPLE(mode) && (value <= 0))
H A Dglut_win.c332 if (GLUT_WIND_IS_MULTISAMPLE(mode)) {
415 if (!vis && GLUT_WIND_IS_MULTISAMPLE(displayMode)) {
H A Dglutint.h142 #define GLUT_WIND_IS_MULTISAMPLE(x) (((x) & GLUT_MULTISAMPLE) != 0) macro
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglutint.h127 #define GLUT_WIND_IS_MULTISAMPLE(x) (((x) & GLUT_MULTISAMPLE) != 0) macro

Completed in 6 milliseconds