From 31a7e42f4baa059352f0db119de38428e655eab2 Mon Sep 17 00:00:00 2001 From: Jason Sams Date: Tue, 26 Oct 2010 13:09:17 -0700 Subject: Begin adding async allocation creation. Change-Id: I5d1381699e2b334c1d824f357bd6b310a5f79be8 Implement async bitmap upload and clean up types. Change-Id: Icbe9894e04c1319351c1cd75b0e0017855198f20 --- libs/rs/rs.spec | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'libs/rs/rs.spec') 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 -- cgit v1.1