Searched refs:tRot0 (Results 1 - 5 of 5) 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
584 if (tRot0 < 0.0)
585 tRot0 = t;
586 dt = t - tRot0;
587 tRot0 = 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
471 if (tRot0 < 0.0)
472 tRot0 = t;
473 dt = t - tRot0;
474 tRot0 = t;
H A Dglxgears.c326 static double tRot0 = -1.0, tRate0 = -1.0; local in function:draw_frame
329 if (tRot0 < 0.0)
330 tRot0 = t;
331 dt = t - tRot0;
332 tRot0 = t;
H A Dmultictx.c253 static double tRot0 = -1.0; local in function:draw_frame
256 if (tRot0 < 0.0)
257 tRot0 = t;
258 dt = t - tRot0;
259 tRot0 = 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
688 if (tRot0 < 0.0)
689 tRot0 = t;
690 dt = t - tRot0;
691 tRot0 = t;

Completed in 26 milliseconds