Searched defs:p_open (Results 1 – 3 of 3) sorted by relevance
| /third_party/openssl/crypto/store/ |
| D | store_local.h | 108 OSSL_FUNC_store_open_fn *p_open; member
|
| /third_party/mesa3d/src/imgui/ |
| D | imgui.cpp | 4866 bool ImGui::Begin(const char* name, bool* p_open, ImGuiWindowFlags flags) in Begin() 5489 bool ImGui::Begin(const char* name, bool* p_open, const ImVec2& size_first_use, float bg_alpha_over… in Begin() 6938 bool ImGui::BeginPopupModal(const char* name, bool* p_open, ImGuiWindowFlags flags) in BeginPopupModal() 9279 void ImGui::ShowMetricsWindow(bool* p_open) in ShowMetricsWindow()
|
| D | imgui_widgets.cpp | 4987 bool ImGui::CollapsingHeader(const char* label, bool* p_open, ImGuiTreeNodeFlags flags) in CollapsingHeader() 6308 bool ImGui::BeginTabItem(const char* label, bool* p_open, ImGuiTabItemFlags flags) in BeginTabItem() 6339 bool ImGui::TabItemEx(ImGuiTabBar* tab_bar, const char* label, bool* p_open, ImGuiTabItemFlags f… in TabItemEx()
|