Searched refs:glXGetProcAddressARB (Results 1 – 16 of 16) sorted by relevance
170 { "glXGetProcAddressARB", (__GLXextFuncPtr) glXGetProcAddressARB },200 glXGetProcAddressARB(const GLubyte *procName) in glXGetProcAddressARB() function218 return glXGetProcAddressARB(procName); in glXGetProcAddress()
14 #define GLEXT_GetProcAddress glXGetProcAddressARB
79 #define glXGetProcAddressARB mglXGetProcAddressARB macro
318 extern __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *);
214 __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *procName);
17 return glXGetProcAddressARB(procName); in __glXGLVNDGetProcAddress()
2566 GLX_FUNCTION(glXGetProcAddressARB),2569 GLX_FUNCTION2(glXGetProcAddress, glXGetProcAddressARB),2625 _GLX_PUBLIC void (*glXGetProcAddressARB(const GLubyte * procName)) (void) in glXGetProcAddressARB() function2667 (procName), glXGetProcAddressARB)
72 CreateContextAttribsFn* createContextAttribs = (CreateContextAttribsFn*)glXGetProcAddressARB( in onInitializeContext()
1224 { "glXGetProcAddressARB", (__GLXextFuncPtr) glXGetProcAddressARB },1264 glXGetProcAddressARB(const GLubyte *procName) in glXGetProcAddressARB() function1282 return glXGetProcAddressARB(procName); in glXGetProcAddress()
301 glXGetProcAddressARB((GrGLubyte*)"glXCreateContextAttribsARB"); in CreateBestContext()
164 glXGetProcAddressARB() function.
769 - glXGetProcAddressARB() didn't always return the right address921 - use glXGetProcAddressARB in GLUT to avoid extension linking problems
142 is a wrapper for glXGetProcAddressARB() and wglGetProcAddress(). It