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

/frameworks/native/opengl/libagl/
H A Dcontext.h592 extern pthread_key_t gGLKey;
594 pthread_setspecific(gGLKey, value);
597 return static_cast<ogles_context_t*>(pthread_getspecific(gGLKey));
H A Degl.cpp71 pthread_key_t gGLKey = -1; member in namespace:android::gl
1418 if (gGLKey == -1) {
1420 if (gGLKey == -1)
1421 pthread_key_create(&gGLKey, NULL);

Completed in 150 milliseconds