Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
Dimgui_internal.h763 …bool FrameScopePushedImplicitWindow; // Set by NewFrame(), cleared by EndFr… member
936 FrameScopeActive = FrameScopePushedImplicitWindow = false; in ImGuiContext()
Dimgui.cpp3536 g.FrameScopePushedImplicitWindow = true; in NewFrame()
3792 g.FrameScopePushedImplicitWindow = false; in EndFrame()
5507 if (g.CurrentWindowStack.Size <= 1 && g.FrameScopePushedImplicitWindow) in End()