Searched refs:glXGetProcAddressARB (Results 1 – 4 of 4) sorted by relevance
50 extern void *glXGetProcAddressARB(const char *);57 void *glXGetProcAddressARB(const char *symbol) in glXGetProcAddressARB() function96 __glXsetGetProcAddress((glx_gpa_proc)glXGetProcAddressARB); in glWinSelectImplementation()102 proctype proc = (proctype)glXGetProcAddressARB(symbol); \
88 extern glx_func_ptr glXGetProcAddressARB(const char *);467 __glXsetGetProcAddress(glXGetProcAddressARB); in __glXDRIscreenProbe()
121 extern glx_func_ptr glXGetProcAddressARB(const char *);998 __glXsetGetProcAddress(glXGetProcAddressARB); in __glXDRIscreenProbe()
40581 Also, explicitly prototype glXGetProcAddressARB(), as glx/glxdri*.c does, as