summaryrefslogtreecommitdiffstats
path: root/opengl/include
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-08-27 13:15:50 -0700
committerMathias Agopian <mathias@google.com>2010-08-27 13:17:32 -0700
commit10cab190ba3bdad058cbb674f956e7b251bf74da (patch)
tree1e0090b5993920fbb2ac37f7a06ae7b8b47ddef4 /opengl/include
parent3c07bb645914e9b821c4d3f8945299256e2b91c7 (diff)
downloadframeworks_native-10cab190ba3bdad058cbb674f956e7b251bf74da.zip
frameworks_native-10cab190ba3bdad058cbb674f956e7b251bf74da.tar.gz
frameworks_native-10cab190ba3bdad058cbb674f956e7b251bf74da.tar.bz2
cleanup EGL a bit. remove unused extension.
Change-Id: Ia87120b076ab1bf7b28f06087878d8161fb46c88
Diffstat (limited to 'opengl/include')
-rw-r--r--opengl/include/EGL/eglext.h8
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