Home
last modified time | relevance | path

Searched defs:vtx_count (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_draw.cpp603 void ImDrawList::PrimReserve(int idx_count, int vtx_count) in PrimReserve()
688 const int vtx_count = thick_line ? points_count*4 : points_count*3; in AddPolyline() local
827 const int vtx_count = count*4; // FIXME-OPT: Not sharing edges in AddPolyline() local
870 const int vtx_count = (points_count*2); in AddConvexPolyFilled() local
922 const int vtx_count = points_count; in AddConvexPolyFilled() local