HomeSort by relevance Sort by last modified time
    Searched full:tls_thread (Results 1 - 1 of 1) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 50 #define tls_thread EglThreadInfo::get() macro
93 if(tls_thread->getError() == EGL_SUCCESS) { \
94 tls_thread->setError(err); \
147 EGLint err = tls_thread->getError();
148 tls_thread->setError(EGL_SUCCESS);
    [all...]

Completed in 1568 milliseconds