summaryrefslogtreecommitdiffstats
path: root/libs/rs/rs.spec
diff options
context:
space:
mode:
authorJason Sams <jsams@google.com>2012-01-13 14:01:20 -0800
committerJason Sams <jsams@google.com>2012-01-13 14:01:20 -0800
commit615e7cee03d1a53072b0369fa9f247811ac56845 (patch)
treeb12af4b87d1dcadea1dbe1528c4c9db255ba2cc2 /libs/rs/rs.spec
parent17801f1eaafae66d63f862b8e89ee53310ce9972 (diff)
downloadframeworks_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.spec5
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