diff options
| author | Jason Sams <rjsams@android.com> | 2010-10-10 17:58:25 -0700 |
|---|---|---|
| committer | Jason Sams <rjsams@android.com> | 2010-10-10 17:58:25 -0700 |
| commit | 2222aa90031604e9752ebc2909303a84139b8b18 (patch) | |
| tree | 221332fe04b58b792d1c40cfca730948cf4ccca5 /libs/rs/rs.spec | |
| parent | 7499a1ca68ba115efcf53f6a06520c579c44364d (diff) | |
| download | frameworks_base-2222aa90031604e9752ebc2909303a84139b8b18.zip frameworks_base-2222aa90031604e9752ebc2909303a84139b8b18.tar.gz frameworks_base-2222aa90031604e9752ebc2909303a84139b8b18.tar.bz2 | |
Cleanup error message for null binding address.
Only print the debug if script debugging is enabled.
Change-Id: I72b9c2a73d49987a73b354442e9defec02b93bc6
Implement inner utiliy class to specify surface formats.
Remove boxed bitmap upload functions.
Change-Id: I3ff5ca59e53d02b9d75277afa947ea3d218459eb
Diffstat (limited to 'libs/rs/rs.spec')
| -rw-r--r-- | libs/rs/rs.spec | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libs/rs/rs.spec b/libs/rs/rs.spec index 0da637e..a1c0671 100644 --- a/libs/rs/rs.spec +++ b/libs/rs/rs.spec @@ -145,16 +145,6 @@ AllocationCreateFromBitmap { ret RsAllocation } -AllocationCreateFromBitmapBoxed { - 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 |
