Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl.cpp54 pthread_key_t gGLWrapperKey = -1; variable
185 pthread_key_create(&gGLWrapperKey, NULL); in early_egl_init()
321 pthread_setspecific(gGLWrapperKey, value); in setGlThreadSpecific()
325 gl_hooks_t const* hooks = static_cast<gl_hooks_t*>(pthread_getspecific(gGLWrapperKey)); in getGlThreadSpecific()
Degldefs.h52 extern pthread_key_t gGLWrapperKey;