Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_tls.cpp39 const char *egl_tls_t::egl_strerror(EGLint err) { in egl_strerror() function in android::egl_tls_t
77 caller, line, error, egl_strerror(error)); in setErrorEtcImpl()
Degl_tls.h54 static const char *egl_strerror(EGLint err);
Degl_display.cpp177 egl_tls_t::egl_strerror(cnx->egl.eglGetError())); in initialize()
264 egl_tls_t::egl_strerror(cnx->egl.eglGetError())); in terminate()
/frameworks/native/opengl/tests/angeles/
Dapp-linux.cpp74 const char *egl_strerror(unsigned err) in egl_strerror() function
101 name, err, egl_strerror(err)); in egl_error()