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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp3138 AddLog("Welcome to Dear ImGui!");
3161 void AddLog(const char* fmt, ...) IM_FMTARGS(2) function in struct:ExampleAppConsole
3198 if (ImGui::SmallButton("Add Dummy Text")) { AddLog("%d some text", Items.Size); AddLog("some more text"); AddLog("display very important message here!"); } ImGui::SameLine();
3199 if (ImGui::SmallButton("Add Dummy Error")) { AddLog("[error] something went wrong"); } ImGui::SameLine();
3203 //static float t = 0.0f; if (ImGui::GetTime() - t > 0.02f) { t = ImGui::GetTime(); AddLog("Spam %f", t); }
3290 AddLog("# %s\n", command_line);
3310 AddLog("Commands:");
3312 AddLog("
3472 void AddLog(const char* fmt, ...) IM_FMTARGS(2) function in struct:ExampleAppLog
[all...]

Completed in 7 milliseconds