From 31a7e42f4baa059352f0db119de38428e655eab2 Mon Sep 17 00:00:00 2001 From: Jason Sams Date: Tue, 26 Oct 2010 13:09:17 -0700 Subject: Begin adding async allocation creation. Change-Id: I5d1381699e2b334c1d824f357bd6b310a5f79be8 Implement async bitmap upload and clean up types. Change-Id: Icbe9894e04c1319351c1cd75b0e0017855198f20 --- libs/rs/rsElement.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/rs/rsElement.cpp') diff --git a/libs/rs/rsElement.cpp b/libs/rs/rsElement.cpp index dc021fcbf93c..096115cda36b 100644 --- a/libs/rs/rsElement.cpp +++ b/libs/rs/rsElement.cpp @@ -399,6 +399,7 @@ void rsi_ElementGetSubElements(Context *rsc, RsElement elem, uint32_t *ids, cons 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); } -- cgit v1.2.3-59-g8ed1b