Searched refs:glXGetProcAddressARB (Results 1 – 13 of 13) sorted by relevance
169 { "glXGetProcAddressARB", (__GLXextFuncPtr) glXGetProcAddressARB },199 glXGetProcAddressARB(const GLubyte *procName) in glXGetProcAddressARB() function217 return glXGetProcAddressARB(procName); in glXGetProcAddress()
14 #define GLEXT_GetProcAddress glXGetProcAddressARB
79 #define glXGetProcAddressARB mglXGetProcAddressARB macro
331 extern __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *);
578 extern __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *procName);
61 CreateContextAttribsFn* createContextAttribs = (CreateContextAttribsFn*)glXGetProcAddressARB( in onInitializeContext()
281 glXGetProcAddressARB((GrGLubyte*)"glXCreateContextAttribsARB"); in CreateBestContext()
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
204 __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *procName);