Searched refs:gGLWrapperKey (Results 1 – 2 of 2) sorted by relevance
54 pthread_key_t gGLWrapperKey = -1; variable185 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()
52 extern pthread_key_t gGLWrapperKey;