Searched refs:glXGetProcAddressARB (Results 1 – 19 of 19) sorted by relevance
163 { "glXGetProcAddressARB", (__GLXextFuncPtr) glXGetProcAddressARB },193 glXGetProcAddressARB(const GLubyte *procName) in glXGetProcAddressARB() function211 return glXGetProcAddressARB(procName); in glXGetProcAddress()
73 CreateContextAttribsFn* createContextAttribs = (CreateContextAttribsFn*)glXGetProcAddressARB( in onInitializeContext()135 (PFNGLXSWAPINTERVALEXTPROC)glXGetProcAddressARB( in onInitializeContext()
14 #define GLEXT_GetProcAddress glXGetProcAddressARB
17 return glXGetProcAddressARB(procName); in __glXGLVNDGetProcAddress()
2507 GLX_FUNCTION(glXGetProcAddressARB),2510 GLX_FUNCTION2(glXGetProcAddress, glXGetProcAddressARB),2607 _GLX_PUBLIC void (*glXGetProcAddressARB(const GLubyte * procName)) (void) in glXGetProcAddressARB() function2649 (procName), glXGetProcAddressARB)
72 CreateContextAttribsFn* createContextAttribs = (CreateContextAttribsFn*)glXGetProcAddressARB( in onInitializeContext()
1176 { "glXGetProcAddressARB", (__GLXextFuncPtr) glXGetProcAddressARB },1216 glXGetProcAddressARB(const GLubyte *procName) in glXGetProcAddressARB() function1234 return glXGetProcAddressARB(procName); in glXGetProcAddress()
302 glXGetProcAddressARB((GrGLubyte*)"glXCreateContextAttribsARB"); in CreateBestContext()
301 glXGetProcAddressARB((GrGLubyte*)"glXCreateContextAttribsARB"); in CreateBestContext()
90 glXGetProcAddressARB()).
142 is a wrapper for glXGetProcAddressARB() and wglGetProcAddress(). It
313 extern __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *);
214 __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *procName);
862 return glXGetProcAddressARB((const GLubyte *)name); in epoxy_get_proc_address()
164 glXGetProcAddressARB() function.
942 - glXGetProcAddressARB() didn't always return the right address1120 - use glXGetProcAddressARB in GLUT to avoid extension linking problems
478 extern void ( * glXGetProcAddressARB (const GLubyte *procName)) (void);
179 # define glewGetProcAddress(name) (*glXGetProcAddressARB)(name)