diff options
Diffstat (limited to 'libs/rs/rs.spec')
-rw-r--r-- | libs/rs/rs.spec | 22 |
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 |