Searched defs:strerror (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/tests/include/
H A DEGLUtils.h37 static inline const char *strerror(EGLint err);
54 const char *EGLUtils::strerror(EGLint err) function in class:android::EGLUtils
/frameworks/rs/driver/
H A DrsdGL.cpp53 static const char *strerror(EGLint err) { function in struct:EGLUtils
81 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),

Completed in 129 milliseconds