Searched refs:glXGetProcAddressARB (Results 1 – 10 of 10) sorted by relevance
169 { "glXGetProcAddressARB", (__GLXextFuncPtr) glXGetProcAddressARB },199 glXGetProcAddressARB(const GLubyte *procName) in glXGetProcAddressARB() function217 return glXGetProcAddressARB(procName); in glXGetProcAddress()
79 #define glXGetProcAddressARB mglXGetProcAddressARB macro
331 extern __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *);
578 extern __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *procName);
178 …(PFNGLXCREATECONTEXTATTRIBSARBPROC) glXGetProcAddressARB((GrGLubyte*)"glXCreateContextAttribsARB"); in GLXGLContext()
1355 { "glXGetProcAddressARB", (__GLXextFuncPtr) glXGetProcAddressARB },1399 glXGetProcAddressARB(const GLubyte *procName) in glXGetProcAddressARB() function1417 return glXGetProcAddressARB(procName); in glXGetProcAddress()
2582 GLX_FUNCTION(glXGetProcAddressARB),2585 GLX_FUNCTION2(glXGetProcAddress, glXGetProcAddressARB),2635 _X_EXPORT void (*glXGetProcAddressARB(const GLubyte * procName)) (void) in glXGetProcAddressARB() function2679 return glXGetProcAddressARB(procName);
164 glXGetProcAddressARB() function.
142 is a wrapper for glXGetProcAddressARB() and wglGetProcAddress(). It
769 - glXGetProcAddressARB() didn't always return the right address921 - use glXGetProcAddressARB in GLUT to avoid extension linking problems