Home
last modified time | relevance | path

Searched defs:ImDrawList (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimgui.h1797 struct ImDrawList global() struct
1819 ImDrawList(const ImDrawListSharedData* shared_data) { _Data = shared_data; _OwnerName = NULL; Clear(); } ImDrawList() function
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h2392 struct ImDrawList global() struct
2414 ImDrawList(const ImDrawListSharedData* shared_data) { memset(this, 0, sizeof(*this)); _Data = shared_data; } ImDrawList() function
[all...]
H A Dimgui.cpp12228 DebugNodeDrawList(ImGuiWindow*, const ImDrawList*, const char*) DebugNodeDrawList() argument
12229 DebugNodeDrawCmdShowMeshAndBoundingBox(ImDrawList*, const ImDrawList*, const ImDrawCmd*, bool, bool) DebugNodeDrawCmdShowMeshAndBoundingBox() argument
[all...]

Completed in 19 milliseconds