diff options
author | Romain Guy <romainguy@google.com> | 2012-09-21 00:39:43 -0700 |
---|---|---|
committer | Romain Guy <romainguy@google.com> | 2012-09-21 00:39:43 -0700 |
commit | 11cb642756093a4af901b1525375b1eb2b5c3e2b (patch) | |
tree | b412ad763bb1cc240c65c7545a208e4e709c0b30 /libs/hwui/LayerRenderer.cpp | |
parent | 3e87eafc7d1aef95801f1758bb78da8b2f960a75 (diff) |
Update layers in a single batch at the beginning of a frame
Bug #7186819
Change-Id: Ice5926dfedfb3be3a3064e65008dafa2852407da
Diffstat (limited to 'libs/hwui/LayerRenderer.cpp')
-rw-r--r-- | libs/hwui/LayerRenderer.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/hwui/LayerRenderer.cpp b/libs/hwui/LayerRenderer.cpp index 5d59a4cc3a1a..bb004c07f91f 100644 --- a/libs/hwui/LayerRenderer.cpp +++ b/libs/hwui/LayerRenderer.cpp @@ -78,6 +78,10 @@ GLint LayerRenderer::getTargetFbo() { return mLayer->getFbo(); } +bool LayerRenderer::suppressErrorChecks() { + return true; +} + /////////////////////////////////////////////////////////////////////////////// // Dirty region tracking /////////////////////////////////////////////////////////////////////////////// |