Home
last modified time | relevance | path

Searched refs:getProcAddressGLX (Results 1 - 1 of 1) sorted by relevance

/third_party/glfw/src/
H A Dglx_context.c223 static GLFWglproc getProcAddressGLX(const char* procname) in getProcAddressGLX() function
369 getProcAddressGLX("glXSwapIntervalEXT"); in _glfwInitGLX()
378 getProcAddressGLX("glXSwapIntervalSGI"); in _glfwInitGLX()
387 getProcAddressGLX("glXSwapIntervalMESA"); in _glfwInitGLX()
405 getProcAddressGLX("glXCreateContextAttribsARB"); in _glfwInitGLX()
633 window->context.getProcAddress = getProcAddressGLX; in _glfwCreateContextGLX()

Completed in 2 milliseconds