Home
last modified time | relevance | path

Searched refs:glvnd_vendor (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/glx/
H A Dglxext.c59 static GlxServerVendor *glvnd_vendor = NULL; variable
322 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()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog9855 glx: keep glvnd_vendor a private [static] variable