Searched refs:GLServerVersion (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglxext.h49 extern const char GLServerVersion[];
H A Dsingle2.c366 if ( atof( string ) > atof( GLServerVersion ) ) {
367 buf = malloc( strlen( string ) + strlen( GLServerVersion ) + 4 );
369 string = GLServerVersion;
372 sprintf( buf, "%s (%s)", GLServerVersion, string );
H A Dglxscreens.c50 const char GLServerVersion[] = "1.4"; variable in typeref:typename:const char[]
/xsrc/external/mit/xorg-server/dist/glx/
H A Dglxext.h66 extern const char GLServerVersion[];
H A Dsingle2.c373 if (atof(string) > atof(GLServerVersion)) {
374 if (asprintf(&buf, "%s (%s)", GLServerVersion, string) == -1) {
375 string = GLServerVersion;
H A Dglxscreens.c56 const char GLServerVersion[] = "1.4"; variable in typeref:typename:const char[]

Completed in 5 milliseconds