commit | 6c15ffa196fc9b7724c189d833c3435d8db12266 | [log] [tgz] |
---|---|---|
author | Chris Craik <ccraik@google.com> | Mon Feb 02 13:50:55 2015 -0800 |
committer | Chris Craik <ccraik@google.com> | Mon Feb 02 14:08:57 2015 -0800 |
tree | e326098c02f133197f6b507c390ff244114fb205 | |
parent | 44eb2c00861098dd3e2950d923646814b4cc57c2 [diff] [blame] |
Refactoring of Program ownership/lifecycle, and WIP Glop rendering path Change-Id: I2549032790bddbc048b0bccc224ed8f386b4517c
diff --git a/libs/hwui/Dither.h b/libs/hwui/Dither.h index 38633af..facd1ea 100644 --- a/libs/hwui/Dither.h +++ b/libs/hwui/Dither.h
@@ -39,7 +39,7 @@ Dither(Caches& caches); void clear(); - void setupProgram(Program* program, GLuint* textureUnit); + void setupProgram(Program& program, GLuint* textureUnit); private: void bindDitherTexture();