Searched refs:g_VboHandle (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/imgui/ |
| H A D | imgui_impl_opengl3.cpp | 72 static unsigned int g_VboHandle = 0, g_ElementsHandle = 0; variable in typeref:typename:unsigned int 165 glBindBuffer(GL_ARRAY_BUFFER, g_VboHandle); 180 glBindBuffer(GL_ARRAY_BUFFER, g_VboHandle); 406 glGenBuffers(1, &g_VboHandle); 421 if (g_VboHandle) glDeleteBuffers(1, &g_VboHandle); 423 g_VboHandle = g_ElementsHandle = 0;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/imgui/ |
| H A D | imgui_impl_opengl3.cpp | 72 static unsigned int g_VboHandle = 0, g_ElementsHandle = 0; variable in typeref:typename:unsigned int 165 glBindBuffer(GL_ARRAY_BUFFER, g_VboHandle); 180 glBindBuffer(GL_ARRAY_BUFFER, g_VboHandle); 406 glGenBuffers(1, &g_VboHandle); 421 if (g_VboHandle) glDeleteBuffers(1, &g_VboHandle); 423 g_VboHandle = g_ElementsHandle = 0;
|
Completed in 4 milliseconds