Searched refs:ImGuiContext (Results 1 - 14 of 14) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imconfig.h | 17 struct ImGuiContext; 18 extern thread_local ImGuiContext* __MesaImGui;
|
| H A D | imgui.cpp | 1005 static void* SettingsHandlerWindow_ReadOpen(ImGuiContext*, ImGuiSettingsHandler*, const char* name); 1006 static void SettingsHandlerWindow_ReadLine(ImGuiContext*, ImGuiSettingsHandler*, void* entry, const char* line); 1007 static void SettingsHandlerWindow_WriteAll(ImGuiContext* imgui_ctx, ImGuiSettingsHandler* handler, ImGuiTextBuffer* buf); 1050 // struct ImGuiContext; 1051 // extern thread_local ImGuiContext* MyImGuiTLS; 1057 ImGuiContext* GImGui = NULL; 2287 ImGuiContext& g = *GImGui; 2313 ImGuiContext& g = *GImGui; 2365 ImGuiContext& g = *GImGui; 2375 ImGuiContext [all...] |
| H A D | imgui_widgets.cpp | 133 ImGuiContext& g = *GImGui; 248 ImGuiContext& g = *GImGui; 316 ImGuiContext& g = *GImGui; 350 ImGuiContext& g = *GImGui; 390 ImGuiContext& g = *GImGui; 550 ImGuiContext& g = *GImGui; 594 ImGuiContext& g = *GImGui; 632 ImGuiContext& g = *GImGui; 664 ImGuiContext& g = *GImGui; 693 ImGuiContext [all...] |
| H A D | imgui_internal.h | 67 struct ImGuiContext; // Main imgui context 116 extern IMGUI_API ImGuiContext* GImGui; // Current implicit ImGui context pointer 605 void* (*ReadOpenFn)(ImGuiContext* ctx, ImGuiSettingsHandler* handler, const char* name); // Read: Called when entering into a new ini entry e.g. "[Window][Name]" 606 void (*ReadLineFn)(ImGuiContext* ctx, ImGuiSettingsHandler* handler, void* entry, const char* line); // Read: Called for every line of text within an ini entry 607 void (*WriteAllFn)(ImGuiContext* ctx, ImGuiSettingsHandler* handler, ImGuiTextBuffer* out_buf); // Write: Output every entries into 'out_buf' 759 struct ImGuiContext struct 764 bool FontAtlasOwnedByContext; // Io.Fonts-> is owned by the ImGuiContext and will be destructed along with it. 933 ImGuiContext(ImFontAtlas* shared_font_atlas) : OverlayDrawList(NULL) function in struct:ImGuiContext 1202 // FIXME-NAV: Merge all this with the new Nav system, at least the request variables should be moved to ImGuiContext 1211 ImGuiWindow(ImGuiContext* contex [all...] |
| H A D | imgui.h | 105 struct ImGuiContext; // Dear ImGui context (opaque structure, unless including imgui_internal.h) 201 IMGUI_API ImGuiContext* CreateContext(ImFontAtlas* shared_font_atlas = NULL); 202 IMGUI_API void DestroyContext(ImGuiContext* ctx = NULL); // NULL = destroy current context 203 IMGUI_API ImGuiContext* GetCurrentContext(); 204 IMGUI_API void SetCurrentContext(ImGuiContext* ctx); 1892 ImDrawList** CmdLists; // Array of ImDrawList* to render. The ImDrawList are owned by ImGuiContext and only pointed to from here. 1903 void Clear() { Valid = false; CmdLists = NULL; CmdListsCount = TotalVtxCount = TotalIdxCount = 0; DisplayPos = DisplaySize = FramebufferScale = ImVec2(0.f, 0.f); } // The ImDrawList are owned by ImGuiContext!
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imconfig.h | 17 struct ImGuiContext; 18 extern thread_local ImGuiContext* __MesaImGui;
|
| H A D | imgui.cpp | 1005 static void* SettingsHandlerWindow_ReadOpen(ImGuiContext*, ImGuiSettingsHandler*, const char* name); 1006 static void SettingsHandlerWindow_ReadLine(ImGuiContext*, ImGuiSettingsHandler*, void* entry, const char* line); 1007 static void SettingsHandlerWindow_WriteAll(ImGuiContext* imgui_ctx, ImGuiSettingsHandler* handler, ImGuiTextBuffer* buf); 1050 // struct ImGuiContext; 1051 // extern thread_local ImGuiContext* MyImGuiTLS; 1057 ImGuiContext* GImGui = NULL; 2287 ImGuiContext& g = *GImGui; 2313 ImGuiContext& g = *GImGui; 2365 ImGuiContext& g = *GImGui; 2375 ImGuiContext [all...] |
| H A D | imgui_widgets.cpp | 133 ImGuiContext& g = *GImGui; 248 ImGuiContext& g = *GImGui; 316 ImGuiContext& g = *GImGui; 350 ImGuiContext& g = *GImGui; 390 ImGuiContext& g = *GImGui; 550 ImGuiContext& g = *GImGui; 594 ImGuiContext& g = *GImGui; 632 ImGuiContext& g = *GImGui; 664 ImGuiContext& g = *GImGui; 693 ImGuiContext [all...] |
| H A D | imgui_internal.h | 67 struct ImGuiContext; // Main imgui context 116 extern IMGUI_API ImGuiContext* GImGui; // Current implicit ImGui context pointer 605 void* (*ReadOpenFn)(ImGuiContext* ctx, ImGuiSettingsHandler* handler, const char* name); // Read: Called when entering into a new ini entry e.g. "[Window][Name]" 606 void (*ReadLineFn)(ImGuiContext* ctx, ImGuiSettingsHandler* handler, void* entry, const char* line); // Read: Called for every line of text within an ini entry 607 void (*WriteAllFn)(ImGuiContext* ctx, ImGuiSettingsHandler* handler, ImGuiTextBuffer* out_buf); // Write: Output every entries into 'out_buf' 759 struct ImGuiContext struct 764 bool FontAtlasOwnedByContext; // Io.Fonts-> is owned by the ImGuiContext and will be destructed along with it. 933 ImGuiContext(ImFontAtlas* shared_font_atlas) : OverlayDrawList(NULL) function in struct:ImGuiContext 1202 // FIXME-NAV: Merge all this with the new Nav system, at least the request variables should be moved to ImGuiContext 1211 ImGuiWindow(ImGuiContext* contex [all...] |
| H A D | imgui.h | 105 struct ImGuiContext; // Dear ImGui context (opaque structure, unless including imgui_internal.h) 201 IMGUI_API ImGuiContext* CreateContext(ImFontAtlas* shared_font_atlas = NULL); 202 IMGUI_API void DestroyContext(ImGuiContext* ctx = NULL); // NULL = destroy current context 203 IMGUI_API ImGuiContext* GetCurrentContext(); 204 IMGUI_API void SetCurrentContext(ImGuiContext* ctx); 1892 ImDrawList** CmdLists; // Array of ImDrawList* to render. The ImDrawList are owned by ImGuiContext and only pointed to from here. 1903 void Clear() { Valid = false; CmdLists = NULL; CmdListsCount = TotalVtxCount = TotalIdxCount = 0; DisplayPos = DisplaySize = FramebufferScale = ImVec2(0.f, 0.f); } // The ImDrawList are owned by ImGuiContext!
|
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/ |
| H A D | overlay.cpp | 165 ImGuiContext* imgui_context; 205 thread_local ImGuiContext* __MesaImGui;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/ |
| H A D | aubinator_viewer.cpp | 326 thread_local ImGuiContext* __MesaImGui;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | aubinator_viewer.cpp | 324 thread_local ImGuiContext* __MesaImGui;
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/ |
| H A D | overlay.cpp | 181 ImGuiContext* imgui_context; 221 thread_local ImGuiContext* __MesaImGui;
|
Completed in 125 milliseconds