Loading rs/java/android/renderscript/Allocation.java +4 −1 Original line number Diff line number Diff line Loading @@ -142,7 +142,10 @@ public class Allocation extends BaseObj { } return Element.DataType.FLOAT_64; } return null; throw new RSIllegalArgumentException("Parameter of type " + cmp.getSimpleName() + "[] is not compatible with data type " + mType.mElement.mType.name() + " of allocation"); } Loading Loading
rs/java/android/renderscript/Allocation.java +4 −1 Original line number Diff line number Diff line Loading @@ -142,7 +142,10 @@ public class Allocation extends BaseObj { } return Element.DataType.FLOAT_64; } return null; throw new RSIllegalArgumentException("Parameter of type " + cmp.getSimpleName() + "[] is not compatible with data type " + mType.mElement.mType.name() + " of allocation"); } Loading