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

  /frameworks/native/opengl/libs/EGL/
egldefs.h 55 extern pthread_key_t gGLWrapperKey;
egl.cpp 52 pthread_key_t gGLWrapperKey = -1;
234 pthread_key_create(&gGLWrapperKey, NULL);
369 pthread_setspecific(gGLWrapperKey, value);
373 gl_hooks_t const* hooks = static_cast<gl_hooks_t*>(pthread_getspecific(gGLWrapperKey));

Completed in 1687 milliseconds