Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglImp.cpp81 #define tls_thread EglThreadInfo::get() macro
221 if(tls_thread->getError() == EGL_SUCCESS) { \
222 tls_thread->setError(err); \
1335 tls_thread->setApi(api); in eglBindAPI()
1342 return tls_thread->getApi(); in eglQueryAPI()
1987 EGLint err = tls_thread->getError(); in eglGetError()
1988 tls_thread->setError(EGL_SUCCESS); in eglGetError()