summaryrefslogtreecommitdiffstats
path: root/opengl/libs/hooks.h
diff options
context:
space:
mode:
authorDuane Sand <duane.sand@imgtec.com>2013-03-27 10:58:06 -0700
committerDuane Sand <duane.sand@imgtec.com>2013-03-28 12:09:36 -0700
commit46b4253b760916ea8f64c8c32a51ae85ec3b050e (patch)
tree05dc67dbb2f0110e88d711743445f1fd197b037c /opengl/libs/hooks.h
parentcd91024ca16db96daa697e22f7a088b416a424e3 (diff)
downloadframeworks_native-46b4253b760916ea8f64c8c32a51ae85ec3b050e.zip
frameworks_native-46b4253b760916ea8f64c8c32a51ae85ec3b050e.tar.gz
frameworks_native-46b4253b760916ea8f64c8c32a51ae85ec3b050e.tar.bz2
[MIPS] Add MIPS architecture support to opengl framework
Change-Id: Id7704d35bed14d96a85dc1f29db0566cd03872b5
Diffstat (limited to 'opengl/libs/hooks.h')
-rw-r--r--opengl/libs/hooks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libs/hooks.h b/opengl/libs/hooks.h
index 8b1b389..e0ceb60 100644
--- a/opengl/libs/hooks.h
+++ b/opengl/libs/hooks.h
@@ -30,7 +30,7 @@
#include <GLES2/gl2.h>
#include <GLES2/gl2ext.h>
-#if !defined(__arm__)
+#if !defined(__arm__) && !defined(__mips__)
#define USE_SLOW_BINDING 1
#else
#define USE_SLOW_BINDING 0