Home
last modified time | relevance | path

Searched refs:validateObjectIsPrimitiveArray (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DAllocation.java84 private Element.DataType validateObjectIsPrimitiveArray(Object d, boolean checkType) { in validateObjectIsPrimitiveArray() method in Allocation
706 copyFromUnchecked(array, validateObjectIsPrimitiveArray(array, false), in copyFromUnchecked()
834 copyFromUnchecked(array, validateObjectIsPrimitiveArray(array, true), in copyFrom()
1156 validateObjectIsPrimitiveArray(array, false), in copy1DRangeFromUnchecked()
1291 validateObjectIsPrimitiveArray(array, true), in copy1DRangeFrom()
1496 validateObjectIsPrimitiveArray(array, true), in copy2DRangeFrom()
1755 validateObjectIsPrimitiveArray(array, true), in copy3DRangeFrom()
1839 copyTo(array, validateObjectIsPrimitiveArray(array, true), in copyTo()
2030 validateObjectIsPrimitiveArray(array, false), in copy1DRangeToUnchecked()
2165 validateObjectIsPrimitiveArray(array, true), in copy1DRangeTo()
[all …]
/frameworks/base/rs/java/android/renderscript/
DAllocation.java91 private Element.DataType validateObjectIsPrimitiveArray(Object d, boolean checkType) { in validateObjectIsPrimitiveArray() method in Allocation
728 copyFromUnchecked(array, validateObjectIsPrimitiveArray(array, false), in copyFromUnchecked()
861 copyFromUnchecked(array, validateObjectIsPrimitiveArray(array, true), in copyFrom()
1180 validateObjectIsPrimitiveArray(array, false), in copy1DRangeFromUnchecked()
1314 validateObjectIsPrimitiveArray(array, true), in copy1DRangeFrom()
1528 validateObjectIsPrimitiveArray(array, true), in copy2DRangeFrom()
1807 validateObjectIsPrimitiveArray(array, true), in copy3DRangeFrom()
1904 copyTo(array, validateObjectIsPrimitiveArray(array, true), in copyTo()
2133 validateObjectIsPrimitiveArray(array, false), in copy1DRangeToUnchecked()
2267 validateObjectIsPrimitiveArray(array, true), in copy1DRangeTo()
[all …]