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 52 extern pthread_key_t gGLWrapperKey;
egl.cpp 54 pthread_key_t gGLWrapperKey = -1;
185 pthread_key_create(&gGLWrapperKey, NULL);
321 pthread_setspecific(gGLWrapperKey, value);
325 gl_hooks_t const* hooks = static_cast<gl_hooks_t*>(pthread_getspecific(gGLWrapperKey));

Completed in 18 milliseconds