Searched refs:NowInMs (Results 1 – 1 of 1) sorted by relevance
34 double NowInMs() { in NowInMs() function94 static double start_time = NowInMs(); in DrawFrame()109 double current_time = NowInMs(); in DrawFrame()113 float global_time = (float)(NowInMs() - start_time); in DrawFrame()