summaryrefslogtreecommitdiffstats
path: root/opengl/specs
diff options
context:
space:
mode:
authorJamie Gennis <jgennis@google.com>2013-10-02 17:36:48 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-10-02 17:36:48 +0000
commita9c47f327373cbe48e187442c7f9554d24a75c08 (patch)
treec78fc32ac6b9ee2bf451365cc2ed99ecf81ce51e /opengl/specs
parent0699350336cccc244bb6c52a0d910f9599253812 (diff)
parentdbe9245e2e362b12e184cd33b9a27b0901f81244 (diff)
downloadframeworks_native-a9c47f327373cbe48e187442c7f9554d24a75c08.zip
frameworks_native-a9c47f327373cbe48e187442c7f9554d24a75c08.tar.gz
frameworks_native-a9c47f327373cbe48e187442c7f9554d24a75c08.tar.bz2
Merge "GLConsumer: start using EGL_ANDROID_image_crop" into klp-dev
Diffstat (limited to 'opengl/specs')
-rw-r--r--opengl/specs/README6
1 files changed, 5 insertions, 1 deletions
diff --git a/opengl/specs/README b/opengl/specs/README
index eb86869..f4de1b3 100644
--- a/opengl/specs/README
+++ b/opengl/specs/README
@@ -14,4 +14,8 @@ for use by Android extensions.
0x3145 EGL_SYNC_NATIVE_FENCE_FD_ANDROID (EGL_ANDROID_native_fence_sync)
0x3146 EGL_SYNC_NATIVE_FENCE_SIGNALED_ANDROID (EGL_ANDROID_native_fence_sync)
0x3147 EGL_FRAMEBUFFER_TARGET_ANDROID (EGL_ANDROID_framebuffer_target)
-0x3148 - 0x314F (unused)
+0x3148 EGL_IMAGE_CROP_LEFT_ANDROID (EGL_ANDROID_image_crop)
+0x3149 EGL_IMAGE_CROP_TOP_ANDROID (EGL_ANDROID_image_crop)
+0x314A EGL_IMAGE_CROP_RIGHT_ANDROID (EGL_ANDROID_image_crop)
+0x314B EGL_IMAGE_CROP_BOTTOM_ANDROID (EGL_ANDROID_image_crop)
+0x314C - 0x314F (unused)