OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CmdLists
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/imgui/
imgui.h
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/imgui/
imgui.h
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!
Completed in 15 milliseconds
Indexes created Fri Jul 31 00:23:59 UTC 2026