Searched refs:tls_hooks (Results 1 – 2 of 2) sorted by relevance
86 gl_hooks_t const * volatile * tls_hooks = in get_tls_hooks() local88 return tls_hooks; in get_tls_hooks()92 gl_hooks_t const * volatile * tls_hooks = get_tls_hooks(); in getGlThreadSpecific() local93 gl_hooks_t const* hooks = tls_hooks[TLS_SLOT_OPENGL_API]; in getGlThreadSpecific()
244 gl_hooks_t const * volatile * tls_hooks = get_tls_hooks(); in setGlThreadSpecific() local245 tls_hooks[TLS_SLOT_OPENGL_API] = value; in setGlThreadSpecific()