Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/tools/imgui/
H A Dimgui_impl_opengl3.cpp116 GLint last_array_buffer; glGetIntegerv(GL_ARRAY_BUFFER_BINDING, &last_array_buffer); in ImGui_ImplOpenGL3_RenderDrawData() local
218 glBindBuffer(GL_ARRAY_BUFFER, last_array_buffer); in ImGui_ImplOpenGL3_RenderDrawData()
307 GLint last_texture, last_array_buffer, last_vertex_array; in ImGui_ImplOpenGL3_CreateDeviceObjects() local
309 glGetIntegerv(GL_ARRAY_BUFFER_BINDING, &last_array_buffer); in ImGui_ImplOpenGL3_CreateDeviceObjects()
413 glBindBuffer(GL_ARRAY_BUFFER, last_array_buffer); in ImGui_ImplOpenGL3_CreateDeviceObjects()
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_opengl3.cpp385 GLuint last_array_buffer; glGetIntegerv(GL_ARRAY_BUFFER_BINDING, (GLint*)&last_array_buffer); in ImGui_ImplOpenGL3_RenderDrawData() local
482 glBindBuffer(GL_ARRAY_BUFFER, last_array_buffer); in ImGui_ImplOpenGL3_RenderDrawData()
588 GLint last_texture, last_array_buffer; in ImGui_ImplOpenGL3_CreateDeviceObjects() local
590 glGetIntegerv(GL_ARRAY_BUFFER_BINDING, &last_array_buffer); in ImGui_ImplOpenGL3_CreateDeviceObjects()
763 glBindBuffer(GL_ARRAY_BUFFER, last_array_buffer); in ImGui_ImplOpenGL3_CreateDeviceObjects()

Completed in 3 milliseconds