summaryrefslogtreecommitdiffstats
path: root/opengl/libs/EGL/Loader.h
diff options
context:
space:
mode:
authorBrian Swetland <swetland@google.com>2010-09-20 12:58:15 -0700
committerBrian Swetland <swetland@google.com>2010-09-20 12:58:15 -0700
commita21c2009f1deceef0fd22a4134e35040a13fb039 (patch)
tree90c5d37cd2e1fa4b8a3eab2189e6cbb46102da78 /opengl/libs/EGL/Loader.h
parent4258bfb7a9fb18907fbfbe79ec0a937b4e7382b1 (diff)
downloadframeworks_base-a21c2009f1deceef0fd22a4134e35040a13fb039.zip
frameworks_base-a21c2009f1deceef0fd22a4134e35040a13fb039.tar.gz
frameworks_base-a21c2009f1deceef0fd22a4134e35040a13fb039.tar.bz2
support loading EGL libraries from /vendor/lib/egl as well as /system/lib/egl
Change-Id: Idd9ca85ce3ba6c92234375071b53e5365e689062
Diffstat (limited to 'opengl/libs/EGL/Loader.h')
-rw-r--r--opengl/libs/EGL/Loader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libs/EGL/Loader.h b/opengl/libs/EGL/Loader.h
index 8659b0b..580d6e4 100644
--- a/opengl/libs/EGL/Loader.h
+++ b/opengl/libs/EGL/Loader.h
@@ -74,7 +74,7 @@ public:
private:
Loader();
- void *load_driver(const char* driver, egl_connection_t* cnx, uint32_t mask);
+ void *load_driver(const char* kind, const char *tag, egl_connection_t* cnx, uint32_t mask);
static __attribute__((noinline))
void init_api(void* dso,