diff options
| author | Mathias Agopian <mathias@google.com> | 2009-08-07 16:37:21 -0700 |
|---|---|---|
| committer | Mathias Agopian <mathias@google.com> | 2009-08-07 16:37:21 -0700 |
| commit | 509dae53c54437eebd5291226e76c5456646f560 (patch) | |
| tree | a2f5881090c981fcca18b34befd50801323792db /include/ui | |
| parent | 6693f236544b767f1c22b08a48d70428a3ce4ec9 (diff) | |
| download | frameworks_base-509dae53c54437eebd5291226e76c5456646f560.zip frameworks_base-509dae53c54437eebd5291226e76c5456646f560.tar.gz frameworks_base-509dae53c54437eebd5291226e76c5456646f560.tar.bz2 | |
added EGLUtils::strerror
Diffstat (limited to 'include/ui')
| -rw-r--r-- | include/ui/EGLUtils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ui/EGLUtils.h b/include/ui/EGLUtils.h index 48777b6..a5bff81 100644 --- a/include/ui/EGLUtils.h +++ b/include/ui/EGLUtils.h @@ -31,6 +31,8 @@ class EGLUtils { public: + static const char *strerror(EGLint err); + static status_t selectConfigForPixelFormat( EGLDisplay dpy, EGLint const* attrs, |
