Searched refs:__glutPostRedisplay (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_overlay.c | 513 __glutPostRedisplay(__glutCurrentWindow, GLUT_OVERLAY_REDISPLAY_WORK); 523 __glutPostRedisplay(__glutWindowList[win - 1], GLUT_OVERLAY_REDISPLAY_WORK);
|
| H A D | glut_event.c | 207 __glutPostRedisplay(GLUTwindow * window, int layerMask) function in typeref:typename:void 225 __glutPostRedisplay(__glutCurrentWindow, GLUT_REDISPLAY_WORK); 235 __glutPostRedisplay(__glutWindowList[win - 1], GLUT_REDISPLAY_WORK); 401 __glutPostRedisplay(window, GLUT_REPAIR_WORK); 426 __glutPostRedisplay(window, GLUT_REPAIR_WORK); 428 __glutPostRedisplay(window, GLUT_OVERLAY_REPAIR_WORK);
|
| H A D | win32_winproc.c | 93 __glutPostRedisplay(window, GLUT_REPAIR_WORK); 95 __glutPostRedisplay(window, GLUT_OVERLAY_REPAIR_WORK); 587 __glutPostRedisplay(window, GLUT_REPAIR_WORK);
|
| H A D | glutint.h | 697 extern void __glutPostRedisplay(GLUTwindow * window, int layerMask);
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| H A D | glutint.h | 709 extern void __glutPostRedisplay(GLUTwindow * window, int layerMask);
|
Completed in 10 milliseconds