Searched refs:PrimReserve (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imgui_draw.cpp | 603 void ImDrawList::PrimReserve(int idx_count, int vtx_count) in PrimReserve() function in ImDrawList 689 PrimReserve(idx_count, vtx_count); in AddPolyline() 828 PrimReserve(idx_count, vtx_count); in AddPolyline() 871 PrimReserve(idx_count, vtx_count); in AddConvexPolyFilled() 923 PrimReserve(idx_count, vtx_count); in AddConvexPolyFilled() 1078 PrimReserve(6, 4); in AddRectFilled() 1089 PrimReserve(6, 4); in AddRectFilledMultiColor() 1219 PrimReserve(6, 4); in AddImage() 1235 PrimReserve(6, 4); in AddImageQuad() 2744 draw_list->PrimReserve(6, 4); in RenderChar() [all …]
|
D | imgui.h | 1876 IMGUI_API void PrimReserve(int idx_count, int vtx_count);
|
D | imgui_widgets.cpp | 4350 draw_list->PrimReserve(6, 6); in ColorPicker4()
|