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

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_overlay.c513 __glutPostRedisplay(__glutCurrentWindow, GLUT_OVERLAY_REDISPLAY_WORK);
523 __glutPostRedisplay(__glutWindowList[win - 1], GLUT_OVERLAY_REDISPLAY_WORK);
H A Dglut_event.c207 __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 Dwin32_winproc.c93 __glutPostRedisplay(window, GLUT_REPAIR_WORK);
95 __glutPostRedisplay(window, GLUT_OVERLAY_REPAIR_WORK);
587 __glutPostRedisplay(window, GLUT_REPAIR_WORK);
H A Dglutint.h697 extern void __glutPostRedisplay(GLUTwindow * window, int layerMask);
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglutint.h709 extern void __glutPostRedisplay(GLUTwindow * window, int layerMask);

Completed in 10 milliseconds