Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp183 ImGuiContext* imgui_context; member
937 ImGui::SetCurrentContext(data->imgui_context); in compute_swapchain_display()
1694 data->imgui_context = ImGui::CreateContext(); in setup_swapchain_data()
1695 ImGui::SetCurrentContext(data->imgui_context); in setup_swapchain_data()
1836 ImGui::DestroyContext(data->imgui_context); in shutdown_swapchain_data()