Searched defs:current_frame (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp4890 const int current_frame = g.FrameCount; local in function:ImGui::Begin
H A Dimgui.h1542 operator bool() const { int current_frame = ImGui::GetFrameCount(); if (RefFrame == current_frame) return false; RefFrame = current_frame; return true; } member in struct:ImGuiOnceUponAFrame
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp4890 const int current_frame = g.FrameCount; local in function:ImGui::Begin
H A Dimgui.h1542 operator bool() const { int current_frame = ImGui::GetFrameCount(); if (RefFrame == current_frame) return false; RefFrame = current_frame; return true; } member in struct:ImGuiOnceUponAFrame

Completed in 53 milliseconds