Searched refs:current_glctx_tls (Results 1 – 2 of 2) sorted by relevance
376 SDL_TLSID current_glctx_tls; member
532 _this->current_glctx_tls = SDL_TLSCreate(); in SDL_VideoInit()3576 SDL_TLSSet(_this->current_glctx_tls, ctx, NULL); in SDL_GL_CreateContext()3609 SDL_TLSSet(_this->current_glctx_tls, ctx, NULL); in SDL_GL_MakeCurrent()3631 return (SDL_GLContext)SDL_TLSGet(_this->current_glctx_tls); in SDL_GL_GetCurrentContext()
Completed in 14 milliseconds