Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui.h575 …IMGUI_API void LogToTTY(int max_depth = -1); // sta…
Dimgui.cpp8833 void ImGui::LogToTTY(int max_depth) in LogToTTY() function in ImGui
8933 LogToTTY(g.LogAutoExpandMaxDepth); in LogButtons()