Home
last modified time | relevance | path

Searched refs:_glfwPlatformSetTls (Results 1 - 8 of 8) sorted by relevance

/third_party/glfw/src/
H A Dposix_thread.c68 void _glfwPlatformSetTls(_GLFWtls* tls, void* value) in _glfwPlatformSetTls() function
H A Dwin32_thread.c67 void _glfwPlatformSetTls(_GLFWtls* tls, void* value) in _glfwPlatformSetTls() function
H A Dwgl_context.c306 _glfwPlatformSetTls(&_glfw.contextSlot, window); in makeContextCurrentWGL()
311 _glfwPlatformSetTls(&_glfw.contextSlot, NULL); in makeContextCurrentWGL()
322 _glfwPlatformSetTls(&_glfw.contextSlot, NULL); in makeContextCurrentWGL()
H A Dinit.c364 _glfwPlatformSetTls(&_glfw.errorSlot, error); in _glfwInputError()
419 _glfwPlatformSetTls(&_glfw.errorSlot, &_glfwMainThreadError); in glfwInit()
H A Dosmesa_context.c65 _glfwPlatformSetTls(&_glfw.contextSlot, window); in makeContextCurrentOSMesa()
H A Dglx_context.c182 _glfwPlatformSetTls(&_glfw.contextSlot, window); in makeContextCurrentGLX()
H A Degl_context.c272 _glfwPlatformSetTls(&_glfw.contextSlot, window); in makeContextCurrentEGL()
H A Dinternal.h905 void _glfwPlatformSetTls(_GLFWtls* tls, void* value);

Completed in 8 milliseconds