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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h619 int OpenFrameCount; // Set on OpenPopup() member in struct:ImGuiPopupRef
H A Dimgui.cpp6765 popup_ref.OpenFrameCount = g.FrameCount;
6780 if (g.OpenPopupStack[current_stack_size].PopupId == id && g.OpenPopupStack[current_stack_size].OpenFrameCount == g.FrameCount - 1)
6782 g.OpenPopupStack[current_stack_size].OpenFrameCount = popup_ref.OpenFrameCount;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h619 int OpenFrameCount; // Set on OpenPopup() member in struct:ImGuiPopupRef
H A Dimgui.cpp6765 popup_ref.OpenFrameCount = g.FrameCount;
6780 if (g.OpenPopupStack[current_stack_size].PopupId == id && g.OpenPopupStack[current_stack_size].OpenFrameCount == g.FrameCount - 1)
6782 g.OpenPopupStack[current_stack_size].OpenFrameCount = popup_ref.OpenFrameCount;

Completed in 42 milliseconds