Home
last modified time | relevance | path

Searched refs:g_Time (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/intel/tools/imgui/
Dimgui_impl_gtk3.cpp36 static guint64 g_Time = 0; variable
248 io.DeltaTime = g_Time > 0 ? ((float)(current_time - g_Time) / 1000000) : (float)(1.0f/60.0f); in ImGui_ImplGtk3_NewFrame()
249 g_Time = current_time; in ImGui_ImplGtk3_NewFrame()