Home
last modified time | relevance | path

Searched refs:OpenPopup (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_memory_editor.h202 ImGui::OpenPopup("context");
451 ImGui::OpenPopup("context");
Dimgui_widgets.cpp3958 OpenPopup("picker"); in ColorEdit4()
4549 OpenPopup("Copy"); in ColorEditOptionsPopup()
5707 OpenPopup(label); in BeginMenu()
5713 OpenPopup(label); in BeginMenu()
Dimgui.h542 …IMGUI_API void OpenPopup(const char* str_id); // cal…
Dimgui.cpp6746 void ImGui::OpenPopup(const char* str_id) in OpenPopup() function in ImGui
/external/mesa3d/src/intel/tools/
Daubinator_viewer.cpp1000 if (ImGui::Button("Help") || has_ctrl_key('h')) { ImGui::OpenPopup("Help"); } in display_aubfile_window()