Home
last modified time | relevance | path

Searched refs:glXGetProcAddressARB (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/glx/
H A Dglshim.c50 extern void *glXGetProcAddressARB(const char *);
57 void *glXGetProcAddressARB(const char *symbol) in glXGetProcAddressARB() function
96 __glXsetGetProcAddress((glx_gpa_proc)glXGetProcAddressARB); in glWinSelectImplementation()
102 proctype proc = (proctype)glXGetProcAddressARB(symbol); \
/OK3568_Linux_fs/external/xserver/glx/
H A Dglxdriswrast.c88 extern glx_func_ptr glXGetProcAddressARB(const char *);
467 __glXsetGetProcAddress(glXGetProcAddressARB); in __glXDRIscreenProbe()
H A Dglxdri2.c121 extern glx_func_ptr glXGetProcAddressARB(const char *);
998 __glXsetGetProcAddress(glXGetProcAddressARB); in __glXDRIscreenProbe()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog40581 Also, explicitly prototype glXGetProcAddressARB(), as glx/glxdri*.c does, as