HomeSort by relevance Sort by last modified time
    Searched refs:egl_strerror (Results 1 - 4 of 4) sorted by null

  /frameworks/native/opengl/libs/EGL/
egl_tls.h 54 static const char *egl_strerror(EGLint err);
egl_tls.cpp 39 const char *egl_tls_t::egl_strerror(EGLint err) { function in class:android::egl_tls_t
77 caller, line, error, egl_strerror(error));
egl_display.cpp 201 egl_tls_t::egl_strerror(cnx->egl.eglGetError()));
280 egl_tls_t::egl_strerror(cnx->egl.eglGetError()));
  /frameworks/native/opengl/tests/angeles/
app-linux.cpp 74 const char *egl_strerror(unsigned err) function
101 name, err, egl_strerror(err));

Completed in 41 milliseconds