commit | 31a7e42f4baa059352f0db119de38428e655eab2 | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Tue Oct 26 13:09:17 2010 -0700 |
committer | Jason Sams <rjsams@android.com> | Tue Oct 26 13:09:17 2010 -0700 |
tree | 7e3bf245244215cad507f57c24043f20a91bcd8c | |
parent | cd44bf9c7ae89edcf906451e162d096cf3d7e561 [diff] [blame] |
Begin adding async allocation creation. Change-Id: I5d1381699e2b334c1d824f357bd6b310a5f79be8 Implement async bitmap upload and clean up types. Change-Id: Icbe9894e04c1319351c1cd75b0e0017855198f20
diff --git a/libs/rs/rsElement.cpp b/libs/rs/rsElement.cpp index dc021fc..096115c 100644 --- a/libs/rs/rsElement.cpp +++ b/libs/rs/rsElement.cpp
@@ -399,6 +399,7 @@ rsAssert(e->getFieldCount() == dataSize); for(uint32_t i = 0; i < dataSize; i ++) { + e->getField(i)->incUserRef(); ids[i] = (uint32_t)e->getField(i); names[i] = e->getFieldName(i); }