Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui.h487 …IMGUI_API void SetNextTreeNodeOpen(bool is_open, ImGuiCond cond = 0); // set…
Dimgui_widgets.cpp4967 void ImGui::SetNextTreeNodeOpen(bool is_open, ImGuiCond cond) in SetNextTreeNodeOpen() function in ImGui
/external/skia/tools/viewer/
DViewer.cpp2407 ImGui::SetNextTreeNodeOpen(true); in drawImGui()