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

/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/imgui/
H A Dimgui_impl_opengl3.cpp68 static GLuint g_FontTexture = 0; variable in typeref:typename:GLuint
93 if (!g_FontTexture)
241 glGenTextures(1, &g_FontTexture);
242 glBindTexture(GL_TEXTURE_2D, g_FontTexture);
249 io.Fonts->TexID = (void *)(intptr_t)g_FontTexture;
259 if (g_FontTexture)
262 glDeleteTextures(1, &g_FontTexture);
264 g_FontTexture = 0;
/xsrc/external/mit/MesaLib/dist/src/intel/tools/imgui/
H A Dimgui_impl_opengl3.cpp68 static GLuint g_FontTexture = 0; variable in typeref:typename:GLuint
93 if (!g_FontTexture)
241 glGenTextures(1, &g_FontTexture);
242 glBindTexture(GL_TEXTURE_2D, g_FontTexture);
249 io.Fonts->TexID = (void *)(intptr_t)g_FontTexture;
259 if (g_FontTexture)
262 glDeleteTextures(1, &g_FontTexture);
264 g_FontTexture = 0;

Completed in 3 milliseconds