Searched refs:tls_hooks (Results 1 – 2 of 2) sorted by relevance
82 gl_hooks_t const * volatile * tls_hooks = in get_tls_hooks() local84 return tls_hooks; in get_tls_hooks()88 gl_hooks_t const * volatile * tls_hooks = get_tls_hooks(); in getGlThreadSpecific() local89 gl_hooks_t const* hooks = tls_hooks[TLS_SLOT_OPENGL_API]; in getGlThreadSpecific()
237 gl_hooks_t const * volatile * tls_hooks = get_tls_hooks(); in setGlThreadSpecific() local238 tls_hooks[TLS_SLOT_OPENGL_API] = value; in setGlThreadSpecific()