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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h74 struct ImGuiPopupRef; // Storage for current popup stack
614 struct ImGuiPopupRef struct
813 ImVector<ImGuiPopupRef> OpenPopupStack; // Which popups are open (persistent)
814 ImVector<ImGuiPopupRef> BeginPopupStack; // Which level of BeginPopup() we are in (reset every frame)
H A Dimgui.cpp4910 ImGuiPopupRef& popup_ref = g.OpenPopupStack[g.BeginPopupStack.Size];
4924 ImGuiPopupRef& popup_ref = g.OpenPopupStack[g.BeginPopupStack.Size];
6755 // One open popup per level of the popup hierarchy (NB: when assigning we reset the Window member of ImGuiPopupRef to NULL)
6761 ImGuiPopupRef popup_ref; // Tagged as new ref as Window will be set back to NULL if we write this into OpenPopupStack.
6825 ImGuiPopupRef& popup = g.OpenPopupStack[popup_count_to_keep];
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h74 struct ImGuiPopupRef; // Storage for current popup stack
614 struct ImGuiPopupRef struct
813 ImVector<ImGuiPopupRef> OpenPopupStack; // Which popups are open (persistent)
814 ImVector<ImGuiPopupRef> BeginPopupStack; // Which level of BeginPopup() we are in (reset every frame)
H A Dimgui.cpp4910 ImGuiPopupRef& popup_ref = g.OpenPopupStack[g.BeginPopupStack.Size];
4924 ImGuiPopupRef& popup_ref = g.OpenPopupStack[g.BeginPopupStack.Size];
6755 // One open popup per level of the popup hierarchy (NB: when assigning we reset the Window member of ImGuiPopupRef to NULL)
6761 ImGuiPopupRef popup_ref; // Tagged as new ref as Window will be set back to NULL if we write this into OpenPopupStack.
6825 ImGuiPopupRef& popup = g.OpenPopupStack[popup_count_to_keep];

Completed in 73 milliseconds