Searched refs:egl_tls_t (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A Degl_tls.cpp32 pthread_key_t egl_tls_t::sKey = -1;
33 pthread_mutex_t egl_tls_t::sLockKey = PTHREAD_MUTEX_INITIALIZER;
35 egl_tls_t::egl_tls_t() function in class:android::egl_tls_t
39 const char *egl_tls_t::egl_strerror(EGLint err) {
60 void egl_tls_t::validateTLSKey()
70 void egl_tls_t::setErrorEtcImpl(
73 egl_tls_t* tls = getTLS();
90 bool egl_tls_t::logNoContextCall() {
91 egl_tls_t* tl
[all...]
H A Degl_tls.h33 class egl_tls_t { class in namespace:android
41 egl_tls_t();
47 static egl_tls_t* getTLS();
65 egl_tls_t::setErrorEtc(__FUNCTION__, __LINE__, _e, _r)
68 egl_tls_t::setErrorEtc(__FUNCTION__, __LINE__, _e, _r, true)
H A Degl.cpp199 if (egl_tls_t::logNoContextCall()) {
271 EGLContext context = egl_tls_t::getContext();
H A Degl_display.cpp204 egl_tls_t::egl_strerror(cnx->egl.eglGetError()));
289 egl_tls_t::egl_strerror(cnx->egl.eglGetError()));
H A DeglApi.cpp106 static inline void clearError() { egl_tls_t::clearError(); }
107 static inline EGLContext getContext() { return egl_tls_t::getContext(); }
579 egl_tls_t::setContext(ctx);
589 egl_tls_t::setContext(EGL_NO_CONTEXT);
693 err = egl_tls_t::getError();
869 egl_context_t * const c = get_context( egl_tls_t::getContext() );
1079 egl_tls_t::clearTLS();

Completed in 132 milliseconds