Home | History | Annotate | Download | only in glx

Lines Matching refs:glXGetProcAddressARB

2582    GLX_FUNCTION(glXGetProcAddressARB),
2585 GLX_FUNCTION2(glXGetProcAddress, glXGetProcAddressARB),
2635 _X_EXPORT void (*glXGetProcAddressARB(const GLubyte * procName)) (void)
2667 * \c glXGetProcAddressARB.
2672 * \sa glXGetProcAddressARB
2676 __attribute__ ((alias("glXGetProcAddressARB")));
2679 return glXGetProcAddressARB(procName);