commit | 5edc608a0749ed4b7074b5c1243043eb722c3c31 | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Tue Oct 05 13:32:49 2010 -0700 |
committer | Jason Sams <rjsams@android.com> | Tue Oct 05 13:32:49 2010 -0700 |
tree | 6a9bb5e4d9a93cac9360b3c87647403818eebd10 | |
parent | 2a2a38db16f3aff962ca17bac18d5c5379b25172 [diff] [blame] |
Implement allocation resizing. Change-Id: Ie38d42419d595cec730a8721cc1321c5edb6b4d6
diff --git a/libs/rs/rs.spec b/libs/rs/rs.spec index a4752f4..0da637e 100644 --- a/libs/rs/rs.spec +++ b/libs/rs/rs.spec
@@ -280,6 +280,17 @@ ret const void* } +AllocationResize1D { + param RsAllocation va + param uint32_t dimX + } + +AllocationResize2D { + param RsAllocation va + param uint32_t dimX + param uint32_t dimY + } + SamplerBegin { }