Searched refs:endTime (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dpolyoff.c151 int startTime, endTime; local in function:Benchmark
166 endTime = glutGet(GLUT_ELAPSED_TIME);
167 } while (endTime - startTime < 5000); /* 5 seconds */
170 seconds = (double) (endTime - startTime) / 1000.0;
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Ddrawpix.c84 int startTime, endTime; local in function:Benchmark
109 endTime = glutGet(GLUT_ELAPSED_TIME);
110 } while (endTime - startTime < 4000); /* 4 seconds */
117 seconds = (double) (endTime - startTime) / 1000.0;
H A Dreadpix.c220 GLint endTime; local in function:Display
228 endTime = glutGet(GLUT_ELAPSED_TIME);
229 } while (endTime - startTime < 4000); /* 4 seconds */
230 seconds = (double) (endTime - startTime) / 1000.0;
H A Disosurf.c570 int startTime, endTime; local in function:Benchmark
585 endTime = glutGet(GLUT_ELAPSED_TIME);
586 } while (endTime - startTime < 5000); /* 5 seconds */
589 seconds = (double) (endTime - startTime) / 1000.0;
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dpbo.c130 GLint endTime; local in function:Display
138 endTime = glutGet(GLUT_ELAPSED_TIME);
139 } while (endTime - startTime < 4000); /* 4 seconds */
140 seconds = (double) (endTime - startTime) / 1000.0;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dxm_dd.c819 struct timeval endTime; local in function:xmesa_end_query
820 (void) gettimeofday(&endTime, NULL);
822 q->Result = time_diff(&xq->StartTime, &endTime);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dxm_dd.c826 struct timeval endTime; local in function:xmesa_end_query
827 (void) gettimeofday(&endTime, NULL);
829 q->Result = time_diff(&xq->StartTime, &endTime);

Completed in 11 milliseconds