Searched refs:glvnd_vendor (Results 1 – 2 of 2) sorted by relevance
59 static GlxServerVendor *glvnd_vendor = NULL; variable322 if (glvnd_vendor != NULL) { in xorgGlxCloseExtension()323 glxServer.destroyVendor(glvnd_vendor); in xorgGlxCloseExtension()324 glvnd_vendor = NULL; in xorgGlxCloseExtension()509 if (glvnd_vendor == NULL) { in xorgGlxInitGLVNDVendor()518 glvnd_vendor = glxServer.createVendor(imports); in xorgGlxInitGLVNDVendor()535 if (!glvnd_vendor) { in xorgGlxServerInit()561 glxServer.setScreenVendor(pScreen, glvnd_vendor); in xorgGlxServerInit()
9855 glx: keep glvnd_vendor a private [static] variable