• Home
  • Raw
  • Download

Lines Matching refs:mRS

51         mRS->throwError(RS_ERROR_INVALID_ELEMENT, "3DLUT forEach element mismatch");  in forEach()
59 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "setLUT element does not match"); in setLUT()
63 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "setLUT Allocation must be 3D"); in setLUT()
85 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blend"); in forEachClear()
93 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blend"); in forEachSrc()
101 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blend"); in forEachDst()
109 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blend"); in forEachSrcOver()
117 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blend"); in forEachDstOver()
125 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blend"); in forEachSrcIn()
133 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blend"); in forEachDstIn()
141 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blend"); in forEachSrcOut()
149 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blend"); in forEachDstOut()
157 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blend"); in forEachSrcAtop()
165 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blend"); in forEachDstAtop()
173 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blend"); in forEachXor()
181 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blend"); in forEachMultiply()
189 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blend"); in forEachAdd()
197 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blend"); in forEachSubtract()
221 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blur input"); in setInput()
229 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blur output"); in forEach()
239 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Blur radius out of 0-25 pixel bound"); in setRadius()
257 if (!(in->getType()->getElement()->isCompatible(Element::U8(mRS))) && in forEach()
258 !(in->getType()->getElement()->isCompatible(Element::U8_2(mRS))) && in forEach()
259 !(in->getType()->getElement()->isCompatible(Element::U8_3(mRS))) && in forEach()
260 !(in->getType()->getElement()->isCompatible(Element::U8_4(mRS))) && in forEach()
261 !(in->getType()->getElement()->isCompatible(Element::F32(mRS))) && in forEach()
262 !(in->getType()->getElement()->isCompatible(Element::F32_2(mRS))) && in forEach()
263 !(in->getType()->getElement()->isCompatible(Element::F32_3(mRS))) && in forEach()
264 !(in->getType()->getElement()->isCompatible(Element::F32_4(mRS)))) { in forEach()
265 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element for ColorMatrix"); in forEach()
269 if (!(out->getType()->getElement()->isCompatible(Element::U8(mRS))) && in forEach()
270 !(out->getType()->getElement()->isCompatible(Element::U8_2(mRS))) && in forEach()
271 !(out->getType()->getElement()->isCompatible(Element::U8_3(mRS))) && in forEach()
272 !(out->getType()->getElement()->isCompatible(Element::U8_4(mRS))) && in forEach()
273 !(out->getType()->getElement()->isCompatible(Element::F32(mRS))) && in forEach()
274 !(out->getType()->getElement()->isCompatible(Element::F32_2(mRS))) && in forEach()
275 !(out->getType()->getElement()->isCompatible(Element::F32_3(mRS))) && in forEach()
276 !(out->getType()->getElement()->isCompatible(Element::F32_4(mRS)))) { in forEach()
277 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element for ColorMatrix"); in forEach()
361 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Element mismatch in Convolve3x3"); in setInput()
369 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Element mismatch in Convolve3x3"); in forEach()
402 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Element mismatch in Convolve5x5 input"); in setInput()
410 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Element mismatch in Convolve5x5 output"); in forEach()
431 if (!(out->getType()->getElement()->isCompatible(Element::U32(mRS))) && in setOutput()
432 !(out->getType()->getElement()->isCompatible(Element::U32_2(mRS))) && in setOutput()
433 !(out->getType()->getElement()->isCompatible(Element::U32_3(mRS))) && in setOutput()
434 !(out->getType()->getElement()->isCompatible(Element::U32_4(mRS))) && in setOutput()
435 !(out->getType()->getElement()->isCompatible(Element::I32(mRS))) && in setOutput()
436 !(out->getType()->getElement()->isCompatible(Element::I32_2(mRS))) && in setOutput()
437 !(out->getType()->getElement()->isCompatible(Element::I32_3(mRS))) && in setOutput()
438 !(out->getType()->getElement()->isCompatible(Element::I32_4(mRS)))) { in setOutput()
439 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element for Histogram output"); in setOutput()
446 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Invalid Allocation type for Histogram output"); in setOutput()
473 mRS->throwError(RS_ERROR_INVALID_PARAMETER, in forEach()
478 if (!(ain->getType()->getElement()->isCompatible(Element::U8(mRS))) && in forEach()
479 !(ain->getType()->getElement()->isCompatible(Element::U8_4(mRS)))) { in forEach()
480 mRS->throwError(RS_ERROR_INVALID_ELEMENT, in forEach()
491 mRS->throwError(RS_ERROR_INVALID_PARAMETER, in forEach_dot()
496 if (!(ain->getType()->getElement()->isCompatible(Element::U8(mRS))) && in forEach_dot()
497 !(ain->getType()->getElement()->isCompatible(Element::U8_4(mRS)))) { in forEach_dot()
498 mRS->throwError(RS_ERROR_INVALID_ELEMENT, in forEach_dot()
531 if (!(ain->getType()->getElement()->isCompatible(Element::U8_4(mRS))) || in forEach()
532 !(aout->getType()->getElement()->isCompatible(Element::U8_4(mRS)))) { in forEach()
533 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element for LUT"); in forEach()
542 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "LUT out of range"); in setTable()
581 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Resize Input and Ouput cannot be the same"); in forEach_bicubic()
585 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Resize forEach element mismatch"); in forEach_bicubic()
591 if (!(ain->getType()->getElement()->isCompatible(Element::U8(mRS))) && in setInput()
592 !(ain->getType()->getElement()->isCompatible(Element::U8_2(mRS))) && in setInput()
593 !(ain->getType()->getElement()->isCompatible(Element::U8_3(mRS))) && in setInput()
594 !(ain->getType()->getElement()->isCompatible(Element::U8_4(mRS))) && in setInput()
595 !(ain->getType()->getElement()->isCompatible(Element::F32(mRS))) && in setInput()
596 !(ain->getType()->getElement()->isCompatible(Element::F32_2(mRS))) && in setInput()
597 !(ain->getType()->getElement()->isCompatible(Element::F32_3(mRS))) && in setInput()
598 !(ain->getType()->getElement()->isCompatible(Element::F32_4(mRS)))) { in setInput()
599 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element for Resize Input"); in setInput()
622 if (!(in->getType()->getElement()->isCompatible(Element::YUV(mRS)))) { in setInput()
623 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element for input in YuvToRGB"); in setInput()
631 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element for output in YuvToRGB"); in forEach()