Home | History | Annotate | Download | only in x11

Lines Matching full:funcname

1377 _glxapi_get_proc_address(const char *funcName)
1383 if (strcmp(GLX_functions[i].Name, funcName+1) == 0)
1385 if (strcmp(GLX_functions[i].Name, funcName) == 0)