Lines Matching refs:RSIllegalArgumentException

98             throw new RSIllegalArgumentException("Object passed is not an array of primitives.");  in validateObjectIsPrimitiveArray()
102 throw new RSIllegalArgumentException("Object passed is not an Array of primitives."); in validateObjectIsPrimitiveArray()
151 throw new RSIllegalArgumentException("Parameter of type " + cmp.getSimpleName() + in validateObjectIsPrimitiveArray()
396 throw new RSIllegalArgumentException("Unknown usage specified."); in Allocation()
405 throw new RSIllegalArgumentException("Invalid usage combination."); in Allocation()
444 throw new RSIllegalArgumentException( in validateIsInt64()
453 throw new RSIllegalArgumentException( in validateIsInt32()
463 throw new RSIllegalArgumentException( in validateIsInt16OrFloat16()
472 throw new RSIllegalArgumentException( in validateIsInt8()
480 throw new RSIllegalArgumentException( in validateIsFloat32()
488 throw new RSIllegalArgumentException( in validateIsFloat64()
505 throw new RSIllegalArgumentException( in validateIsObject()
554 throw new RSIllegalArgumentException("Source must be exactly one usage type."); in syncAll()
574 throw new RSIllegalArgumentException( in ioSend()
593 throw new RSIllegalArgumentException( in ioReceive()
614 throw new RSIllegalArgumentException("Array size mismatch, allocation sizeX = " + in copyFrom()
639 … throw new RSIllegalArgumentException("Bitmap has an unsupported format for this operation"); in validateBitmapFormat()
644 throw new RSIllegalArgumentException("Allocation kind is " + in validateBitmapFormat()
654 throw new RSIllegalArgumentException("Allocation kind is " + in validateBitmapFormat()
664 throw new RSIllegalArgumentException("Allocation kind is " + in validateBitmapFormat()
674 throw new RSIllegalArgumentException("Allocation kind is " + in validateBitmapFormat()
687 … throw new RSIllegalArgumentException("Cannot update allocation from bitmap, sizes mismatch"); in validateBitmapSize()
1023 throw new RSIllegalArgumentException("Types of allocations must match."); in copyFrom()
1046 throw new RSIllegalArgumentException("Field packer length " + data_length + in setFromFieldPacker()
1078 … throw new RSIllegalArgumentException("Component_number " + component_number + " out of range."); in setFromFieldPacker()
1081 throw new RSIllegalArgumentException("Offset x must be >= 0."); in setFromFieldPacker()
1084 throw new RSIllegalArgumentException("Offset y must be >= 0."); in setFromFieldPacker()
1087 throw new RSIllegalArgumentException("Offset z must be >= 0."); in setFromFieldPacker()
1096 throw new RSIllegalArgumentException("Field packer sizelength " + data_length + in setFromFieldPacker()
1107 throw new RSIllegalArgumentException("Offset must be >= 0."); in data1DChecks()
1110 throw new RSIllegalArgumentException("Count must be >= 1."); in data1DChecks()
1113 throw new RSIllegalArgumentException("Overflow, Available count " + mCurrentCount + in data1DChecks()
1118 throw new RSIllegalArgumentException("Array too small for allocation type."); in data1DChecks()
1122 throw new RSIllegalArgumentException("Array too small for allocation type."); in data1DChecks()
1462 throw new RSIllegalArgumentException("Offset cannot be negative."); in validate2DRange()
1465 throw new RSIllegalArgumentException("Height or width cannot be negative."); in validate2DRange()
1468 throw new RSIllegalArgumentException("Updated region larger than allocation."); in validate2DRange()
1485 throw new RSIllegalArgumentException("Array too small for allocation type."); in copy2DRangeFromUnchecked()
1491 throw new RSIllegalArgumentException("Array too small for allocation type."); in copy2DRangeFromUnchecked()
1732 throw new RSIllegalArgumentException("Offset cannot be negative."); in validate3DRange()
1735 throw new RSIllegalArgumentException("Height or width cannot be negative."); in validate3DRange()
1738 throw new RSIllegalArgumentException("Updated region larger than allocation."); in validate3DRange()
1762 throw new RSIllegalArgumentException("Array too small for allocation type."); in copy3DRangeFromUnchecked()
1768 throw new RSIllegalArgumentException("Array too small for allocation type."); in copy3DRangeFromUnchecked()
1871 throw new RSIllegalArgumentException( in copyTo()
1876 throw new RSIllegalArgumentException( in copyTo()
2035 … throw new RSIllegalArgumentException("Component_number " + component_number + " out of range."); in copyToFieldPacker()
2038 throw new RSIllegalArgumentException("Offset x must be >= 0."); in copyToFieldPacker()
2041 throw new RSIllegalArgumentException("Offset y must be >= 0."); in copyToFieldPacker()
2044 throw new RSIllegalArgumentException("Offset z must be >= 0."); in copyToFieldPacker()
2053 throw new RSIllegalArgumentException("Field packer sizelength " + data_length + in copyToFieldPacker()
2404 throw new RSIllegalArgumentException("Array too small for allocation type."); in copy2DRangeToUnchecked()
2410 throw new RSIllegalArgumentException("Array too small for allocation type."); in copy2DRangeToUnchecked()
2601 throw new RSIllegalArgumentException("Array too small for allocation type."); in copy3DRangeToUnchecked()
2607 throw new RSIllegalArgumentException("Array too small for allocation type."); in copy3DRangeToUnchecked()
2807 …throw new RSIllegalArgumentException("USAGE_SHARED cannot be used with a Bitmap that has a null co… in createFromBitmap()
2903 … throw new RSIllegalArgumentException("Exceeds the max number of Allocations allowed: " + in createAllocations()
3098 throw new RSIllegalArgumentException("Cubemap height must be multiple of 6"); in createCubemapFromBitmap()
3101 throw new RSIllegalArgumentException("Only square cube map faces supported"); in createCubemapFromBitmap()
3105 throw new RSIllegalArgumentException("Only power of 2 cube faces supported"); in createCubemapFromBitmap()
3176 throw new RSIllegalArgumentException("Only square cube map faces supported"); in createCubemapFromCubeFaces()
3180 throw new RSIllegalArgumentException("Only power of 2 cube faces supported"); in createCubemapFromCubeFaces()
3261 throw new RSIllegalArgumentException("Unsupported usage specified."); in createFromBitmapResource()