Searched refs:throwError (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/rs/cpp/ |
H A D | ScriptIntrinsics.cpp | 95 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blend"); in forEachClear() 103 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blend"); in forEachSrc() 111 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blend"); in forEachDst() 119 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blend"); in forEachSrcOver() 127 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blend"); in forEachDstOver() 218 rs->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blur"); in create() 483 mRS->throwError(RS_ERROR_INVALID_PARAMETER, in forEach() 490 mRS->throwError(RS_ERROR_INVALID_ELEMENT, in forEach() 501 mRS->throwError(RS_ERROR_INVALID_PARAMETER, in forEach_dot() 508 mRS->throwError(RS_ERROR_INVALID_ELEMENT, in forEach_dot() [all …]
|
H A D | ScriptIntrinsicBLAS.cpp | 360 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Invalid dimension for Ap"); in validateTPMV() 673 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Invalid dimension for Ap"); in validateSPMV() 761 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Invalid dimension for Ap"); in validateSPR() 819 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Invalid dimension for Ap"); in validateSPR2() 1212 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Allocation C cannot be null"); in validateL3() 1363 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Matrix A is not symmetric"); in SSYMM() 1375 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Matrix A is not symmetric"); in DSYMM() 1387 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Matrix A is not symmetric"); in CSYMM() 1399 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Matrix A is not symmetric"); in ZSYMM() 1490 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Invalid A and B in SYR2K"); in validateSYR2K() [all …]
|
H A 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() 43 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Illegal sub-element index"); in getSubElementName() 55 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Illegal sub-element index"); in getSubElementArraySize() 67 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Illegal sub-element index"); in getSubElementOffsetBytes() 340 rs->throwError(RS_ERROR_INVALID_PARAMETER, "Unsupported DataKind"); in createPixel() 348 rs->throwError(RS_ERROR_INVALID_PARAMETER, "Unsupported DataType"); in createPixel() 352 rs->throwError(RS_ERROR_INVALID_PARAMETER, "Bad kind and type combo"); in createPixel() 356 rs->throwError(RS_ERROR_INVALID_PARAMETER, "Bad kind and type combo"); in createPixel() 360 rs->throwError(RS_ERROR_INVALID_PARAMETER, "Bad kind and type combo"); in createPixel() [all …]
|
H A 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() 177 mRS->throwError(RS_ERROR_RUNTIME_ERROR, "Can't use getPointer on older APIs"); in getPointer() 184 mRS->throwError(RS_ERROR_RUNTIME_ERROR, "Allocation lock failed"); 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() 431 rs->throwError(RS_ERROR_RUNTIME_ERROR, "Allocation creation failed"); in createTyped() [all …]
|
H A D | RenderScript.cpp | 190 void RS::throwError(RSError error, const char *errMsg) { in throwError() function in RS 240 rs->throwError(RS_ERROR_RUNTIME_ERROR, "Error returned from runtime"); in threadProc()
|
H A 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()
|
H A D | rsCppStructs.h | 421 void throwError(RSError error, const char *errMsg);
|
/aosp12/art/test/907-get-loaded-classes/src/art/ |
H A D | Cerr.java | 21 throwError(); in throwError() method 24 public static void throwError() { in throwError() method in Cerr
|
/aosp12/art/test/667-jit-jni-stub/src/ |
H A D | Main.java | 170 public static void throwError() { throw new Error(); } in throwError() method in Main
|