Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/tools/imgui/
Dimgui_impl_opengl3.cpp178 const ImDrawIdx* idx_buffer_offset = 0; in ImGui_ImplOpenGL3_RenderDrawData() local
204 …)pcmd->ElemCount, sizeof(ImDrawIdx) == 2 ? GL_UNSIGNED_SHORT : GL_UNSIGNED_INT, idx_buffer_offset); in ImGui_ImplOpenGL3_RenderDrawData()
207 idx_buffer_offset += pcmd->ElemCount; in ImGui_ImplOpenGL3_RenderDrawData()