commit | 17966517a1ecbe38b276235967dbc03b58628bbc | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Wed Jul 28 11:17:53 2010 -0700 |
committer | Jason Sams <rjsams@android.com> | Wed Jul 28 11:17:53 2010 -0700 |
tree | faf17992e3f16a3114a0286812c51eb597e92e69 | |
parent | 7f4d0c9705af50351753b608fc107e0220c9a2f4 [diff] [blame] |
Cleanup sendToClient and add rsGetDt(). Remove legacy implemtation of matrix calls which were moved to llvm bc. Change-Id: I527740590067db3bcb2147233ef41fb057f1d2a8
diff --git a/libs/rs/rsScript.h b/libs/rs/rsScript.h index 0717059..455ece7 100644 --- a/libs/rs/rsScript.h +++ b/libs/rs/rsScript.h
@@ -40,7 +40,8 @@ virtual ~Script(); struct Enviroment_t { - uint32_t mStartTimeMillis; + int64_t mStartTimeMillis; + int64_t mLastDtTime; const char* mTimeZone; ObjectBaseRef<ProgramVertex> mVertex;