Searched refs:GLUT_OVERLAY_REPAIR_WORK (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_event.c428 __glutPostRedisplay(window, GLUT_OVERLAY_REPAIR_WORK);
1214 if (workMask & (GLUT_REDISPLAY_WORK | GLUT_OVERLAY_REDISPLAY_WORK | GLUT_REPAIR_WORK | GLUT_OVERLAY_REPAIR_WORK)) {
1273 if (workMask & (GLUT_OVERLAY_REDISPLAY_WORK | GLUT_OVERLAY_REPAIR_WORK)) {
1284 __glutWindowDamaged = (workMask & GLUT_OVERLAY_REPAIR_WORK);
1304 __glutWindowDamaged = (workMask & (GLUT_OVERLAY_REPAIR_WORK | GLUT_REPAIR_WORK));
H A Dglut_overlay.c597 return (__glutCurrentWindow->workMask & GLUT_OVERLAY_REPAIR_WORK)
H A Dglutint.h157 #define GLUT_OVERLAY_REPAIR_WORK (1 << 12) macro
H A Dwin32_winproc.c95 __glutPostRedisplay(window, GLUT_OVERLAY_REPAIR_WORK);
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglutint.h142 #define GLUT_OVERLAY_REPAIR_WORK (1 << 12) macro

Completed in 9 milliseconds