Searched refs:g_VboHandle (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/intel/tools/imgui/ |
D | imgui_impl_opengl3.cpp | 72 static unsigned int g_VboHandle = 0, g_ElementsHandle = 0; variable 165 glBindBuffer(GL_ARRAY_BUFFER, g_VboHandle); in ImGui_ImplOpenGL3_RenderDrawData() 180 glBindBuffer(GL_ARRAY_BUFFER, g_VboHandle); in ImGui_ImplOpenGL3_RenderDrawData() 406 glGenBuffers(1, &g_VboHandle); in ImGui_ImplOpenGL3_CreateDeviceObjects() 421 if (g_VboHandle) glDeleteBuffers(1, &g_VboHandle); in ImGui_ImplOpenGL3_DestroyDeviceObjects() 423 g_VboHandle = g_ElementsHandle = 0; in ImGui_ImplOpenGL3_DestroyDeviceObjects()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_opengl3.cpp | 99 static unsigned int g_VboHandle = 0, g_ElementsHandle = 0; variable 214 glBindBuffer(GL_ARRAY_BUFFER, g_VboHandle); in ImGui_ImplOpenGL3_RenderDrawData() 229 glBindBuffer(GL_ARRAY_BUFFER, g_VboHandle); in ImGui_ImplOpenGL3_RenderDrawData() 522 glGenBuffers(1, &g_VboHandle); in ImGui_ImplOpenGL3_CreateDeviceObjects() 537 if (g_VboHandle) glDeleteBuffers(1, &g_VboHandle); in ImGui_ImplOpenGL3_DestroyDeviceObjects() 539 g_VboHandle = g_ElementsHandle = 0; in ImGui_ImplOpenGL3_DestroyDeviceObjects()
|