Searched refs:RS_ERROR_INVALID_PARAMETER (Results 1 - 6 of 6) sorted by relevance

/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp27 using android::RSC::RS_ERROR_INVALID_PARAMETER;
193 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "BLAS vectors must have Y dimension of 0 or 1");
197 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Vector increments must be greater than 0");
209 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Incorrect vector dimensions for GEMV");
262 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "KL and KU must be greater than or equal to 0");
278 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "KL and KU must be greater than or equal to 0");
294 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "KL and KU must be greater than or equal to 0");
310 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "KL and KU must be greater than or equal to 0");
325 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "A must be a square matrix for TRMV");
332 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "BLA
[all...]
H A DElement.cpp27 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Element contains no sub-elements");
31 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Illegal sub-element index");
39 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Element contains no sub-elements");
43 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Illegal sub-element index");
51 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Element contains no sub-elements");
55 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Illegal sub-element index");
63 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Element contains no sub-elements");
67 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Illegal sub-element index");
325 rs->throwError(RS_ERROR_INVALID_PARAMETER, "Vector size out of range 2-4.");
340 rs->throwError(RS_ERROR_INVALID_PARAMETER, "Unsupporte
[all...]
H A DScript.cpp31 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "At least one of ain or aout is required to be non-null.");
H A DAllocation.cpp162 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Source must be exactly one usage type.");
171 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Allocation does not support USAGE_SHARED.");
220 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Count must be >= 1.");
225 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Invalid copy specified");
243 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Count must be >= 1.");
248 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Invalid copy specified");
287 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Updated region larger than allocation.");
371 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Updated region larger than allocation.");
479 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Can only send buffer if IO_OUTPUT usage specified.");
489 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Ca
[all...]
H A DScriptIntrinsics.cpp73 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "setLUT Allocation must be 3D");
249 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Blur radius out of 0-25 pixel bound");
456 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Invalid Allocation type for Histogram output");
483 mRS->throwError(RS_ERROR_INVALID_PARAMETER,
501 mRS->throwError(RS_ERROR_INVALID_PARAMETER,
552 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "LUT out of range");
591 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Resize Input and Ouput cannot be the same");
H A DrsCppStructs.h59 RS_ERROR_INVALID_PARAMETER = 1, ///< An invalid parameter was passed to a function enumerator in enum:android::RSC::RSError

Completed in 394 milliseconds