Searched refs:CreateNewWindow (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp995 static ImGuiWindow* CreateNewWindow(const char* name, ImVec2 size, ImGuiWindowFlags flags);
4478 static ImGuiWindow* CreateNewWindow(const char* name, ImVec2 size, ImGuiWindowFlags flags) function in typeref:typename:ImGuiWindow *
4880 window = CreateNewWindow(name, size_on_first_use, flags);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp995 static ImGuiWindow* CreateNewWindow(const char* name, ImVec2 size, ImGuiWindowFlags flags);
4478 static ImGuiWindow* CreateNewWindow(const char* name, ImVec2 size, ImGuiWindowFlags flags) function in typeref:typename:ImGuiWindow *
4880 window = CreateNewWindow(name, size_on_first_use, flags);

Completed in 33 milliseconds