Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglImp.cpp81 #define tls_thread EglThreadInfo::get() macro
218 if(tls_thread->getError() == EGL_SUCCESS) { \
219 tls_thread->setError(err); \
1329 tls_thread->setApi(api); in eglBindAPI()
1336 return tls_thread->getApi(); in eglQueryAPI()
1974 EGLint err = tls_thread->getError(); in eglGetError()
1975 tls_thread->setError(EGL_SUCCESS); in eglGetError()