Searched refs:gGLTraceKey (Results 1 – 1 of 1) sorted by relevance
58 EGLAPI pthread_key_t gGLTraceKey = -1; variable100 pthread_setspecific(gGLTraceKey, value); in setGlTraceThreadSpecific()104 return static_cast<gl_hooks_t*>(pthread_getspecific(gGLTraceKey)); in getGLTraceThreadSpecific()234 pthread_key_create(&gGLTraceKey, NULL); in early_egl_init()