summaryrefslogtreecommitdiffstats
path: root/libs/rs/rs.spec
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2010-10-26 13:09:17 -0700
committerJason Sams <rjsams@android.com>2010-10-26 13:09:17 -0700
commit31a7e42f4baa059352f0db119de38428e655eab2 (patch)
tree7e3bf245244215cad507f57c24043f20a91bcd8c /libs/rs/rs.spec
parentcd44bf9c7ae89edcf906451e162d096cf3d7e561 (diff)
downloadframeworks_base-31a7e42f4baa059352f0db119de38428e655eab2.zip
frameworks_base-31a7e42f4baa059352f0db119de38428e655eab2.tar.gz
frameworks_base-31a7e42f4baa059352f0db119de38428e655eab2.tar.bz2
Begin adding async allocation creation.
Change-Id: I5d1381699e2b334c1d824f357bd6b310a5f79be8 Implement async bitmap upload and clean up types. Change-Id: Icbe9894e04c1319351c1cd75b0e0017855198f20
Diffstat (limited to 'libs/rs/rs.spec')
-rw-r--r--libs/rs/rs.spec22
1 files changed, 0 insertions, 22 deletions
diff --git a/libs/rs/rs.spec b/libs/rs/rs.spec
index eb2942e..3e131b2 100644
--- a/libs/rs/rs.spec
+++ b/libs/rs/rs.spec
@@ -104,17 +104,6 @@ TypeGetNativeData {
param uint32_t typeDataSize
}
-AllocationCreateTyped {
- param RsType type
- ret RsAllocation
- }
-
-AllocationCreateSized {
- param RsElement e
- param size_t count
- ret RsAllocation
- }
-
AllocationUpdateFromBitmap {
param RsAllocation alloc
param RsElement srcFmt
@@ -129,17 +118,6 @@ AllocationCreateBitmapRef {
ret RsAllocation
}
-AllocationCreateFromBitmap {
- param uint32_t width
- param uint32_t height
- param RsElement dstFmt
- param RsElement srcFmt
- param bool genMips
- param const void * data
- ret RsAllocation
- }
-
-
AllocationUploadToTexture {
param RsAllocation alloc
param bool genMipMaps