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

/frameworks/rs/driver/
H A DrsdGL.cpp49 static const char *strerror(EGLint err) { function in struct:EGLUtils
77 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
/frameworks/native/opengl/tests/lib/include/
H A DEGLUtils.h42 static inline const char *strerror(EGLint err);
70 const char *EGLUtils::strerror(EGLint err) function in class:android::EGLUtils
176 msg.appendFormat("after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error), error);

Completed in 238 milliseconds