Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/tools/imgui/
H A Dimgui_impl_opengl3.cpp117 GLint last_vertex_array; glGetIntegerv(GL_VERTEX_ARRAY_BINDING, &last_vertex_array); in ImGui_ImplOpenGL3_RenderDrawData() local
217 glBindVertexArray(last_vertex_array); in ImGui_ImplOpenGL3_RenderDrawData()
307 GLint last_texture, last_array_buffer, last_vertex_array; in ImGui_ImplOpenGL3_CreateDeviceObjects() local
310 glGetIntegerv(GL_VERTEX_ARRAY_BINDING, &last_vertex_array); in ImGui_ImplOpenGL3_CreateDeviceObjects()
414 glBindVertexArray(last_vertex_array); in ImGui_ImplOpenGL3_CreateDeviceObjects()
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_opengl3.cpp592 GLint last_vertex_array; in ImGui_ImplOpenGL3_CreateDeviceObjects() local
593 glGetIntegerv(GL_VERTEX_ARRAY_BINDING, &last_vertex_array); in ImGui_ImplOpenGL3_CreateDeviceObjects()
765 glBindVertexArray(last_vertex_array); in ImGui_ImplOpenGL3_CreateDeviceObjects()

Completed in 3 milliseconds