Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_allegro5.cpp146 static ImVector<int> indices_converted; in ImGui_ImplAllegro5_RenderDrawData() local
147 indices_converted.resize(cmd_list->IdxBuffer.Size); in ImGui_ImplAllegro5_RenderDrawData()
149 indices_converted[i] = (int)cmd_list->IdxBuffer.Data[i]; in ImGui_ImplAllegro5_RenderDrawData()
150 indices = indices_converted.Data; in ImGui_ImplAllegro5_RenderDrawData()