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
This commit is contained in:
@@ -194,10 +194,6 @@ public class RenderScript {
|
||||
synchronized int nAllocationCreateBitmapRef(int type, Bitmap bmp) {
|
||||
return rsnAllocationCreateBitmapRef(mContext, type, bmp);
|
||||
}
|
||||
native int rsnAllocationCreateFromBitmapBoxed(int con, int dstFmt, boolean genMips, Bitmap bmp);
|
||||
synchronized int nAllocationCreateFromBitmapBoxed(int dstFmt, boolean genMips, Bitmap bmp) {
|
||||
return rsnAllocationCreateFromBitmapBoxed(mContext, dstFmt, genMips, bmp);
|
||||
}
|
||||
native int rsnAllocationCreateFromAssetStream(int con, int dstFmt, boolean genMips, int assetStream);
|
||||
synchronized int nAllocationCreateFromAssetStream(int dstFmt, boolean genMips, int assetStream) {
|
||||
return rsnAllocationCreateFromAssetStream(mContext, dstFmt, genMips, assetStream);
|
||||
|
||||
Reference in New Issue
Block a user