Home | History | Annotate | Download | only in glx

Lines Matching defs:glXGetProcAddress

114    PFNGLXGETPROCADDRESSPROC glXGetProcAddress;
1030 return (_EGLProc) GLX_drv->glXGetProcAddress((const GLubyte *) procname);
1075 GLX_drv->glXGetProcAddress = dlsym(RTLD_DEFAULT, "glXGetProcAddress");
1076 if (!GLX_drv->glXGetProcAddress)
1077 GLX_drv->glXGetProcAddress = dlsym(RTLD_DEFAULT, "glXGetProcAddressARB");
1078 if (!GLX_drv->glXGetProcAddress) {
1083 GLX_drv->glXGetProcAddress = dlsym(handle, "glXGetProcAddress");
1084 if (!GLX_drv->glXGetProcAddress)
1085 GLX_drv->glXGetProcAddress = dlsym(handle, "glXGetProcAddressARB");
1086 if (!GLX_drv->glXGetProcAddress)
1093 GLX_drv->glXGetProcAddress((const GLubyte *) #proc_name); \