Searched refs:RSIllegalArgumentException (Results 1 - 25 of 39) sorted by relevance

12

/frameworks/base/rs/java/android/renderscript/
H A DRSIllegalArgumentException.java24 public class RSIllegalArgumentException extends RSRuntimeException { class in inherits:RSRuntimeException
25 public RSIllegalArgumentException(String string) { method in class:RSIllegalArgumentException
H A DScriptIntrinsicHistogram.java49 throw new RSIllegalArgumentException("Unsuported element type.");
91 throw new RSIllegalArgumentException(
96 throw new RSIllegalArgumentException("Output type must be U32 or I32.");
117 throw new RSIllegalArgumentException("Coefficient may not be negative.");
120 throw new RSIllegalArgumentException("Sum of coefficients must be 1.0 or less.");
148 throw new RSIllegalArgumentException("Output type must be U32 or I32.");
155 throw new RSIllegalArgumentException("Output must be 1D, 256 elements.");
188 throw new RSIllegalArgumentException("Output vector size must be one.");
192 throw new RSIllegalArgumentException("Output type must be U32 or I32.");
H A DBaseObj.java67 throw new RSIllegalArgumentException("Invalid object.");
84 throw new RSIllegalArgumentException(
88 throw new RSIllegalArgumentException(
92 throw new RSIllegalArgumentException(
H A DScriptIntrinsic3DLUT.java50 throw new RSIllegalArgumentException("Element must be compatible with uchar4.");
67 throw new RSIllegalArgumentException("LUT must be 3d.");
71 throw new RSIllegalArgumentException("LUT element type must match.");
H A DAllocation.java83 throw new RSIllegalArgumentException("Object passed is not an array of primitives.");
87 throw new RSIllegalArgumentException("Object passed is not an Array of primitives.");
314 throw new RSIllegalArgumentException("Unknown usage specified.");
323 throw new RSIllegalArgumentException("Invalid usage combination.");
355 throw new RSIllegalArgumentException(
364 throw new RSIllegalArgumentException(
373 throw new RSIllegalArgumentException(
382 throw new RSIllegalArgumentException(
390 throw new RSIllegalArgumentException(
398 throw new RSIllegalArgumentException(
[all...]
H A DScriptIntrinsicBlur.java46 throw new RSIllegalArgumentException("Unsuported element type.");
74 throw new RSIllegalArgumentException("Radius out of range (0 < r <= 25).");
H A DScriptIntrinsicResize.java56 throw new RSIllegalArgumentException("Unsuported element type.");
83 throw new RSIllegalArgumentException("Output cannot be same as Input.");
H A DProgramVertex.java108 throw new RSIllegalArgumentException("Max input count exceeded.");
111 throw new RSIllegalArgumentException("Complex elements not allowed.");
H A DScriptIntrinsicLUT.java62 throw new RSIllegalArgumentException("Index out of range (0-255).");
65 throw new RSIllegalArgumentException("Value out of range (0-255).");
H A DAllocationAdapter.java97 throw new RSIllegalArgumentException("Attempting to set negative lod (" + lod + ").");
106 throw new RSIllegalArgumentException("Attempting to set lod (" + lod + ") out of range.");
162 throw new RSIllegalArgumentException("Cannot set null face.");
H A DRenderScriptGL.java90 throw new RSIllegalArgumentException("Minimum value provided out of range.");
93 throw new RSIllegalArgumentException("preferred must be >= Minimum.");
155 throw new RSIllegalArgumentException("Quality out of 0-1 range.");
H A DElement.java234 throw new RSIllegalArgumentException("Element contains no sub-elements");
237 throw new RSIllegalArgumentException("Illegal sub-element index");
250 throw new RSIllegalArgumentException("Element contains no sub-elements");
253 throw new RSIllegalArgumentException("Illegal sub-element index");
267 throw new RSIllegalArgumentException("Element contains no sub-elements");
270 throw new RSIllegalArgumentException("Illegal sub-element index");
283 throw new RSIllegalArgumentException("Element contains no sub-elements");
286 throw new RSIllegalArgumentException("Illegal sub-element index");
880 throw new RSIllegalArgumentException("Vector size out of range 2-4.");
903 throw new RSIllegalArgumentException("Canno
[all...]
H A DScriptIntrinsicConvolve5x5.java60 throw new RSIllegalArgumentException("Unsuported element type.");
H A DType.java322 throw new RSIllegalArgumentException("Values of less than 1 for Dimension X are not valid.");
330 throw new RSIllegalArgumentException("Values of less than 1 for Dimension Y are not valid.");
338 throw new RSIllegalArgumentException("Values of less than 1 for Dimension Z are not valid.");
368 throw new RSIllegalArgumentException(
H A DScript.java135 throw new RSIllegalArgumentException(
162 throw new RSIllegalArgumentException(
208 throw new RSIllegalArgumentException(
249 throw new RSIllegalArgumentException(
433 throw new RSIllegalArgumentException("Invalid dimensions");
451 throw new RSIllegalArgumentException("Invalid dimensions");
469 throw new RSIllegalArgumentException("Invalid dimensions");
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRSIllegalArgumentException.java24 public class RSIllegalArgumentException extends RSRuntimeException { class in inherits:RSRuntimeException
25 public RSIllegalArgumentException(String string) { method in class:RSIllegalArgumentException
H A DExceptionThunker.java23 if (e instanceof android.renderscript.RSIllegalArgumentException) {
24 return new android.support.v8.renderscript.RSIllegalArgumentException(e.getMessage());
H A DScriptIntrinsic3DLUT.java57 throw new RSIllegalArgumentException("Element must be compatible with uchar4.");
76 throw new RSIllegalArgumentException("LUT must be 3d.");
80 throw new RSIllegalArgumentException("LUT element type must match.");
H A DAllocation.java228 throw new RSIllegalArgumentException("Unknown usage specified.");
237 throw new RSIllegalArgumentException("Invalid usage combination.");
271 throw new RSIllegalArgumentException(
280 throw new RSIllegalArgumentException(
289 throw new RSIllegalArgumentException(
297 throw new RSIllegalArgumentException(
309 throw new RSIllegalArgumentException(
334 throw new RSIllegalArgumentException("Source must be exactly one usage type.");
349 throw new RSIllegalArgumentException(
371 throw new RSIllegalArgumentException(
[all...]
H A DScriptIntrinsicBlur.java54 throw new RSIllegalArgumentException("Unsuported element type.");
82 throw new RSIllegalArgumentException("Radius out of range (0 < r <= 25).");
H A DType.java229 throw new RSIllegalArgumentException("Values of less than 1 for Dimension X are not valid.");
237 throw new RSIllegalArgumentException("Values of less than 1 for Dimension Y are not valid.");
245 throw new RSIllegalArgumentException("Values of less than 1 for Dimension Z are not valid.");
275 throw new RSIllegalArgumentException("Only NV21 and YV12 are supported..");
H A DScriptIntrinsicLUT.java70 throw new RSIllegalArgumentException("Index out of range (0-255).");
73 throw new RSIllegalArgumentException("Value out of range (0-255).");
H A DElement.java231 throw new RSIllegalArgumentException("Element contains no sub-elements");
234 throw new RSIllegalArgumentException("Illegal sub-element index");
247 throw new RSIllegalArgumentException("Element contains no sub-elements");
250 throw new RSIllegalArgumentException("Illegal sub-element index");
264 throw new RSIllegalArgumentException("Element contains no sub-elements");
267 throw new RSIllegalArgumentException("Illegal sub-element index");
280 throw new RSIllegalArgumentException("Element contains no sub-elements");
283 throw new RSIllegalArgumentException("Illegal sub-element index");
788 throw new RSIllegalArgumentException("Vector size out of range 2-4.");
811 throw new RSIllegalArgumentException("Canno
[all...]
H A DBaseObj.java72 throw new RSIllegalArgumentException("Invalid object.");
H A DScriptIntrinsicConvolve3x3.java57 throw new RSIllegalArgumentException("Unsuported element type.");

Completed in 2166 milliseconds

12