Home
last modified time | relevance | path

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

/third_party/flutter/glfw/src/
Dglx_context.c208 static GLFWglproc getProcAddressGLX(const char* procname) in getProcAddressGLX() function
349 getProcAddressGLX("glXSwapIntervalEXT"); in _glfwInitGLX()
358 getProcAddressGLX("glXSwapIntervalSGI"); in _glfwInitGLX()
367 getProcAddressGLX("glXSwapIntervalMESA"); in _glfwInitGLX()
385 getProcAddressGLX("glXCreateContextAttribsARB"); in _glfwInitGLX()
606 window->context.getProcAddress = getProcAddressGLX; in _glfwCreateContextGLX()