summaryrefslogtreecommitdiffstats
path: root/opengl/include
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-06-23 14:05:35 -0700
committerMathias Agopian <mathias@google.com>2009-06-23 14:05:35 -0700
commit9f8b0c909760aa5b866255fe08042a3200b736cc (patch)
tree4259903ea682d4f748bcf13f17878a761960c2b3 /opengl/include
parent5f28411a856e47f86e3b0c7c031a6c0e0fa1dba0 (diff)
downloadframeworks_native-9f8b0c909760aa5b866255fe08042a3200b736cc.zip
frameworks_native-9f8b0c909760aa5b866255fe08042a3200b736cc.tar.gz
frameworks_native-9f8b0c909760aa5b866255fe08042a3200b736cc.tar.bz2
Android now has its own EGL extension block (yay) 0x3140-0x314F. EGL_NATIVE_BUFFER_ANDROID now maps to 0x3140 instead of using the staging range
Diffstat (limited to 'opengl/include')
-rw-r--r--opengl/include/EGL/eglplatform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/include/EGL/eglplatform.h b/opengl/include/EGL/eglplatform.h
index 9561490..11aa4e2 100644
--- a/opengl/include/EGL/eglplatform.h
+++ b/opengl/include/EGL/eglplatform.h
@@ -99,7 +99,7 @@ typedef void* EGLNativeDisplayType;
#ifndef EGL_ANDROID_image_native_buffer
#define EGL_ANDROID_image_native_buffer 1
struct android_native_buffer_t;
-#define EGL_NATIVE_BUFFER_ANDROID 0x6000 /* eglCreateImageKHR target */
+#define EGL_NATIVE_BUFFER_ANDROID 0x3140 /* eglCreateImageKHR target */
#endif
#else