Home
last modified time | relevance | path

Searched refs:BackendRendererName (Results 1 – 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_sdlrenderer.cpp60 io.BackendRendererName = "imgui_impl_sdlrenderer"; in ImGui_ImplSDLRenderer_Init()
75 io.BackendRendererName = NULL; in ImGui_ImplSDLRenderer_Shutdown()
Dimgui_impl_opengl2.cpp82 io.BackendRendererName = "imgui_impl_opengl2"; in ImGui_ImplOpenGL2_Init()
94 io.BackendRendererName = NULL; in ImGui_ImplOpenGL2_Shutdown()
Dimgui_impl_allegro5.cpp286 io.BackendPlatformName = io.BackendRendererName = "imgui_impl_allegro5"; in ImGui_ImplAllegro5_Init()
349 io.BackendPlatformName = io.BackendRendererName = NULL; in ImGui_ImplAllegro5_Shutdown()
Dimgui_impl_dx9.cpp287 io.BackendRendererName = "imgui_impl_dx9"; in ImGui_ImplDX9_Init()
304 io.BackendRendererName = NULL; in ImGui_ImplDX9_Shutdown()
Dimgui_impl_opengl3.cpp207 io.BackendRendererName = "imgui_impl_opengl3"; in ImGui_ImplOpenGL3_Init()
277 io.BackendRendererName = NULL; in ImGui_ImplOpenGL3_Shutdown()
Dimgui_impl_dx10.cpp536 io.BackendRendererName = "imgui_impl_dx10"; in ImGui_ImplDX10_Init()
566 io.BackendRendererName = NULL; in ImGui_ImplDX10_Shutdown()
Dimgui_impl_dx11.cpp548 io.BackendRendererName = "imgui_impl_dx11"; in ImGui_ImplDX11_Init()
582 io.BackendRendererName = NULL; in ImGui_ImplDX11_Shutdown()
Dimgui_impl_marmalade.cpp223 io.BackendPlatformName = io.BackendRendererName = "imgui_impl_marmalade"; in ImGui_Marmalade_Init()
Dimgui_impl_dx12.cpp701 io.BackendRendererName = "imgui_impl_dx12"; in ImGui_ImplDX12_Init()
734 io.BackendRendererName = NULL; in ImGui_ImplDX12_Shutdown()
Dimgui_impl_metal.mm22 // 2018-11-30: Misc: Setting up io.BackendRendererName so it can be displayed in the About Window.
85 io.BackendRendererName = "imgui_impl_metal";
Dimgui_impl_wgpu.cpp668 io.BackendRendererName = "imgui_impl_webgpu"; in ImGui_ImplWGPU_Init()
Dimgui_impl_vulkan.cpp1028 io.BackendRendererName = "imgui_impl_vulkan"; in ImGui_ImplVulkan_Init()
1056 io.BackendRendererName = NULL; in ImGui_ImplVulkan_Shutdown()
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_opengl2.cpp58 io.BackendRendererName = "imgui_impl_opengl2"; in ImGui_ImplOpenGL2_Init()
Dimgui_impl_marmalade.cpp218 io.BackendPlatformName = io.BackendRendererName = "imgui_impl_marmalade"; in ImGui_Marmalade_Init()
Dimgui_impl_dx9.cpp204 io.BackendRendererName = "imgui_impl_dx9"; in ImGui_ImplDX9_Init()
Dimgui_impl_allegro5.cpp235 io.BackendPlatformName = io.BackendRendererName = "imgui_impl_allegro5"; in ImGui_ImplAllegro5_Init()
Dimgui_impl_metal.mm13 // 2018-11-30: Misc: Setting up io.BackendRendererName so it can be displayed in the About Window.
70 io.BackendRendererName = "imgui_impl_metal";
Dimgui_impl_opengl3.cpp105 io.BackendRendererName = "imgui_impl_opengl3"; in ImGui_ImplOpenGL3_Init()
Dimgui_impl_dx10.cpp472 io.BackendRendererName = "imgui_impl_dx10"; in ImGui_ImplDX10_Init()
Dimgui_impl_dx11.cpp479 io.BackendRendererName = "imgui_impl_dx11"; in ImGui_ImplDX11_Init()
Dimgui_impl_dx12.cpp595 io.BackendRendererName = "imgui_impl_dx12"; in ImGui_ImplDX12_Init()
Dimgui_impl_vulkan.cpp700 io.BackendRendererName = "imgui_impl_vulkan"; in ImGui_ImplVulkan_Init()
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_demo.cpp2650 …ImGui::Text("io.BackendRendererName: %s", io.BackendRendererName ? io.BackendRendererName : "NULL"… in ShowAboutWindow()
Dimgui.h1314 const char* BackendRendererName; // = NULL member
/third_party/mesa3d/src/imgui/
Dimgui.h1321 const char* BackendRendererName; // = NULL member

12