commit | c18be29d01cffbb820bcb22b74916de0023e7857 | [log] [tgz] |
---|---|---|
author | Pablo Ceballos <pceballos@google.com> | Tue May 31 14:55:42 2016 -0700 |
committer | Pablo Ceballos <pceballos@google.com> | Fri Jul 08 18:49:39 2016 +0000 |
tree | 4253fdc6b22f3c32ad54ffb8ea50dbc3033624b4 | |
parent | 6118fb85d72e32fa1d2bea21408e548ff823e7a4 [diff] [blame] |
Add the EGL_ANDROID_get_frame_timestamps extension Change-Id: Ia7d1c10f0b8bd1f2f6dc7dc180764cb1b4fdbf6f
diff --git a/opengl/libs/EGL/egl_object.h b/opengl/libs/EGL/egl_object.h index 8f3b9cb..97eda4c 100644 --- a/opengl/libs/EGL/egl_object.h +++ b/opengl/libs/EGL/egl_object.h
@@ -139,6 +139,7 @@ EGLConfig config; sp<ANativeWindow> win; egl_connection_t const* cnx; + bool enableTimestamps; private: bool connected; void disconnect();