Searched defs:gGLWrapperKey (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A Degl.cpp54 pthread_key_t gGLWrapperKey = -1; member in namespace:android
227 pthread_key_create(&gGLWrapperKey, NULL);
363 pthread_setspecific(gGLWrapperKey, value);
367 gl_hooks_t const* hooks = static_cast<gl_hooks_t*>(pthread_getspecific(gGLWrapperKey));

Completed in 46 milliseconds