Home | History | Annotate | Download | only in renderscript

Lines Matching refs:RSIllegalArgumentException

255             throw new RSIllegalArgumentException("Unknown usage specified.");
264 throw new RSIllegalArgumentException("Invalid usage combination.");
281 throw new RSIllegalArgumentException(
290 throw new RSIllegalArgumentException(
299 throw new RSIllegalArgumentException(
307 throw new RSIllegalArgumentException(
324 throw new RSIllegalArgumentException(
371 throw new RSIllegalArgumentException("Source must be exactly one usage type.");
386 throw new RSIllegalArgumentException(
408 throw new RSIllegalArgumentException(
424 throw new RSIllegalArgumentException("Array size mismatch, allocation sizeX = " +
437 throw new RSIllegalArgumentException("Bitmap has an unsupported format for this operation");
442 throw new RSIllegalArgumentException("Allocation kind is " +
452 throw new RSIllegalArgumentException("Allocation kind is " +
462 throw new RSIllegalArgumentException("Allocation kind is " +
472 throw new RSIllegalArgumentException("Allocation kind is " +
485 throw new RSIllegalArgumentException("Cannot update allocation from bitmap, sizes mismatch");
666 throw new RSIllegalArgumentException("Types of allocations must match.");
686 throw new RSIllegalArgumentException("Field packer length " + data.length +
703 throw new RSIllegalArgumentException("Component_number " + component_number + " out of range.");
706 throw new RSIllegalArgumentException("Offset must be >= 0.");
714 throw new RSIllegalArgumentException("Field packer sizelength " + data.length +
725 throw new RSIllegalArgumentException("Offset must be >= 0.");
728 throw new RSIllegalArgumentException("Count must be >= 1.");
731 throw new RSIllegalArgumentException("Overflow, Available count " + mCurrentCount +
735 throw new RSIllegalArgumentException("Array too small for allocation type.");
884 throw new RSIllegalArgumentException("Offset cannot be negative.");
887 throw new RSIllegalArgumentException("Height or width cannot be negative.");
890 throw new RSIllegalArgumentException("Updated region larger than allocation.");
1035 throw new RSIllegalArgumentException("Offset cannot be negative.");
1038 throw new RSIllegalArgumentException("Height or width cannot be negative.");
1041 throw new RSIllegalArgumentException("Updated region larger than allocation.");
1399 throw new RSIllegalArgumentException("USAGE_SHARED cannot be used with a Bitmap that has a null config.");
1516 throw new RSIllegalArgumentException("Cubemap height must be multiple of 6");
1519 throw new RSIllegalArgumentException("Only square cube map faces supported");
1523 throw new RSIllegalArgumentException("Only power of 2 cube faces supported");
1594 throw new RSIllegalArgumentException("Only square cube map faces supported");
1598 throw new RSIllegalArgumentException("Only power of 2 cube faces supported");
1679 throw new RSIllegalArgumentException("Unsupported usage specified.");