summaryrefslogtreecommitdiffstats
path: root/opengl
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-08-27 16:08:03 -0700
committerMathias Agopian <mathias@google.com>2010-08-27 16:08:03 -0700
commit8e4b5a3e6af0dcb636b6f7baa9e908681776fa36 (patch)
tree0def3d8cd18c7e36b1016cb3c5c93e5350d4e5b3 /opengl
parent27e2fac3370d2de56c05b9ec838ceff9a10b137c (diff)
downloadframeworks_native-8e4b5a3e6af0dcb636b6f7baa9e908681776fa36.zip
frameworks_native-8e4b5a3e6af0dcb636b6f7baa9e908681776fa36.tar.gz
frameworks_native-8e4b5a3e6af0dcb636b6f7baa9e908681776fa36.tar.bz2
Add KHR_gl_texture_2D_image extension string.
Diffstat (limited to 'opengl')
-rw-r--r--opengl/libs/EGL/egl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/opengl/libs/EGL/egl.cpp b/opengl/libs/EGL/egl.cpp
index 5e61607..9228b0b 100644
--- a/opengl/libs/EGL/egl.cpp
+++ b/opengl/libs/EGL/egl.cpp
@@ -59,6 +59,7 @@ static char const * const gExtensionString =
"EGL_KHR_image "
"EGL_KHR_image_base "
"EGL_KHR_image_pixmap "
+ "EGL_KHR_gl_texture_2D_image "
"EGL_ANDROID_image_native_buffer "
"EGL_ANDROID_swap_rectangle "
;