summaryrefslogtreecommitdiff
path: root/libs/hwui/DeferredLayerUpdater.h
diff options
context:
space:
mode:
author Derek Sollenberger <djsollen@google.com> 2016-07-22 12:13:32 -0400
committer Derek Sollenberger <djsollen@google.com> 2016-07-26 13:05:13 -0400
commit56ad6ec42f814e9e61030ff819cac4e5d31def8b (patch)
tree610b7d16969d959520f57185b0845f47dddb303b /libs/hwui/DeferredLayerUpdater.h
parente116bcf72a71f96c0c5bfcd79a329c7c77eabf34 (diff)
Remove LayerRenderer.
There is only one caller each for the static functions here so this CL moves the logic to the caller. Also by moving some of the code into the pipeline it makes it easier for future changes to configure how a pipeline handles a layer. Change-Id: Ib735b5154325cbb658fd151f7a19dbf434ab44b7
Diffstat (limited to 'libs/hwui/DeferredLayerUpdater.h')
-rw-r--r--libs/hwui/DeferredLayerUpdater.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/hwui/DeferredLayerUpdater.h b/libs/hwui/DeferredLayerUpdater.h
index 389e17d12080..2376295b7eff 100644
--- a/libs/hwui/DeferredLayerUpdater.h
+++ b/libs/hwui/DeferredLayerUpdater.h
@@ -92,6 +92,8 @@ public:
void detachSurfaceTexture();
+ void updateLayer(bool forceFilter, GLenum renderTarget, const float* textureTransform);
+
private:
// Generic properties
int mWidth;