diff options
| author | Mathias Agopian <mathias@google.com> | 2011-05-23 17:26:14 -0700 |
|---|---|---|
| committer | Mathias Agopian <mathias@google.com> | 2011-05-23 17:48:36 -0700 |
| commit | f56a960105916a7fd12284109784e5f667661439 (patch) | |
| tree | c9fa837dcead24d70a36167e9e3e338f6ae7e4b3 /opengl/libs/egl_impl.h | |
| parent | 8e4ee2d709bb76454d0571d13128bd68c894633a (diff) | |
| download | frameworks_base-f56a960105916a7fd12284109784e5f667661439.zip frameworks_base-f56a960105916a7fd12284109784e5f667661439.tar.gz frameworks_base-f56a960105916a7fd12284109784e5f667661439.tar.bz2 | |
fix x86 build
Change-Id: I03cfbfeaeb8b13842248856b14b4a23711036e10
Diffstat (limited to 'opengl/libs/egl_impl.h')
| -rw-r--r-- | opengl/libs/egl_impl.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/opengl/libs/egl_impl.h b/opengl/libs/egl_impl.h index d24b047..a809316 100644 --- a/opengl/libs/egl_impl.h +++ b/opengl/libs/egl_impl.h @@ -25,27 +25,12 @@ #include "hooks.h" -#define VERSION_MAJOR 1 -#define VERSION_MINOR 4 - // ---------------------------------------------------------------------------- namespace android { // ---------------------------------------------------------------------------- -struct egl_connection_t -{ - inline egl_connection_t() : dso(0) { } - void * dso; - gl_hooks_t * hooks[2]; - EGLint major; - EGLint minor; - egl_t egl; -}; - EGLAPI EGLImageKHR egl_get_image_for_current_context(EGLImageKHR image); -extern egl_connection_t gEGLImpl[IMPL_NUM_IMPLEMENTATIONS]; - // ---------------------------------------------------------------------------- }; // namespace android // ---------------------------------------------------------------------------- |
