Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui.cpp993 static void SetCurrentWindow(ImGuiWindow* window);
2604 static void SetCurrentWindow(ImGuiWindow* window) in SetCurrentWindow() function
4920 SetCurrentWindow(window); in Begin()
5031 SetCurrentWindow(window); in Begin()
5529 SetCurrentWindow(g.CurrentWindowStack.empty() ? NULL : g.CurrentWindowStack.back()); in End()