Searched refs:theTime (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dpointblast.c37 static float theTime; variable in typeref:typename:float
107 theTime = 0.0;
125 distance = pointVelocity[i][0] * theTime;
150 theTime += dt;
H A Dspriteblast.c40 static float theTime; variable in typeref:typename:float
169 theTime = 0.0;
187 distance = pointVelocity[i][0] * theTime;
212 theTime += dt;

Completed in 3 milliseconds