Home
last modified time | relevance | path

Searched refs:ImGuiCond_Once (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.h1155ImGuiCond_Once = 1 << 1, // Set the variable once per runtime session (only the first c… enumerator
1161 …, ImGuiSetCond_Always = ImGuiCond_Always, ImGuiSetCond_Once = ImGuiCond_Once, ImGuiSetCond_FirstUs…
Dimgui.cpp2534 …owSizeAllowFlags = SetWindowCollapsedAllowFlags = ImGuiCond_Always | ImGuiCond_Once | ImGuiCond_Fi… in ImGuiWindow()
4945 …window->SetWindowPosAllowFlags &= ~(ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appearing); in Begin()
6055 …window->SetWindowPosAllowFlags &= ~(ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appearing); in SetWindowPos()
6090 …window->SetWindowSizeAllowFlags &= ~(ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appearing… in SetWindowSize()
6131 …window->SetWindowCollapsedAllowFlags &= ~(ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appe… in SetWindowCollapsed()
8614 IM_ASSERT(cond == ImGuiCond_Always || cond == ImGuiCond_Once); in SetDragDropPayload()
Dimgui_widgets.cpp4466 … SetDragDropPayload(IMGUI_PAYLOAD_TYPE_COLOR_3F, &col, sizeof(float) * 3, ImGuiCond_Once); in ColorButton()
4468 … SetDragDropPayload(IMGUI_PAYLOAD_TYPE_COLOR_4F, &col, sizeof(float) * 4, ImGuiCond_Once); in ColorButton()