Searched refs:imgui (Results 1 – 16 of 16) sorted by relevance
/external/skia/third_party/imgui/ |
D | BUILD.gn | 11 third_party("imgui") { 12 public_include_dirs = [ "../externals/imgui" ] 16 "../externals/imgui/imgui.cpp", 17 "../externals/imgui/imgui_demo.cpp", 18 "../externals/imgui/imgui_draw.cpp", 19 "../externals/imgui/imgui_widgets.cpp", 20 "../externals/imgui/misc/cpp/imgui_stdlib.cpp",
|
/external/skqp/third_party/imgui/ |
D | BUILD.gn | 11 third_party("imgui") { 12 public_include_dirs = [ "../externals/imgui" ] 15 "../externals/imgui/imgui.cpp", 16 "../externals/imgui/imgui_demo.cpp", 17 "../externals/imgui/imgui_draw.cpp", 18 "../externals/imgui/imgui_widgets.cpp",
|
/external/mesa3d/src/imgui/ |
D | meson.build | 3 files('imgui.cpp', 'imgui_draw.cpp', 'imgui_widgets.cpp'),
|
D | README | 5 (https://github.com/ocornut/imgui) at the following commit :
|
D | imgui_internal.h | 31 #error Must include imgui.h before imgui_internal.h
|
/external/skqp/ |
D | DEPS | 17 …"third_party/externals/imgui" : "https://skia.googlesource.com/external/github.com/ocorn…
|
D | .gitignore | 18 imgui.ini
|
D | BUILD.gn | 2216 "//third_party/imgui",
|
/external/mesa3d/src/intel/tools/imgui/ |
D | imgui_impl_gtk3.cpp | 96 enum ImGuiKey_ imgui; in ImGui_ImplGtk3_HandleEvent() member 124 io.KeysDown[gdk_key_to_imgui_key[i].imgui] = type == GDK_KEY_PRESS; in ImGui_ImplGtk3_HandleEvent()
|
/external/skia/ |
D | .gitignore | 16 imgui.ini
|
D | DEPS | 29 …"third_party/externals/imgui" : "https://skia.googlesource.com/external/github.com/ocorn…
|
D | BUILD.gn | 2100 "//third_party/imgui", 2776 "//third_party/imgui",
|
/external/mesa3d/src/ |
D | meson.build | 65 subdir('imgui') subdir
|
/external/mesa3d/src/intel/tools/ |
D | meson.build | 149 subdir('imgui') subdir
|
/external/mesa3d/docs/relnotes/ |
D | 19.1.0.rst | 3487 - build: move imgui out of src/intel/tools to be reused 3488 - imgui: bump copy 3489 - imgui: make sure our copy of imgui doesn't clash with others in the 3500 - imgui: update commit 3501 - imgui: update memory editor
|
D | 20.0.0.rst | 3082 - meson: only build imgui when needed
|