Lines Matching refs:_glfw_dlsym
240 GLFWglproc proc = (GLFWglproc) _glfw_dlsym(window->context.egl.client, in getProcAddressEGL()
319 _glfw_dlsym(_glfw.egl.handle, "eglGetConfigAttrib"); in _glfwInitEGL()
321 _glfw_dlsym(_glfw.egl.handle, "eglGetConfigs"); in _glfwInitEGL()
323 _glfw_dlsym(_glfw.egl.handle, "eglGetDisplay"); in _glfwInitEGL()
325 _glfw_dlsym(_glfw.egl.handle, "eglGetError"); in _glfwInitEGL()
327 _glfw_dlsym(_glfw.egl.handle, "eglInitialize"); in _glfwInitEGL()
329 _glfw_dlsym(_glfw.egl.handle, "eglTerminate"); in _glfwInitEGL()
331 _glfw_dlsym(_glfw.egl.handle, "eglBindAPI"); in _glfwInitEGL()
333 _glfw_dlsym(_glfw.egl.handle, "eglCreateContext"); in _glfwInitEGL()
335 _glfw_dlsym(_glfw.egl.handle, "eglDestroySurface"); in _glfwInitEGL()
337 _glfw_dlsym(_glfw.egl.handle, "eglDestroyContext"); in _glfwInitEGL()
339 _glfw_dlsym(_glfw.egl.handle, "eglCreateWindowSurface"); in _glfwInitEGL()
341 _glfw_dlsym(_glfw.egl.handle, "eglMakeCurrent"); in _glfwInitEGL()
343 _glfw_dlsym(_glfw.egl.handle, "eglSwapBuffers"); in _glfwInitEGL()
345 _glfw_dlsym(_glfw.egl.handle, "eglSwapInterval"); in _glfwInitEGL()
347 _glfw_dlsym(_glfw.egl.handle, "eglQueryString"); in _glfwInitEGL()
349 _glfw_dlsym(_glfw.egl.handle, "eglGetProcAddress"); in _glfwInitEGL()