Searched refs:TreeNodeEx (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daubinator_viewer_decoder.cpp242 if (ImGui::TreeNodeEx(&pointers[i], ImGuiTreeNodeFlags_Framed,
274 if (ImGui::TreeNodeEx(state_map, ImGuiTreeNodeFlags_Framed,
736 ImGui::TreeNodeEx(&p[1], ImGuiTreeNodeFlags_Framed,
935 ImGui::TreeNodeEx(p,
H A Daubinator_viewer.cpp588 ImGui::TreeNodeEx(&table[e],
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Daubinator_viewer_decoder.cpp242 if (ImGui::TreeNodeEx(&pointers[i], ImGuiTreeNodeFlags_Framed,
278 if (ImGui::TreeNodeEx(state_map, ImGuiTreeNodeFlags_Framed,
740 ImGui::TreeNodeEx(&p[1], ImGuiTreeNodeFlags_Framed,
939 ImGui::TreeNodeEx(p,
H A Daubinator_viewer.cpp586 ImGui::TreeNodeEx(&table[e],
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h477 IMGUI_API bool TreeNodeEx(const char* label, ImGuiTreeNodeFlags flags = 0);
478 IMGUI_API bool TreeNodeEx(const char* str_id, ImGuiTreeNodeFlags flags, const char* fmt, ...) IM_FMTARGS(3);
479 IMGUI_API bool TreeNodeEx(const void* ptr_id, ImGuiTreeNodeFlags flags, const char* fmt, ...) IM_FMTARGS(3);
758 // Flags for ImGui::TreeNodeEx(), ImGui::CollapsingHeader*()
H A Dimgui_demo.cpp593 bool node_open = ImGui::TreeNodeEx((void*)(intptr_t)i, node_flags, "Selectable Node %d", i);
606 ImGui::TreeNodeEx((void*)(intptr_t)i, node_flags, "Selectable Leaf %d", i);
3705 ImGui::TreeNodeEx("Field", ImGuiTreeNodeFlags_Leaf | ImGuiTreeNodeFlags_NoTreePushOnOpen | ImGuiTreeNodeFlags_Bullet, "Field_%d", i);
H A Dimgui_widgets.cpp4616 // - TreeNodeEx()
4663 bool ImGui::TreeNodeEx(const char* label, ImGuiTreeNodeFlags flags) function in class:ImGui
4672 bool ImGui::TreeNodeEx(const char* str_id, ImGuiTreeNodeFlags flags, const char* fmt, ...) function in class:ImGui
4681 bool ImGui::TreeNodeEx(const void* ptr_id, ImGuiTreeNodeFlags flags, const char* fmt, ...) function in class:ImGui
4977 // This is basically the same as calling TreeNodeEx(label, ImGuiTreeNodeFlags_CollapsingHeader). You can remove the _NoTreePushOnOpen flag if you want behavior closer to normal TreeNode().
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h477 IMGUI_API bool TreeNodeEx(const char* label, ImGuiTreeNodeFlags flags = 0);
478 IMGUI_API bool TreeNodeEx(const char* str_id, ImGuiTreeNodeFlags flags, const char* fmt, ...) IM_FMTARGS(3);
479 IMGUI_API bool TreeNodeEx(const void* ptr_id, ImGuiTreeNodeFlags flags, const char* fmt, ...) IM_FMTARGS(3);
758 // Flags for ImGui::TreeNodeEx(), ImGui::CollapsingHeader*()
H A Dimgui_widgets.cpp4616 // - TreeNodeEx()
4663 bool ImGui::TreeNodeEx(const char* label, ImGuiTreeNodeFlags flags) function in class:ImGui
4672 bool ImGui::TreeNodeEx(const char* str_id, ImGuiTreeNodeFlags flags, const char* fmt, ...) function in class:ImGui
4681 bool ImGui::TreeNodeEx(const void* ptr_id, ImGuiTreeNodeFlags flags, const char* fmt, ...) function in class:ImGui
4977 // This is basically the same as calling TreeNodeEx(label, ImGuiTreeNodeFlags_CollapsingHeader). You can remove the _NoTreePushOnOpen flag if you want behavior closer to normal TreeNode().

Completed in 100 milliseconds