Home | History | Annotate | Download | only in glx

Lines Matching defs:Name

25  * Except as contained in this notice, the name of Silicon Graphics, Inc.
1317 glXGetClientString(Display * dpy, int name)
1321 switch (name) {
1334 glXQueryServerString(Display * dpy, int screen, int name)
1345 switch (name) {
1360 *str = __glXQueryServerString(dpy, priv->majorOpcode, screen, name);
2470 const char *Name;
2618 for (i = 0; GLX_functions[i].Name; i++) {
2619 if (strcmp(GLX_functions[i].Name, funcName) == 0)
2627 * Get the address of a named GL function. This is the pre-GLX 1.4 name for
2630 * \param procName Name of a GL or GLX function.
2642 * fails and the supplied name could be a valid core GL name, try
2666 * Get the address of a named GL function. This is the GLX 1.4 name for
2669 * \param procName Name of a GL or GLX function.