Searched refs:RS_ERROR_INVALID_PARAMETER (Results 1 – 6 of 6) sorted by relevance
/frameworks/rs/cpp/ |
D | ScriptIntrinsicBLAS.cpp | 27 using android::RSC::RS_ERROR_INVALID_PARAMETER; 193 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "BLAS vectors must have Y dimension of 0 or 1"); in validateGEMV() 197 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Vector increments must be greater than 0"); in validateGEMV() 209 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Incorrect vector dimensions for GEMV"); in validateGEMV() 262 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "KL and KU must be greater than or equal to 0"); in SGBMV() 278 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "KL and KU must be greater than or equal to 0"); in DGBMV() 294 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "KL and KU must be greater than or equal to 0"); in CGBMV() 310 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "KL and KU must be greater than or equal to 0"); in ZGBMV() 325 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "A must be a square matrix for TRMV"); in validateTRMV() 332 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "BLAS vectors must have Y dimension of 0 or 1"); in validateTRMV() [all …]
|
D | Element.cpp | 27 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Element contains no sub-elements"); in getSubElement() 31 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Illegal sub-element index"); in getSubElement() 39 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Element contains no sub-elements"); in getSubElementName() 43 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Illegal sub-element index"); in getSubElementName() 51 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Element contains no sub-elements"); in getSubElementArraySize() 55 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Illegal sub-element index"); in getSubElementArraySize() 63 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Element contains no sub-elements"); in getSubElementOffsetBytes() 67 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Illegal sub-element index"); in getSubElementOffsetBytes() 325 rs->throwError(RS_ERROR_INVALID_PARAMETER, "Vector size out of range 2-4."); in createVector() 340 rs->throwError(RS_ERROR_INVALID_PARAMETER, "Unsupported DataKind"); in createPixel() [all …]
|
D | Allocation.cpp | 162 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Source must be exactly one usage type."); in syncAll() 171 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Allocation does not support USAGE_SHARED."); in getPointer() 220 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Count must be >= 1."); in copy1DRangeFrom() 225 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Invalid copy specified"); in copy1DRangeFrom() 243 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Count must be >= 1."); in copy1DRangeTo() 248 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Invalid copy specified"); in copy1DRangeTo() 287 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Updated region larger than allocation."); in validate2DRange() 371 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Updated region larger than allocation."); in validate3DRange() 479 … mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Can only send buffer if IO_OUTPUT usage specified."); in ioSendOutput() 489 … mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Can only get buffer if IO_INPUT usage specified."); in ioGetInput() [all …]
|
D | ScriptIntrinsics.cpp | 73 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "setLUT Allocation must be 3D"); in setLUT() 249 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Blur radius out of 0-25 pixel bound"); in setRadius() 456 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Invalid Allocation type for Histogram output"); in setOutput() 483 mRS->throwError(RS_ERROR_INVALID_PARAMETER, in forEach() 501 mRS->throwError(RS_ERROR_INVALID_PARAMETER, in forEach_dot() 552 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "LUT out of range"); in setTable() 591 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Resize Input and Ouput cannot be the same"); in forEach_bicubic()
|
D | Script.cpp | 31 …mRS->throwError(RS_ERROR_INVALID_PARAMETER, "At least one of ain or aout is required to be non-nul… in forEach()
|
D | rsCppStructs.h | 59 RS_ERROR_INVALID_PARAMETER = 1, ///< An invalid parameter was passed to a function enumerator
|