Searched refs:EndChild (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daubinator_viewer_urb.h92 ImGui::EndChild();
H A Daubinator_viewer.cpp496 ImGui::EndChild();
607 ImGui::EndChild();
777 ImGui::EndChild();
856 ImGui::EndChild();
940 ImGui::EndChild();
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Daubinator_viewer_urb.h92 ImGui::EndChild();
H A Daubinator_viewer.cpp494 ImGui::EndChild();
605 ImGui::EndChild();
775 ImGui::EndChild();
854 ImGui::EndChild();
938 ImGui::EndChild();
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp1528 ImGui::EndChild();
1530 ImGui::EndChild();
1587 ImGui::EndChild();
1614 ImGui::EndChild();
1632 ImGui::EndChild();
1971 ImGui::EndChild();
2008 ImGui::EndChild();
2019 ImGui::EndChild();
2396 ImGui::EndChild();
2406 ImGui::EndChild();
[all...]
H A Dimgui_memory_editor.h429 ImGui::EndChild();
485 ImGui::EndChild();
H A Dimgui.h247 // Always call a matching EndChild() for each BeginChild() call, regardless of its return value [this is due to legacy reason and is inconsistent with most other functions such as BeginMenu/EndMenu, BeginPopup/EndPopup, etc. where the EndXXX call should only be called if the corresponding BeginXXX function returned true.]
250 IMGUI_API void EndChild();
H A Dimgui.cpp2834 // [2017/10/16] Reverted commit 344d48be3 and testing RootWindow instead. I believe it is correct to NOT test for RootWindow but this leaves us unable to use IsItemHovered() after EndChild() itself.
3680 // C) If for some reason you cannot use 4 bytes indices or don't want to, a workaround is to call BeginChild()/EndChild() before reaching the 64K limit to split your draw commands in multiple draw lists.
3775 // Report when there is a mismatch of Begin/BeginChild vs End/EndChild calls. Important: Remember that the Begin/BeginChild API requires you
3776 // to always call End/EndChild even if Begin/BeginChild returns false! (this is unfortunately inconsistent with most other Begin* API).
3781 IM_ASSERT(g.CurrentWindowStack.Size == 1 && "Mismatched Begin/BeginChild vs End/EndChild calls: did you forget to call End/EndChild?");
3787 IM_ASSERT(g.CurrentWindowStack.Size == 1 && "Mismatched Begin/BeginChild vs End/EndChild calls: did you call End/EndChild too much?");
4384 void ImGui::EndChild() function in class:ImGui
4389 IM_ASSERT(window->Flags & ImGuiWindowFlags_ChildWindow); // Mismatched BeginChild()/EndChild() calls
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_memory_editor.h431 ImGui::EndChild();
487 ImGui::EndChild();
H A Dimgui.h247 // Always call a matching EndChild() for each BeginChild() call, regardless of its return value [this is due to legacy reason and is inconsistent with most other functions such as BeginMenu/EndMenu, BeginPopup/EndPopup, etc. where the EndXXX call should only be called if the corresponding BeginXXX function returned true.]
250 IMGUI_API void EndChild();
H A Dimgui.cpp2834 // [2017/10/16] Reverted commit 344d48be3 and testing RootWindow instead. I believe it is correct to NOT test for RootWindow but this leaves us unable to use IsItemHovered() after EndChild() itself.
3680 // C) If for some reason you cannot use 4 bytes indices or don't want to, a workaround is to call BeginChild()/EndChild() before reaching the 64K limit to split your draw commands in multiple draw lists.
3775 // Report when there is a mismatch of Begin/BeginChild vs End/EndChild calls. Important: Remember that the Begin/BeginChild API requires you
3776 // to always call End/EndChild even if Begin/BeginChild returns false! (this is unfortunately inconsistent with most other Begin* API).
3781 IM_ASSERT(g.CurrentWindowStack.Size == 1 && "Mismatched Begin/BeginChild vs End/EndChild calls: did you forget to call End/EndChild?");
3787 IM_ASSERT(g.CurrentWindowStack.Size == 1 && "Mismatched Begin/BeginChild vs End/EndChild calls: did you call End/EndChild too much?");
4384 void ImGui::EndChild() function in class:ImGui
4389 IM_ASSERT(window->Flags & ImGuiWindowFlags_ChildWindow); // Mismatched BeginChild()/EndChild() calls
[all...]

Completed in 73 milliseconds