Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp181 ImGuiContext* imgui_context; member
930 ImGui::SetCurrentContext(data->imgui_context); in compute_swapchain_display()
1687 data->imgui_context = ImGui::CreateContext(); in setup_swapchain_data()
1688 ImGui::SetCurrentContext(data->imgui_context); in setup_swapchain_data()
1829 ImGui::DestroyContext(data->imgui_context); in shutdown_swapchain_data()