Searched refs:first_begin_of_the_frame (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp4891 const bool first_begin_of_the_frame = (window->LastFrameActive != current_frame); local in function:ImGui::Begin
4894 if (first_begin_of_the_frame)
4901 ImGuiWindow* parent_window = first_begin_of_the_frame ? ((flags & (ImGuiWindowFlags_ChildWindow | ImGuiWindowFlags_Popup)) ? parent_window_in_stack : NULL) : window->ParentWindow;
4965 else if (first_begin_of_the_frame)
4977 if (first_begin_of_the_frame)
5454 if (first_begin_of_the_frame)
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp4891 const bool first_begin_of_the_frame = (window->LastFrameActive != current_frame); local in function:ImGui::Begin
4894 if (first_begin_of_the_frame)
4901 ImGuiWindow* parent_window = first_begin_of_the_frame ? ((flags & (ImGuiWindowFlags_ChildWindow | ImGuiWindowFlags_Popup)) ? parent_window_in_stack : NULL) : window->ParentWindow;
4965 else if (first_begin_of_the_frame)
4977 if (first_begin_of_the_frame)
5454 if (first_begin_of_the_frame)

Completed in 34 milliseconds