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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h762 bool FrameScopeActive; // Set by NewFrame(), cleared by EndFrame() member in struct:ImGuiContext
936 FrameScopeActive = FrameScopePushedImplicitWindow = false;
H A Dimgui.cpp3411 g.FrameScopeActive = true;
3766 IM_ASSERT(g.FrameScopeActive && "Forgot to call ImGui::NewFrame()?");
3819 g.FrameScopeActive = false;
4871 IM_ASSERT(g.FrameScopeActive); // Forgot to call ImGui::NewFrame()
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h762 bool FrameScopeActive; // Set by NewFrame(), cleared by EndFrame() member in struct:ImGuiContext
936 FrameScopeActive = FrameScopePushedImplicitWindow = false;
H A Dimgui.cpp3411 g.FrameScopeActive = true;
3766 IM_ASSERT(g.FrameScopeActive && "Forgot to call ImGui::NewFrame()?");
3819 g.FrameScopeActive = false;
4871 IM_ASSERT(g.FrameScopeActive); // Forgot to call ImGui::NewFrame()

Completed in 42 milliseconds