Searched refs:curTime (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/libdrm/dist/tests/ttmtest/src/
H A Dttmtest.c172 unsigned long curTime, oldTime; local in function:benchmarkBuffer
185 curTime = fastrdtsc();
186 *ticks++ = time_diff(oldTime, curTime);
191 curTime = fastrdtsc();
192 *ticks++ = time_diff(oldTime, curTime);
196 curTime = fastrdtsc();
197 *ticks++ = time_diff(oldTime, curTime);
201 curTime = fastrdtsc();
202 *ticks++ = time_diff(oldTime, curTime);
206 curTime
[all...]
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dviewmemory.c34 int curTime = glutGet(GLUT_ELAPSED_TIME); local in function:Idle
37 prevTime = curTime;
40 if (curTime - prevTime > 250) {
41 prevTime = curTime;
/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dtwoside.c98 int curTime = glutGet(GLUT_ELAPSED_TIME); local in function:Idle
99 int dt = curTime - prevTime;
102 prevTime = curTime;
105 prevTime = curTime;
H A Dgeom-sprites.c69 int curTime = glutGet(GLUT_ELAPSED_TIME); local in function:Idle
70 Xrot = curTime * 0.02;
71 Yrot = curTime * 0.05;
H A Dgeom-stipple-lines.c94 int curTime = glutGet(GLUT_ELAPSED_TIME); local in function:Idle
95 Xrot = curTime * 0.02;
96 Yrot = curTime * 0.05;
H A Dgeom-wide-lines.c74 int curTime = glutGet(GLUT_ELAPSED_TIME); local in function:Idle
75 Xrot = curTime * 0.02;
76 Yrot = curTime * 0.05;

Completed in 8 milliseconds