Lines Matching full:ext_str
1369 char *ext_str = __glXGetClientGLExtensionString();1370 int size = strlen(ext_str) + 1;1375 GLX_MAJOR_VERSION, GLX_MINOR_VERSION, size, ext_str);1389 Data(dpy, ext_str, size);1395 Xfree(ext_str);