Searched refs:etime (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | gltestperf.c | 388 float stime, etime, dtime, tottime, maxtime, mintime; local in function:dotest0param 401 etime = glutGet(GLUT_ELAPSED_TIME); 402 dtime = (etime - stime) / 1000.0; 427 etime = glutGet(GLUT_ELAPSED_TIME); 431 dtime = (etime - stime) / 1000.0; 460 float stime, etime, dtime, tottime, maxtime, mintime; local in function:dotest1param 478 etime = glutGet(GLUT_ELAPSED_TIME); 479 dtime = (etime - stime) / 1000.0; 504 etime = glutGet(GLUT_ELAPSED_TIME); 508 dtime = (etime [all...] |
| /xsrc/external/mit/ctwm/dist/ |
| H A D | workspace_manager.c | 964 const Time etime = event->xbutton.time; local in function:WMgrHandleButtonEvent 1511 if((lastev.xbutton.time - etime) < 250) {
|
Completed in 4 milliseconds