Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_draw.cpp2796 const int idx_count_max = (int)(text_end - s) * 6; in RenderText() local
2797 const int idx_expected_size = draw_list->IdxBuffer.Size + idx_count_max; in RenderText()
2798 draw_list->PrimReserve(idx_count_max, vtx_count_max); in RenderText()