summaryrefslogtreecommitdiffstats
path: root/opengl/libs/egl_impl.h
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-05-08 15:23:38 -0700
committerMathias Agopian <mathias@google.com>2009-05-08 15:23:38 -0700
commit48685c45bb333c3564596158e2e67267110c9277 (patch)
tree6b919a6ae0ba8123fb5c493e7d0e8ffc900fedbd /opengl/libs/egl_impl.h
parent4047ff2ca078cab7af541f6bf8a9718db7ffe975 (diff)
downloadframeworks_native-48685c45bb333c3564596158e2e67267110c9277.zip
frameworks_native-48685c45bb333c3564596158e2e67267110c9277.tar.gz
frameworks_native-48685c45bb333c3564596158e2e67267110c9277.tar.bz2
only export the GL entry-points, hide everything else.
Conflicts: opengl/libagl/Android.mk opengl/libs/Android.mk opengl/libs/egl_impl.h
Diffstat (limited to 'opengl/libs/egl_impl.h')
-rw-r--r--opengl/libs/egl_impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/opengl/libs/egl_impl.h b/opengl/libs/egl_impl.h
index 62ce3fc..312b176 100644
--- a/opengl/libs/egl_impl.h
+++ b/opengl/libs/egl_impl.h
@@ -20,6 +20,8 @@
#include <ctype.h>
#include <EGL/egl.h>
+#include <EGL/eglext.h>
+#include <EGL/eglplatform.h>
// ----------------------------------------------------------------------------
namespace android {