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

  /frameworks/native/opengl/libagl/
context.h 587 extern pthread_key_t gGLKey;
589 pthread_setspecific(gGLKey, value);
592 return static_cast<ogles_context_t*>(pthread_getspecific(gGLKey));
egl.cpp 69 pthread_key_t gGLKey = -1;
    [all...]

Completed in 910 milliseconds