Home
last modified time | relevance | path

Searched refs:tls_thread (Results 1 – 1 of 1) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglImp.cpp50 #define tls_thread EglThreadInfo::get() macro
93 if(tls_thread->getError() == EGL_SUCCESS) { \
94 tls_thread->setError(err); \
147 EGLint err = tls_thread->getError(); in eglGetError()
148 tls_thread->setError(EGL_SUCCESS); in eglGetError()
909 tls_thread->setApi(api); in eglBindAPI()
915 return tls_thread->getApi(); in eglQueryAPI()