Home
last modified time | relevance | path

Searched refs:imgui (Results 1 – 16 of 16) sorted by relevance

/external/skia/third_party/imgui/
DBUILD.gn11 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/
DBUILD.gn11 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/
Dmeson.build3 files('imgui.cpp', 'imgui_draw.cpp', 'imgui_widgets.cpp'),
DREADME5 (https://github.com/ocornut/imgui) at the following commit :
Dimgui_internal.h31 #error Must include imgui.h before imgui_internal.h
/external/mesa3d/src/intel/tools/imgui/
Dimgui_impl_gtk3.cpp96 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/skqp/
DDEPS17 …"third_party/externals/imgui" : "https://skia.googlesource.com/external/github.com/ocorn…
D.gitignore18 imgui.ini
DBUILD.gn2216 "//third_party/imgui",
/external/skia/
DDEPS29 …"third_party/externals/imgui" : "https://skia.googlesource.com/external/github.com/ocorn…
D.gitignore16 imgui.ini
DBUILD.gn2100 "//third_party/imgui",
2776 "//third_party/imgui",
/external/mesa3d/src/
Dmeson.build65 subdir('imgui') subdir
/external/mesa3d/src/intel/tools/
Dmeson.build149 subdir('imgui') subdir
/external/mesa3d/docs/relnotes/
D19.1.0.rst3487 - 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
D20.0.0.rst3082 - meson: only build imgui when needed