Searched refs:EndCombo (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_memory_editor.h505 ImGui::EndCombo();
H A Dimgui.h400 // - The new BeginCombo()/EndCombo() api allows you to manage your contents and selection state however you want it, by creating e.g. Selectable() items.
401 // - The old Combo() api are helpers over BeginCombo()/EndCombo() which are kept available for convenience purpose.
403 IMGUI_API void EndCombo(); // only call EndCombo() if BeginCombo() returns true!
H A Dimgui_demo.cpp475 // See "Combo" section for examples of how to use the more complete BeginCombo()/EndCombo() api.
479 ImGui::SameLine(); ShowHelpMarker("Refer to the \"Combo\" section below for an explanation of the full BeginCombo/EndCombo API, and demonstration of various flags.\n");
789 ImGui::EndCombo();
2754 // Here we use the regular BeginCombo()/EndCombo() api which is more the more flexible one.
2769 ImGui::EndCombo();
H A Dimgui_widgets.cpp1268 // - EndCombo()
1382 void ImGui::EndCombo() function in class:ImGui
1454 EndCombo();
6286 EndCombo();
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_memory_editor.h507 ImGui::EndCombo();
H A Dimgui.h400 // - The new BeginCombo()/EndCombo() api allows you to manage your contents and selection state however you want it, by creating e.g. Selectable() items.
401 // - The old Combo() api are helpers over BeginCombo()/EndCombo() which are kept available for convenience purpose.
403 IMGUI_API void EndCombo(); // only call EndCombo() if BeginCombo() returns true!
H A Dimgui_widgets.cpp1268 // - EndCombo()
1382 void ImGui::EndCombo() function in class:ImGui
1454 EndCombo();
6286 EndCombo();

Completed in 65 milliseconds