summaryrefslogtreecommitdiff
path: root/opengl/libagl/egl.cpp
diff options
context:
space:
mode:
author Mathias Agopian <mathias@google.com> 2009-05-06 23:47:08 -0700
committer Mathias Agopian <mathias@google.com> 2009-05-07 15:07:52 -0700
commite6bf8b32b616450f80b64d226ea673f4a2e0bf8d (patch)
tree4182624cf23d228ee1f166c3b20d029943dcf50f /opengl/libagl/egl.cpp
parentdf3ca30bf663cb8eed88ee3f16fb5e9a65dc00fc (diff)
fix EGL extension string names
Diffstat (limited to 'opengl/libagl/egl.cpp')
-rw-r--r--opengl/libagl/egl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libagl/egl.cpp b/opengl/libagl/egl.cpp
index 4cf0bf85de..f50257abb7 100644
--- a/opengl/libagl/egl.cpp
+++ b/opengl/libagl/egl.cpp
@@ -774,7 +774,7 @@ static char const * const gVendorString = "Google Inc.";
static char const * const gVersionString = "1.2 Android Driver";
static char const * const gClientApiString = "OpenGL ES";
static char const * const gExtensionsString =
- "KHR_image_base "
+ "EGL_KHR_image_base "
// "KHR_image_pixmap "
"EGL_ANDROID_image_native_buffer "
"EGL_ANDROID_swap_rectangle "