HomeSort by relevance Sort by last modified time
    Searched refs:gGLWrapperKey (Results 1 - 2 of 2) sorted by null

  /frameworks/base/opengl/libs/EGL/
egldefs.h 59 extern pthread_key_t gGLWrapperKey;
egl.cpp 54 pthread_key_t gGLWrapperKey = -1;
165 pthread_key_create(&gGLWrapperKey, NULL);
325 pthread_setspecific(gGLWrapperKey, value);
329 gl_hooks_t const* hooks = static_cast<gl_hooks_t*>(pthread_getspecific(gGLWrapperKey));

Completed in 36 milliseconds