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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp2796 const int idx_count_max = (int)(text_end - s) * 6; local in function:ImFont::RenderText
2797 const int idx_expected_size = draw_list->IdxBuffer.Size + idx_count_max;
2798 draw_list->PrimReserve(idx_count_max, vtx_count_max);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp2796 const int idx_count_max = (int)(text_end - s) * 6; local in function:ImFont::RenderText
2797 const int idx_expected_size = draw_list->IdxBuffer.Size + idx_count_max;
2798 draw_list->PrimReserve(idx_count_max, vtx_count_max);

Completed in 15 milliseconds