Searched refs:glXGetProcAddress (Results 1 – 17 of 17) sorted by relevance
102 extern void (*glXGetProcAddress(const unsigned char *procName))();106 return glXGetProcAddress(procName); in linker_foo()
53 glXGetProcAddress(reinterpret_cast<const GLubyte *>(#fun))); in Init()57 glXGetProcAddress(reinterpret_cast<const GLubyte *>( in Init()
94 { "glXGetProcAddress", (__GLXextFuncPtr) glXGetProcAddress },216 void (*glXGetProcAddress(const GLubyte *procName))() in glXGetProcAddress() function
24 return glXGetProcAddress(reinterpret_cast<const GLubyte*>(name)); in glx_get()
12 #define GLEXT_GetProcAddress glXGetProcAddress
26 o glXGetProcAddress (a GLX 1.4 feature and ARB extension)28 glXGetProcAddress should work and allow getting the address of any
78 #define glXGetProcAddress mglXGetProcAddress macro
325 extern void (*glXGetProcAddress(const GLubyte *procname))( void );
157 __GLXextFuncPtr glXGetProcAddress (const GLubyte *procName);
342 return glXGetProcAddress(reinterpret_cast<const GLubyte*>(procName)); in onPlatformGetProcAddress()
204 glXGetProcAddress( in GlxContextFactory()612 return glXGetProcAddress(reinterpret_cast<const GLubyte*>(name)); in get()
104 glXGetProcAddress() is the only new function in GLX 1.4.
1230 { "glXGetProcAddress", (__GLXextFuncPtr) glXGetProcAddress },1372 (*glXGetProcAddress(const GLubyte *procName))() in glXGetProcAddress() function
331 #define GLX_GET_PROC_ADDR(name) glXGetProcAddress(reinterpret_cast<const GLubyte*>((name)))
2583 GLX_FUNCTION2(glXGetProcAddress, glXGetProcAddressARB),2679 GLX_ALIAS(__GLXextFuncPtr, glXGetProcAddress,
917 - fixed a few glXGetProcAddress() errors (texture compression, etc)