Searched refs:LogAutoExpandMaxDepth (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_internal.h | 922 int LogAutoExpandMaxDepth; member in struct:ImGuiContext 1034 LogAutoExpandMaxDepth = 2;
|
| H A D | imgui.cpp | 8845 g.LogAutoExpandMaxDepth = max_depth; 8873 g.LogAutoExpandMaxDepth = max_depth; 8889 g.LogAutoExpandMaxDepth = max_depth; 8926 SliderInt("Depth", &g.LogAutoExpandMaxDepth, 0, 9, NULL); 8933 LogToTTY(g.LogAutoExpandMaxDepth); 8935 LogToFile(g.LogAutoExpandMaxDepth, g.IO.LogFilename); 8937 LogToClipboard(g.LogAutoExpandMaxDepth);
|
| H A D | imgui_widgets.cpp | 4753 if (g.LogEnabled && !(flags & ImGuiTreeNodeFlags_NoAutoOpenOnLog) && window->DC.TreeDepth < g.LogAutoExpandMaxDepth)
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_internal.h | 922 int LogAutoExpandMaxDepth; member in struct:ImGuiContext 1034 LogAutoExpandMaxDepth = 2;
|
| H A D | imgui.cpp | 8845 g.LogAutoExpandMaxDepth = max_depth; 8873 g.LogAutoExpandMaxDepth = max_depth; 8889 g.LogAutoExpandMaxDepth = max_depth; 8926 SliderInt("Depth", &g.LogAutoExpandMaxDepth, 0, 9, NULL); 8933 LogToTTY(g.LogAutoExpandMaxDepth); 8935 LogToFile(g.LogAutoExpandMaxDepth, g.IO.LogFilename); 8937 LogToClipboard(g.LogAutoExpandMaxDepth);
|
| H A D | imgui_widgets.cpp | 4753 if (g.LogEnabled && !(flags & ImGuiTreeNodeFlags_NoAutoOpenOnLog) && window->DC.TreeDepth < g.LogAutoExpandMaxDepth)
|
Completed in 66 milliseconds