Searched refs:GetTickCount (Results 1 – 4 of 4) sorted by relevance
60 #ifdef GetTickCount61 #undef GetTickCount63 #define GetTickCount GetTickCount64 macro
83 return GetTickCount(); in gettimer()
215 DWORD msec = GetTickCount(); in loop_once()250 g_msec = GetTickCount(); // let's stay for 0,5 sec in main_loop()251 while (g_msec + 500 > GetTickCount()) { in main_loop()255 g_msec = GetTickCount(); in main_loop()
79 fps /= (GetTickCount() - g_msec) / 1000.0; in terminate()108 g_msec = GetTickCount(); in next_frame()