HomeSort by relevance Sort by last modified time
    Searched defs:egl_tls_t (Results 1 - 2 of 2) sorted by null

  /frameworks/native/opengl/libs/EGL/
egl_tls.cpp 32 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();
88 bool egl_tls_t::logNoContextCall() {
89 egl_tls_t* tls = getTLS()
    [all...]
egl_tls.h 32 class egl_tls_t { class in namespace:android
40 egl_tls_t();
46 static egl_tls_t* getTLS();
64 egl_tls_t::setErrorEtc(__FUNCTION__, __LINE__, _e, _r)
67 egl_tls_t::setErrorEtc(__FUNCTION__, __LINE__, _e, _r, true)

Completed in 28 milliseconds