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

  /frameworks/base/opengl/tests/angeles/
app-linux.cpp 74 const char *egl_strerror(unsigned err) function
101 name, err, egl_strerror(err));
  /frameworks/base/opengl/libs/EGL/
egl.cpp 278 const char *egl_strerror(EGLint err) function in namespace:android
332 LOGE("%s:%d error %x (%s)", caller, line, error, egl_strerror(error));
715 egl_strerror(cnx->egl.eglGetError()));
799 egl_strerror(cnx->egl.eglGetError()));
    [all...]

Completed in 210 milliseconds