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