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.h 30 class egl_tls_t { class in namespace:android
39 egl_tls_t();
45 static egl_tls_t* getTLS();
63 egl_tls_t::setErrorEtc(__FUNCTION__, __LINE__, _e, _r)
66 egl_tls_t::setErrorEtc(__FUNCTION__, __LINE__, _e, _r, true)
egl_tls.cpp 27 pthread_key_t egl_tls_t::sKey = TLS_KEY_NOT_INITIALIZED;
28 pthread_once_t egl_tls_t::sOnceKey = PTHREAD_ONCE_INIT;
30 egl_tls_t::egl_tls_t() function in class:android::egl_tls_t
34 const char *egl_tls_t::egl_strerror(EGLint err) {
55 void egl_tls_t::validateTLSKey()
65 void egl_tls_t::setErrorEtcImpl(
68 egl_tls_t* tls = getTLS();
83 bool egl_tls_t::logNoContextCall() {
84 egl_tls_t* tls = getTLS()
    [all...]

Completed in 681 milliseconds