diff options
author | Mathias Agopian <mathias@google.com> | 2010-06-09 18:46:35 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2010-06-09 18:56:05 -0700 |
commit | e81a3cb2bd16f0ce1e9c256559aaa2095a1f41f6 (patch) | |
tree | 92e39b1556b048c8752a5b6c1075491ed5ab4a96 /opengl/tests/gl_basic/gl_basic.cpp | |
parent | 11cca925b23a5226d0582e9da52a1627eaa4a9b3 (diff) | |
download | frameworks_native-e81a3cb2bd16f0ce1e9c256559aaa2095a1f41f6.zip frameworks_native-e81a3cb2bd16f0ce1e9c256559aaa2095a1f41f6.tar.gz frameworks_native-e81a3cb2bd16f0ce1e9c256559aaa2095a1f41f6.tar.bz2 |
update EGL headers to the latest
note that this doesn't update the EGL stubs.
Change-Id: I00274431a490249d93eb6b5ba13f274b7f2682ae
Diffstat (limited to 'opengl/tests/gl_basic/gl_basic.cpp')
-rw-r--r-- | opengl/tests/gl_basic/gl_basic.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/opengl/tests/gl_basic/gl_basic.cpp b/opengl/tests/gl_basic/gl_basic.cpp index feb964a..0cc8398 100644 --- a/opengl/tests/gl_basic/gl_basic.cpp +++ b/opengl/tests/gl_basic/gl_basic.cpp @@ -114,7 +114,6 @@ void printEGLConfiguration(EGLDisplay dpy, EGLConfig config) { X(EGL_NATIVE_RENDERABLE), X(EGL_NATIVE_VISUAL_ID), X(EGL_NATIVE_VISUAL_TYPE), - X(EGL_PRESERVED_RESOURCES), X(EGL_SAMPLES), X(EGL_SAMPLE_BUFFERS), X(EGL_SURFACE_TYPE), |