Searched refs:tRate0 (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/egl/opengles2/
H A Des2gears.c581 static double tRot0 = -1.0, tRate0 = -1.0; local in function:gears_idle
597 if (tRate0 < 0.0)
598 tRate0 = t;
599 if (t - tRate0 >= 5.0) {
600 GLfloat seconds = t - tRate0;
604 tRate0 = t;
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dglxcontexts.c469 static double tRot0 = -1.0, tRate0 = -1.0; local in function:event_loop
485 if (tRate0 < 0.0)
486 tRate0 = t;
488 if (t - tRate0 >= 1.0) {
489 GLfloat seconds = t - tRate0;
494 tRate0 = t;
H A Dglxgears.c326 static double tRot0 = -1.0, tRate0 = -1.0; local in function:draw_frame
346 if (tRate0 < 0.0)
347 tRate0 = t;
348 if (t - tRate0 >= 5.0) {
349 GLfloat seconds = t - tRate0;
354 tRate0 = t;
/xsrc/external/mit/mesa-demos/dist/src/egl/opengl/
H A Dxeglgears.c686 static double tRot0 = -1.0, tRate0 = -1.0; local in function:event_loop
738 if (tRate0 < 0.0)
739 tRate0 = t;
740 if (t - tRate0 >= 5.0) {
741 GLfloat seconds = t - tRate0;
745 tRate0 = t;

Completed in 23 milliseconds