diff options
author | Mathias Agopian <mathias@google.com> | 2010-08-27 14:17:00 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-08-27 14:17:00 -0700 |
commit | 1bd367434376a942074645f2b302748186dec25b (patch) | |
tree | 067764d63bcc908c546f8302083ce36e5b2e3930 /opengl/include/EGL/eglext.h | |
parent | cd61febcbb292f74bfe67d5be1ae092c679fb078 (diff) | |
parent | af4764d5709d93ecdbd42c71c13f49bb0f0e0cc0 (diff) | |
download | frameworks_native-1bd367434376a942074645f2b302748186dec25b.zip frameworks_native-1bd367434376a942074645f2b302748186dec25b.tar.gz frameworks_native-1bd367434376a942074645f2b302748186dec25b.tar.bz2 |
am ff3dcf27: Merge "cleanup EGL a bit. remove unused extension." into gingerbread
Merge commit 'ff3dcf27be2bbb259b7605396d36e50ade35266f' into gingerbread-plus-aosp
* commit 'ff3dcf27be2bbb259b7605396d36e50ade35266f':
cleanup EGL a bit. remove unused extension.
Diffstat (limited to 'opengl/include/EGL/eglext.h')
-rw-r--r-- | opengl/include/EGL/eglext.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/opengl/include/EGL/eglext.h b/opengl/include/EGL/eglext.h index b121158..1ffcd56 100644 --- a/opengl/include/EGL/eglext.h +++ b/opengl/include/EGL/eglext.h @@ -229,14 +229,6 @@ struct android_native_buffer_t; #define EGL_NATIVE_BUFFER_ANDROID 0x3140 /* eglCreateImageKHR target */ #endif -#ifndef EGL_ANDROID_get_render_buffer -#define EGL_ANDROID_get_render_buffer 1 -#ifdef EGL_EGLEXT_PROTOTYPES -EGLAPI EGLClientBuffer EGLAPIENTRY eglGetRenderBufferANDROID(EGLDisplay dpy, EGLSurface draw); -#endif -typedef EGLClientBuffer (EGLAPIENTRYP PFNEGLGETRENDERBUFFERANDROIDPROC) (EGLDisplay dpy, EGLSurface draw); -#endif - #ifndef EGL_ANDROID_swap_rectangle #define EGL_ANDROID_swap_rectangle 1 #ifdef EGL_EGLEXT_PROTOTYPES |