diff options
| author | 2011-11-15 18:12:00 -0800 | |
|---|---|---|
| committer | 2011-11-15 18:12:00 -0800 | |
| commit | c0fa2a3bce40d52c0f1cccd87f8b0816a6faa6a7 (patch) | |
| tree | a1ab2d606f740b39b527f350b9cde13751884764 /opengl/libagl/egl.cpp | |
| parent | c57bfa4a4bf4c810b5c663df17443463d8192e8f (diff) | |
| parent | e88740e6264d829099d04bbe57d1ec2b14996c40 (diff) | |
Merge "rework a bit how we manage EGL extensions" into ics-mr1
Diffstat (limited to 'opengl/libagl/egl.cpp')
| -rw-r--r-- | opengl/libagl/egl.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opengl/libagl/egl.cpp b/opengl/libagl/egl.cpp index 03db8d777aa2..6d4098c72dc9 100644 --- a/opengl/libagl/egl.cpp +++ b/opengl/libagl/egl.cpp @@ -49,6 +49,11 @@ #undef NELEM #define NELEM(x) (sizeof(x)/sizeof(*(x))) + +EGLBoolean EGLAPI eglSetSwapRectangleANDROID(EGLDisplay dpy, EGLSurface draw, + EGLint left, EGLint top, EGLint width, EGLint height); + + // ---------------------------------------------------------------------------- namespace android { // ---------------------------------------------------------------------------- |