Searched refs:gGLKey (Results 1 – 2 of 2) sorted by relevance
591 extern pthread_key_t gGLKey;593 pthread_setspecific(gGLKey, value); in setGlThreadSpecific()596 return static_cast<ogles_context_t*>(pthread_getspecific(gGLKey)); in getGlThreadSpecific()
69 pthread_key_t gGLKey = -1; variable1381 if (gGLKey == -1) { in eglGetDisplay()1383 if (gGLKey == -1) in eglGetDisplay()1384 pthread_key_create(&gGLKey, NULL); in eglGetDisplay()