commit | e248bd1b2c3fcf8088429507e73b31f45ee2544b | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Wed Aug 05 13:53:53 2015 -0700 |
committer | John Reck <jreck@google.com> | Wed Aug 26 16:29:15 2015 -0700 |
tree | 11b5ca9ab43877438cc05101ca0c8c2c95bfb6bd | |
parent | c0877bb0ff769f09e9e60f600bdd294f1aac8331 [diff] [blame] |
Serializing display lists This is a WIP prototype Change-Id: Id4bfcf2b7bf905221c3734b7b6887c9b2efd37e6
diff --git a/libs/hwui/renderthread/CanvasContext.h b/libs/hwui/renderthread/CanvasContext.h index 0ceb9f1..6a79320 100644 --- a/libs/hwui/renderthread/CanvasContext.h +++ b/libs/hwui/renderthread/CanvasContext.h
@@ -111,6 +111,8 @@ void setName(const std::string&& name) { mName = name; } const std::string& name() { return mName; } + void serializeDisplayListTree(); + private: friend class RegisterFrameCallbackTask; // TODO: Replace with something better for layer & other GL object