Searched refs:GetProcAddressARB (Results 1 – 4 of 4) sorted by relevance
212 else if (_glfw.glx.GetProcAddressARB) in getProcAddressGLX()213 return _glfw.glx.GetProcAddressARB((const GLubyte*) procname); in getProcAddressGLX()298 _glfw.glx.GetProcAddressARB = in _glfwInitGLX()316 !_glfw.glx.GetProcAddressARB || in _glfwInitGLX()
152 PFNGLXGETPROCADDRESSPROC GetProcAddressARB; member
76 * Should GetProcAddressARB allow querying of itself?81 GetProcAddressARB is to return pointers to extension functions and82 GetProcAddressARB is itself such a function! This presents a
66 * Should GetProcAddressARB allow querying of itself?71 GetProcAddressARB is to return pointers to extension functions and72 GetProcAddressARB is itself such a function! This presents a