summaryrefslogtreecommitdiffstats
path: root/opengl/libs/hooks.h
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-04-23 18:05:44 -0700
committerMathias Agopian <mathias@google.com>2009-04-23 18:05:44 -0700
commit1feecd831003e693df95521a2baae4b9aec28843 (patch)
tree3b0af8634efd41185ced91a7a77996e9075816b9 /opengl/libs/hooks.h
parent24b62d0c41cf37ade751fe96a4888fbe7f61eb5a (diff)
downloadframeworks_base-1feecd831003e693df95521a2baae4b9aec28843.zip
frameworks_base-1feecd831003e693df95521a2baae4b9aec28843.tar.gz
frameworks_base-1feecd831003e693df95521a2baae4b9aec28843.tar.bz2
use gl.h to generate the *.in files. we are now supporting the full gl.h and glext.h apis.
Diffstat (limited to 'opengl/libs/hooks.h')
-rw-r--r--opengl/libs/hooks.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/opengl/libs/hooks.h b/opengl/libs/hooks.h
index 392724f..fd97254 100644
--- a/opengl/libs/hooks.h
+++ b/opengl/libs/hooks.h
@@ -77,6 +77,7 @@ enum {
struct gl_hooks_t {
struct gl_t {
#include "gl_entries.in"
+ #include "glext_entries.in"
} gl;
struct egl_t {
#include "egl_entries.in"