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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp975 static double refresh_time = 0.0; local in function:ShowDemoWindowWidgets
976 if (!animate || refresh_time == 0.0)
977 refresh_time = ImGui::GetTime();
978 while (refresh_time < ImGui::GetTime()) // Create dummy data at fixed 60 hz rate for the demo
984 refresh_time += 1.0f/60.0f;

Completed in 9 milliseconds