Home
last modified time | relevance | path

Searched defs:idx_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()
687 const int idx_count = thick_line ? count*18 : count*12; in AddPolyline() local
826 const int idx_count = count*6; in AddPolyline() local
869 const int idx_count = (points_count-2)*3 + points_count*6; in AddConvexPolyFilled() local
921 const int idx_count = (points_count-2)*3; in AddConvexPolyFilled() local