Searched refs:startTime (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dpolyoff.c151 int startTime, endTime; local in function:Benchmark
159 startTime = 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
105 startTime = glutGet(GLUT_ELAPSED_TIME);
110 } while (endTime - startTime < 4000); /* 4 seconds */
117 seconds = (double) (endTime - startTime) / 1000.0;
H A Dreadpix.c221 GLint startTime = glutGet(GLUT_ELAPSED_TIME); local in function:Display
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
577 startTime = 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.c131 GLint startTime = glutGet(GLUT_ELAPSED_TIME); local in function:Display
139 } while (endTime - startTime < 4000); /* 4 seconds */
140 seconds = (double) (endTime - startTime) / 1000.0;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_winsys.h98 uint64 startTime; member in struct:svga_winsys_stats_timeframe
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_winsys.h99 uint64 startTime; member in struct:svga_winsys_stats_timeframe
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/
H A Dvmw_screen_svga.c811 tf->startTime = rdtsc();
833 const uint64_t dt = rdtsc() - tf->startTime;

Completed in 10 milliseconds