Searched refs:StateStorage (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h1076 ImGuiStorage* StateStorage; member in struct:ImGuiWindowTempData
1113 StateStorage = NULL;
1185 ImGuiStorage StateStorage; member in struct:ImGuiWindow
H A Dimgui.cpp5343 window->DC.StateStorage = &window->StateStorage;
6471 window->DC.StateStorage = tree ? tree : &window->StateStorage;
6477 return window->DC.StateStorage;
9419 ImGui::BulletText("Storage: %d bytes", window->StateStorage.Data.Size * (int)sizeof(ImGuiStorage::Pair));
H A Dimgui_widgets.cpp4720 ImGuiStorage* storage = window->DC.StateStorage;
4857 window->DC.StateStorage->SetInt(id, is_open);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h1076 ImGuiStorage* StateStorage; member in struct:ImGuiWindowTempData
1113 StateStorage = NULL;
1185 ImGuiStorage StateStorage; member in struct:ImGuiWindow
H A Dimgui.cpp5343 window->DC.StateStorage = &window->StateStorage;
6471 window->DC.StateStorage = tree ? tree : &window->StateStorage;
6477 return window->DC.StateStorage;
9419 ImGui::BulletText("Storage: %d bytes", window->StateStorage.Data.Size * (int)sizeof(ImGuiStorage::Pair));
H A Dimgui_widgets.cpp4720 ImGuiStorage* storage = window->DC.StateStorage;
4857 window->DC.StateStorage->SetInt(id, is_open);

Completed in 68 milliseconds