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

/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp185 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "BLAS vectors must have Y dimension of 0 or 1");
189 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Vector increments must be greater than 0");
201 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Incorrect vector dimensions for GEMV");
254 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "KL and KU must be greater than or equal to 0");
270 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "KL and KU must be greater than or equal to 0");
286 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "KL and KU must be greater than or equal to 0");
302 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "KL and KU must be greater than or equal to 0");
317 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "A must be a square matrix for TRMV");
324 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "BLAS vectors must have Y dimension of 0 or 1");
328 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Vecto
[all...]
H A DElement.cpp28 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Element contains no sub-elements");
32 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Illegal sub-element index");
40 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Element contains no sub-elements");
44 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Illegal sub-element index");
52 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Element contains no sub-elements");
56 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Illegal sub-element index");
64 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Element contains no sub-elements");
68 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Illegal sub-element index");
326 rs->throwError(RS_ERROR_INVALID_PARAMETER, "Vector size out of range 2-4.");
341 rs->throwError(RS_ERROR_INVALID_PARAMETER, "Unsupporte
[all...]
H A DScript.cpp32 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.cpp63 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "setLUT Allocation must be 3D");
239 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Blur radius out of 0-25 pixel bound");
446 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Invalid Allocation type for Histogram output");
473 mRS->throwError(RS_ERROR_INVALID_PARAMETER,
491 mRS->throwError(RS_ERROR_INVALID_PARAMETER,
542 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "LUT out of range");
581 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 2294 milliseconds