Searched refs:ShowDemoWindow (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h5 // Call and read ImGui::ShowDemoWindow() in imgui_demo.cpp for demo code.
216 IMGUI_API void ShowDemoWindow(bool* p_open = NULL); // create demo/test window (previously called ShowTestWindow). demonstrate most ImGui features. call this to learn about the library! try to make it always available in your application!
1502 static inline void ShowTestWindow() { return ShowDemoWindow(); }
H A Dimgui_demo.cpp6 // will want to refer to and call. Have the ImGui::ShowDemoWindow() function wired in an always-available debug menu of
9 // Everything in this file will be stripped out by the linker if you don't call ImGui::ShowDemoWindow().
29 // [SECTION] Demo Window / ShowDemoWindow()
166 // [SECTION] Demo Window / ShowDemoWindow()
169 // We split the contents of the big ShowDemoWindow() function into smaller functions (because the link time of very large functions grow non-linearly)
178 void ImGui::ShowDemoWindow(bool* p_open) function in class:ImGui
295 ImGui::BulletText("Please see the ShowDemoWindow() code in imgui_demo.cpp. <- you are here!");
396 // End of ShowDemoWindow()
4321 void ImGui::ShowDemoWindow(bool*) {} function in class:ImGui
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h5 // Call and read ImGui::ShowDemoWindow() in imgui_demo.cpp for demo code.
216 IMGUI_API void ShowDemoWindow(bool* p_open = NULL); // create demo/test window (previously called ShowTestWindow). demonstrate most ImGui features. call this to learn about the library! try to make it always available in your application!
1502 static inline void ShowTestWindow() { return ShowDemoWindow(); }

Completed in 23 milliseconds