Home
last modified time | relevance | path

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

/third_party/glfw/src/
H A Dcontext.c362 previous = _glfwPlatformGetTls(&_glfw.contextSlot); in _glfwRefreshContextAttribs()
364 if (_glfwPlatformGetTls(&_glfw.contextSlot) != window) in _glfwRefreshContextAttribs()
623 previous = _glfwPlatformGetTls(&_glfw.contextSlot); in glfwMakeContextCurrent()
645 return _glfwPlatformGetTls(&_glfw.contextSlot); in glfwGetCurrentContext()
671 window = _glfwPlatformGetTls(&_glfw.contextSlot); in glfwSwapInterval()
689 window = _glfwPlatformGetTls(&_glfw.contextSlot); in glfwExtensionSupported()
755 window = _glfwPlatformGetTls(&_glfw.contextSlot); in glfwGetProcAddress()
H A Dposix_thread.c62 void* _glfwPlatformGetTls(_GLFWtls* tls) in _glfwPlatformGetTls() function
H A Dwin32_thread.c61 void* _glfwPlatformGetTls(_GLFWtls* tls) in _glfwPlatformGetTls() function
H A Dinit.c360 error = _glfwPlatformGetTls(&_glfw.errorSlot); in _glfwInputError()
508 error = _glfwPlatformGetTls(&_glfw.errorSlot); in glfwGetError()
H A Degl_context.c277 if (window != _glfwPlatformGetTls(&_glfw.contextSlot)) in swapBuffersEGL()
315 _GLFWwindow* window = _glfwPlatformGetTls(&_glfw.contextSlot); in getProcAddressEGL()
H A Dwgl_context.c349 _GLFWwindow* window = _glfwPlatformGetTls(&_glfw.contextSlot); in swapIntervalWGL()
H A Dglx_context.c192 _GLFWwindow* window = _glfwPlatformGetTls(&_glfw.contextSlot); in swapIntervalGLX()
H A Dinternal.h904 void* _glfwPlatformGetTls(_GLFWtls* tls);
H A Dwindow.c483 if (window == _glfwPlatformGetTls(&_glfw.contextSlot)) in glfwDestroyWindow()

Completed in 14 milliseconds