Home
last modified time | relevance | path

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

/third_party/flutter/glfw/src/
Dcontext.c333 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()
Dposix_tls.c64 _GLFWwindow* _glfwPlatformGetCurrentContext(void) in _glfwPlatformGetCurrentContext() function
Dwin32_tls.c65 _GLFWwindow* _glfwPlatformGetCurrentContext(void) in _glfwPlatformGetCurrentContext() function
Degl_context.c207 if (window != _glfwPlatformGetCurrentContext()) in swapBuffersEGL()
236 _GLFWwindow* window = _glfwPlatformGetCurrentContext(); in getProcAddressEGL()
Dwindow.c191 previous = _glfwPlatformGetCurrentContext(); in glfwCreateWindow()
391 if (window == _glfwPlatformGetCurrentContext()) in glfwDestroyWindow()
Dinternal.h771 _GLFWwindow* _glfwPlatformGetCurrentContext(void);
Dnsgl_context.m48 _GLFWwindow* window = _glfwPlatformGetCurrentContext();
Dwgl_context.c274 _GLFWwindow* window = _glfwPlatformGetCurrentContext(); in swapIntervalWGL()
Dglx_context.c178 _GLFWwindow* window = _glfwPlatformGetCurrentContext(); in swapIntervalGLX()