Home
last modified time | relevance | path

Searched refs:LogAutoExpandMaxDepth (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_internal.h922 int LogAutoExpandMaxDepth; member
1034 LogAutoExpandMaxDepth = 2; in ImGuiContext()
Dimgui.cpp8845 g.LogAutoExpandMaxDepth = max_depth; in LogToTTY()
8873 g.LogAutoExpandMaxDepth = max_depth; in LogToFile()
8889 g.LogAutoExpandMaxDepth = max_depth; in LogToClipboard()
8926 SliderInt("Depth", &g.LogAutoExpandMaxDepth, 0, 9, NULL); in LogButtons()
8933 LogToTTY(g.LogAutoExpandMaxDepth); in LogButtons()
8935 LogToFile(g.LogAutoExpandMaxDepth, g.IO.LogFilename); in LogButtons()
8937 LogToClipboard(g.LogAutoExpandMaxDepth); in LogButtons()
Dimgui_widgets.cpp4753 …&& !(flags & ImGuiTreeNodeFlags_NoAutoOpenOnLog) && window->DC.TreeDepth < g.LogAutoExpandMaxDepth) in TreeNodeBehaviorIsOpen()