Home
last modified time | relevance | path

Searched refs:PrimReserve (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_draw.cpp603 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 …]
Dimgui.h1876 IMGUI_API void PrimReserve(int idx_count, int vtx_count);
Dimgui_widgets.cpp4350 draw_list->PrimReserve(6, 6); in ColorPicker4()