summaryrefslogtreecommitdiffstats
path: root/opengl/libs/EGL/eglApi.cpp
diff options
context:
space:
mode:
authorJamie Gennis <jgennis@google.com>2011-11-14 17:36:46 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-11-14 17:36:46 -0800
commit6b228af6ff20b3f592db4ad5662e1bc401d09b4d (patch)
tree2acfe79ade7834915dec27691a84b3917d696c84 /opengl/libs/EGL/eglApi.cpp
parentff95f6572596c48b58f5a73d23b2273866ea3fab (diff)
parentb7928463a32092940dd56b0694a624c21d18325d (diff)
downloadframeworks_base-6b228af6ff20b3f592db4ad5662e1bc401d09b4d.zip
frameworks_base-6b228af6ff20b3f592db4ad5662e1bc401d09b4d.tar.gz
frameworks_base-6b228af6ff20b3f592db4ad5662e1bc401d09b4d.tar.bz2
Merge "EGL: add the ANDROID suffix to the blob cache ext" into ics-mr1
Diffstat (limited to 'opengl/libs/EGL/eglApi.cpp')
-rw-r--r--opengl/libs/EGL/eglApi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libs/EGL/eglApi.cpp b/opengl/libs/EGL/eglApi.cpp
index 60ac34b..63f02e4 100644
--- a/opengl/libs/EGL/eglApi.cpp
+++ b/opengl/libs/EGL/eglApi.cpp
@@ -860,7 +860,7 @@ __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname)
// The EGL_ANDROID_blob_cache extension should not be exposed to
// applications. It is used internally by the Android EGL layer.
- if (!strcmp(procname, "eglSetBlobCacheFuncs")) {
+ if (!strcmp(procname, "eglSetBlobCacheFuncsANDROID")) {
return NULL;
}