Searched refs:_glfwPlatformGetCurrentContext (Results 1 – 9 of 9) sorted by relevance
333 window = _glfwPlatformGetCurrentContext(); in _glfwRefreshContextAttribs()580 _GLFWwindow* previous = _glfwPlatformGetCurrentContext(); in glfwMakeContextCurrent()603 return (GLFWwindow*) _glfwPlatformGetCurrentContext(); in glfwGetCurrentContext()628 window = _glfwPlatformGetCurrentContext(); in glfwSwapInterval()646 window = _glfwPlatformGetCurrentContext(); in glfwExtensionSupported()711 window = _glfwPlatformGetCurrentContext(); in glfwGetProcAddress()
64 _GLFWwindow* _glfwPlatformGetCurrentContext(void) in _glfwPlatformGetCurrentContext() function
65 _GLFWwindow* _glfwPlatformGetCurrentContext(void) in _glfwPlatformGetCurrentContext() function
207 if (window != _glfwPlatformGetCurrentContext()) in swapBuffersEGL()236 _GLFWwindow* window = _glfwPlatformGetCurrentContext(); in getProcAddressEGL()
191 previous = _glfwPlatformGetCurrentContext(); in glfwCreateWindow()391 if (window == _glfwPlatformGetCurrentContext()) in glfwDestroyWindow()
771 _GLFWwindow* _glfwPlatformGetCurrentContext(void);
48 _GLFWwindow* window = _glfwPlatformGetCurrentContext();
274 _GLFWwindow* window = _glfwPlatformGetCurrentContext(); in swapIntervalWGL()
178 _GLFWwindow* window = _glfwPlatformGetCurrentContext(); in swapIntervalGLX()