Home
last modified time | relevance | path

Searched refs:ShowExampleAppCustomRendering (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_demo.cpp121 static void ShowExampleAppCustomRendering(bool* p_open);
201 if (show_app_custom_rendering) ShowExampleAppCustomRendering(&show_app_custom_rendering); in ShowDemoWindow()
3831 static void ShowExampleAppCustomRendering(bool* p_open) in ShowExampleAppCustomRendering() function
/third_party/skia/third_party/externals/imgui/
Dimgui_demo.cpp185 static void ShowExampleAppCustomRendering(bool* p_open);
293 if (show_app_custom_rendering) ShowExampleAppCustomRendering(&show_app_custom_rendering); in ShowDemoWindow()
7144 static void ShowExampleAppCustomRendering(bool* p_open) function
/third_party/skia/third_party/externals/imgui/docs/
DFAQ.md472 … > Custom Rendering" in the demo window and read the code of `ShowExampleAppCustomRendering()` in …