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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h763 bool FrameScopePushedImplicitWindow; // Set by NewFrame(), cleared by EndFrame() member in struct:ImGuiContext
936 FrameScopeActive = FrameScopePushedImplicitWindow = false;
H A Dimgui.cpp3536 g.FrameScopePushedImplicitWindow = true;
3792 g.FrameScopePushedImplicitWindow = false;
5507 if (g.CurrentWindowStack.Size <= 1 && g.FrameScopePushedImplicitWindow)
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h763 bool FrameScopePushedImplicitWindow; // Set by NewFrame(), cleared by EndFrame() member in struct:ImGuiContext
936 FrameScopeActive = FrameScopePushedImplicitWindow = false;
H A Dimgui.cpp3536 g.FrameScopePushedImplicitWindow = true;
3792 g.FrameScopePushedImplicitWindow = false;
5507 if (g.CurrentWindowStack.Size <= 1 && g.FrameScopePushedImplicitWindow)

Completed in 42 milliseconds