diff options
author | Mathias Agopian <mathias@google.com> | 2012-03-25 00:49:46 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2012-03-25 00:49:46 -0700 |
commit | 7db993a98b9239bd4e384cc4aa128262fe3cf52c (patch) | |
tree | eaae74ffe09790c10cb331ed5671a4ef73f0a185 /opengl/libs/EGL/egl_display.h | |
parent | 94ff71fd6a4eeb36f02d277a0d2c96230b5c9ee6 (diff) | |
download | frameworks_native-7db993a98b9239bd4e384cc4aa128262fe3cf52c.zip frameworks_native-7db993a98b9239bd4e384cc4aa128262fe3cf52c.tar.gz frameworks_native-7db993a98b9239bd4e384cc4aa128262fe3cf52c.tar.bz2 |
debug.egl.finish can be used to force a glFinish() when eglSwapBuffers() is called
this debug property is evaludated at eglInitialize() time.
Change-Id: Ie439e4aac87f7fdc6ab2add86183d6d042f3ee8b
Diffstat (limited to 'opengl/libs/EGL/egl_display.h')
-rw-r--r-- | opengl/libs/EGL/egl_display.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opengl/libs/EGL/egl_display.h b/opengl/libs/EGL/egl_display.h index 6348228..43738ea 100644 --- a/opengl/libs/EGL/egl_display.h +++ b/opengl/libs/EGL/egl_display.h @@ -107,6 +107,7 @@ private: public: DisplayImpl disp; + bool finishOnSwap; private: uint32_t refs; |