Home
last modified time | relevance | path

Searched refs:GLServerVersion (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/glx/
H A Dsingle2.c373 if (atof(string) > atof(GLServerVersion)) { in DoGetString()
374 if (asprintf(&buf, "%s (%s)", GLServerVersion, string) == -1) { in DoGetString()
375 string = GLServerVersion; in DoGetString()
H A Dglxext.h61 extern const char GLServerVersion[];
H A Dglxscreens.c56 const char GLServerVersion[] = "1.4"; variable