Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
Dhooks.h86 gl_hooks_t const * volatile * tls_hooks = in get_tls_hooks() local
88 return tls_hooks; in get_tls_hooks()
92 gl_hooks_t const * volatile * tls_hooks = get_tls_hooks(); in getGlThreadSpecific() local
93 gl_hooks_t const* hooks = tls_hooks[TLS_SLOT_OPENGL_API]; in getGlThreadSpecific()
/frameworks/native/opengl/libs/EGL/
Degl.cpp244 gl_hooks_t const * volatile * tls_hooks = get_tls_hooks(); in setGlThreadSpecific() local
245 tls_hooks[TLS_SLOT_OPENGL_API] = value; in setGlThreadSpecific()