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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp3527 g.CurrentWindowStack.resize(0);
3592 g.CurrentWindowStack.clear();
3777 if (g.CurrentWindowStack.Size != 1)
3779 if (g.CurrentWindowStack.Size > 1)
3781 IM_ASSERT(g.CurrentWindowStack.Size == 1 && "Mismatched Begin/BeginChild vs End/EndChild calls: did you forget to call End/EndChild?");
3782 while (g.CurrentWindowStack.Size > 1) // FIXME-ERRORHANDLING
3787 IM_ASSERT(g.CurrentWindowStack.Size == 1 && "Mismatched Begin/BeginChild vs End/EndChild calls: did you call End/EndChild too much?");
4900 ImGuiWindow* parent_window_in_stack = g.CurrentWindowStack.empty() ? NULL : g.CurrentWindowStack.back();
4919 g.CurrentWindowStack
[all...]
H A Dimgui_internal.h779 ImVector<ImGuiWindow*> CurrentWindowStack; member in struct:ImGuiContext
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp3527 g.CurrentWindowStack.resize(0);
3592 g.CurrentWindowStack.clear();
3777 if (g.CurrentWindowStack.Size != 1)
3779 if (g.CurrentWindowStack.Size > 1)
3781 IM_ASSERT(g.CurrentWindowStack.Size == 1 && "Mismatched Begin/BeginChild vs End/EndChild calls: did you forget to call End/EndChild?");
3782 while (g.CurrentWindowStack.Size > 1) // FIXME-ERRORHANDLING
3787 IM_ASSERT(g.CurrentWindowStack.Size == 1 && "Mismatched Begin/BeginChild vs End/EndChild calls: did you call End/EndChild too much?");
4900 ImGuiWindow* parent_window_in_stack = g.CurrentWindowStack.empty() ? NULL : g.CurrentWindowStack.back();
4919 g.CurrentWindowStack
[all...]
H A Dimgui_internal.h779 ImVector<ImGuiWindow*> CurrentWindowStack; member in struct:ImGuiContext

Completed in 36 milliseconds