Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
H A Dimgui.h575 IMGUI_API void LogToTTY(int max_depth = -1); // start logging to tty (stdout)
H A Dimgui.cpp8833 void ImGui::LogToTTY(int max_depth) in LogToTTY() function in ImGui
8933 LogToTTY(g.LogAutoExpandMaxDepth); in LogButtons()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h796 IMGUI_API void LogToTTY(int auto_open_depth = -1); // start logging to tty (stdout)
H A Dimgui.cpp10536 void ImGui::LogToTTY(int auto_open_depth) in LogToTTY() function in ImGui
10646 LogToTTY(); in LogButtons()
H A Dimgui_demo.cpp5955 ImGui::LogToTTY();

Completed in 71 milliseconds