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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h576 IMGUI_API void LogToFile(int max_depth = -1, const char* filename = NULL); // start logging to file
1292 const char* LogFilename; // = "imgui_log.txt"// Path to .log file (default parameter to ImGui::LogToFile when no file is specified).
H A Dimgui.cpp8849 void ImGui::LogToFile(int max_depth, const char* filename) function in class:ImGui
8935 LogToFile(g.LogAutoExpandMaxDepth, g.IO.LogFilename);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h576 IMGUI_API void LogToFile(int max_depth = -1, const char* filename = NULL); // start logging to file
1292 const char* LogFilename; // = "imgui_log.txt"// Path to .log file (default parameter to ImGui::LogToFile when no file is specified).
H A Dimgui.cpp8849 void ImGui::LogToFile(int max_depth, const char* filename) function in class:ImGui
8935 LogToFile(g.LogAutoExpandMaxDepth, g.IO.LogFilename);

Completed in 48 milliseconds