Home
last modified time | relevance | path

Searched refs:tls_hooks (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/opengl/libs/
Dhooks.h82 gl_hooks_t const * volatile * tls_hooks = in get_tls_hooks() local
84 return tls_hooks; in get_tls_hooks()
88 gl_hooks_t const * volatile * tls_hooks = get_tls_hooks(); in getGlThreadSpecific() local
89 gl_hooks_t const* hooks = tls_hooks[TLS_SLOT_OPENGL_API]; in getGlThreadSpecific()
/frameworks/native/opengl/libs/EGL/
Degl.cpp237 gl_hooks_t const * volatile * tls_hooks = get_tls_hooks(); in setGlThreadSpecific() local
238 tls_hooks[TLS_SLOT_OPENGL_API] = value; in setGlThreadSpecific()