diff options
author | Jason Sams <jsams@google.com> | 2012-01-13 14:01:20 -0800 |
---|---|---|
committer | Jason Sams <jsams@google.com> | 2012-01-13 14:01:20 -0800 |
commit | 615e7cee03d1a53072b0369fa9f247811ac56845 (patch) | |
tree | b12af4b87d1dcadea1dbe1528c4c9db255ba2cc2 /libs/rs/rs.spec | |
parent | 17801f1eaafae66d63f862b8e89ee53310ce9972 (diff) | |
download | frameworks_base-615e7cee03d1a53072b0369fa9f247811ac56845.zip frameworks_base-615e7cee03d1a53072b0369fa9f247811ac56845.tar.gz frameworks_base-615e7cee03d1a53072b0369fa9f247811ac56845.tar.bz2 |
Start implementing SurfaceTexture streaming into RS allocations.
Change-Id: I561fbb63c63371ea59047c07fb2d68c21d16e76b
Diffstat (limited to 'libs/rs/rs.spec')
-rw-r--r-- | libs/rs/rs.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libs/rs/rs.spec b/libs/rs/rs.spec index d60db7e..7913a97 100644 --- a/libs/rs/rs.spec +++ b/libs/rs/rs.spec @@ -64,7 +64,10 @@ AllocationCubeCreateFromBitmap { ret RsAllocation } - +AllocationGetSurfaceTextureID { + param RsAllocation alloc + ret int32_t +} ContextFinish { sync |