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.cpp34 const char *egl_tls_t::egl_strerror(EGLint err) { in egl_strerror() function in android::egl_tls_t
72 caller, line, error, egl_strerror(error)); in setErrorEtcImpl()
Degl_tls.h52 static const char *egl_strerror(EGLint err);
Degl_display.cpp198 egl_tls_t::egl_strerror(cnx->egl.eglGetError())); in initialize()
316 egl_tls_t::egl_strerror(cnx->egl.eglGetError())); in terminate()
/frameworks/native/opengl/tests/angeles/
Dapp-linux.cpp71 const char *egl_strerror(unsigned err) in egl_strerror() function
98 name, err, egl_strerror(err)); in egl_error()