commit | 163766cbe798baf8e86eb8201bc6c3def931d59a | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Wed Feb 15 12:04:24 2012 -0800 |
committer | Jason Sams <rjsams@android.com> | Wed Feb 15 12:04:24 2012 -0800 |
tree | e78c46b84146c0aec0948e65a016ea64dd437157 | |
parent | ea555e27407ad2a32d2682c08f423d2af71f2a91 [diff] [blame] |
Beging IO stream out from allocation to surface texture. Change-Id: I4d6b7f7740a896d39b811d6fe7532bb00db62373
diff --git a/libs/rs/rs.spec b/libs/rs/rs.spec index 6759bc7..491474e 100644 --- a/libs/rs/rs.spec +++ b/libs/rs/rs.spec
@@ -69,6 +69,21 @@ ret int32_t } +AllocationSetSurface { + param RsAllocation alloc + param RsNativeWindow sur + sync + } + +AllocationIoSend { + param RsAllocation alloc + } + +AllocationIoReceive { + param RsAllocation alloc + } + + ContextFinish { sync }