Merge "egl: expose EGLimage extensions" into honeycomb

This commit is contained in:
Mathias Agopian 2011-01-16 18:03:55 -08:00 committed by Android (Google) Code Review
commit 237827387d
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ static char const * const gExtensionString =
"EGL_KHR_image_base "
"EGL_KHR_image_pixmap "
"EGL_KHR_gl_texture_2D_image "
"EGL_KHR_gl_texture_cubemap_image "
"EGL_KHR_gl_renderbuffer_image "
"EGL_KHR_fence_sync "
"EGL_ANDROID_image_native_buffer "
"EGL_ANDROID_swap_rectangle "