Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/tools/imgui/
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/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_opengl3.cpp155 GLint last_vertex_array; glGetIntegerv(GL_VERTEX_ARRAY_BINDING, &last_vertex_array); in ImGui_ImplOpenGL3_RenderDrawData() local
271 glBindVertexArray(last_vertex_array); in ImGui_ImplOpenGL3_RenderDrawData()
363 GLint last_texture, last_array_buffer, last_vertex_array; in ImGui_ImplOpenGL3_CreateDeviceObjects() local
366 glGetIntegerv(GL_VERTEX_ARRAY_BINDING, &last_vertex_array); in ImGui_ImplOpenGL3_CreateDeviceObjects()
530 glBindVertexArray(last_vertex_array); in ImGui_ImplOpenGL3_CreateDeviceObjects()
/third_party/skia/third_party/externals/imgui/backends/
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()