Searched refs:gGLKey (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dcontext.h587 extern pthread_key_t gGLKey;
589 pthread_setspecific(gGLKey, value);
592 return static_cast<ogles_context_t*>(pthread_getspecific(gGLKey));
H A Degl.cpp69 pthread_key_t gGLKey = -1; member in namespace:android::gl
1381 if (gGLKey == -1) {
1383 if (gGLKey == -1)
1384 pthread_key_create(&gGLKey, NULL);

Completed in 10 milliseconds