Searched refs:gGLKey (Results 1 – 2 of 2) sorted by relevance
592 extern pthread_key_t gGLKey;594 pthread_setspecific(gGLKey, value); in setGlThreadSpecific()597 return static_cast<ogles_context_t*>(pthread_getspecific(gGLKey)); in getGlThreadSpecific()
91 pthread_key_t gGLKey = -1; variable1438 if (gGLKey == -1) { in eglGetDisplay()1440 if (gGLKey == -1) in eglGetDisplay()1441 pthread_key_create(&gGLKey, NULL); in eglGetDisplay()