Searched refs:is_open (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/
H A Dgen_ar_eventhandlerfile.hpp104 if (!file.is_open())
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/
H A Dgen_ar_eventhandlerfile.hpp104 if (!file.is_open())
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp4631 bool is_open = TreeNodeExV(str_id, 0, fmt, args); local in function:ImGui::TreeNode
4633 return is_open;
4640 bool is_open = TreeNodeExV(ptr_id, 0, fmt, args); local in function:ImGui::TreeNode
4642 return is_open;
4676 bool is_open = TreeNodeExV(str_id, flags, fmt, args); local in function:ImGui::TreeNodeEx
4678 return is_open;
4685 bool is_open = TreeNodeExV(ptr_id, flags, fmt, args); local in function:ImGui::TreeNodeEx
4687 return is_open;
4722 bool is_open; local in function:ImGui::TreeNodeBehaviorIsOpen
4727 is_open
4792 bool is_open = TreeNodeBehaviorIsOpen(id, flags); local in function:ImGui::TreeNodeBehavior
4967 SetNextTreeNodeOpen(bool is_open,ImGuiCond cond) argument
4997 bool is_open = TreeNodeBehavior(id, flags | ImGuiTreeNodeFlags_CollapsingHeader | (p_open ? local in function:ImGui::CollapsingHeader
5498 bool is_open = Begin("##MainMenuBar", NULL, window_flags) && BeginMenuBar(); local in function:ImGui::BeginMainMenuBar
[all...]
H A Dimgui.cpp6917 bool is_open = Begin(name, NULL, extra_flags | ImGuiWindowFlags_Popup); local in function:ImGui::BeginPopupEx
6918 if (!is_open) // NB: Begin can return false when the popup is completely clipped (e.g. zero size display)
6921 return is_open;
6955 const bool is_open = Begin(name, p_open, flags); local in function:ImGui::BeginPopupModal
6956 if (!is_open || (p_open && !*p_open)) // NB: is_open can be 'false' when the popup is completely clipped (e.g. zero size display)
6959 if (is_open)
6963 return is_open;
H A Dimgui.h487 IMGUI_API void SetNextTreeNodeOpen(bool is_open, ImGuiCond cond = 0); // set next TreeNode/CollapsingHeader open state.
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp4631 bool is_open = TreeNodeExV(str_id, 0, fmt, args); local in function:ImGui::TreeNode
4633 return is_open;
4640 bool is_open = TreeNodeExV(ptr_id, 0, fmt, args); local in function:ImGui::TreeNode
4642 return is_open;
4676 bool is_open = TreeNodeExV(str_id, flags, fmt, args); local in function:ImGui::TreeNodeEx
4678 return is_open;
4685 bool is_open = TreeNodeExV(ptr_id, flags, fmt, args); local in function:ImGui::TreeNodeEx
4687 return is_open;
4722 bool is_open; local in function:ImGui::TreeNodeBehaviorIsOpen
4727 is_open
4792 bool is_open = TreeNodeBehaviorIsOpen(id, flags); local in function:ImGui::TreeNodeBehavior
4967 SetNextTreeNodeOpen(bool is_open,ImGuiCond cond) argument
4997 bool is_open = TreeNodeBehavior(id, flags | ImGuiTreeNodeFlags_CollapsingHeader | (p_open ? local in function:ImGui::CollapsingHeader
5498 bool is_open = Begin("##MainMenuBar", NULL, window_flags) && BeginMenuBar(); local in function:ImGui::BeginMainMenuBar
[all...]
H A Dimgui.cpp6917 bool is_open = Begin(name, NULL, extra_flags | ImGuiWindowFlags_Popup); local in function:ImGui::BeginPopupEx
6918 if (!is_open) // NB: Begin can return false when the popup is completely clipped (e.g. zero size display)
6921 return is_open;
6955 const bool is_open = Begin(name, p_open, flags); local in function:ImGui::BeginPopupModal
6956 if (!is_open || (p_open && !*p_open)) // NB: is_open can be 'false' when the popup is completely clipped (e.g. zero size display)
6959 if (is_open)
6963 return is_open;
H A Dimgui.h487 IMGUI_API void SetNextTreeNodeOpen(bool is_open, ImGuiCond cond = 0); // set next TreeNode/CollapsingHeader open state.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/archrast/
H A Darchrast.cpp118 if (srcFile.is_open())
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/archrast/
H A Darchrast.cpp123 if (srcFile.is_open())

Completed in 70 milliseconds