Lines Matching refs:mRS
61 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "3DLUT forEach element mismatch"); in forEach()
69 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "setLUT element does not match"); in setLUT()
73 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "setLUT Allocation must be 3D"); in setLUT()
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()
135 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blend"); in forEachSrcIn()
143 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blend"); in forEachDstIn()
151 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blend"); in forEachSrcOut()
159 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blend"); in forEachDstOut()
167 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blend"); in forEachSrcAtop()
175 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blend"); in forEachDstAtop()
183 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blend"); in forEachXor()
191 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blend"); in forEachMultiply()
199 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blend"); in forEachAdd()
207 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blend"); in forEachSubtract()
231 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blur input"); in setInput()
239 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element in blur output"); in forEach()
249 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Blur radius out of 0-25 pixel bound"); in setRadius()
267 if (!(in->getType()->getElement()->isCompatible(Element::U8(mRS))) && in forEach()
268 !(in->getType()->getElement()->isCompatible(Element::U8_2(mRS))) && in forEach()
269 !(in->getType()->getElement()->isCompatible(Element::U8_3(mRS))) && in forEach()
270 !(in->getType()->getElement()->isCompatible(Element::U8_4(mRS))) && in forEach()
271 !(in->getType()->getElement()->isCompatible(Element::F32(mRS))) && in forEach()
272 !(in->getType()->getElement()->isCompatible(Element::F32_2(mRS))) && in forEach()
273 !(in->getType()->getElement()->isCompatible(Element::F32_3(mRS))) && in forEach()
274 !(in->getType()->getElement()->isCompatible(Element::F32_4(mRS)))) { in forEach()
275 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element for ColorMatrix"); in forEach()
279 if (!(out->getType()->getElement()->isCompatible(Element::U8(mRS))) && in forEach()
280 !(out->getType()->getElement()->isCompatible(Element::U8_2(mRS))) && in forEach()
281 !(out->getType()->getElement()->isCompatible(Element::U8_3(mRS))) && in forEach()
282 !(out->getType()->getElement()->isCompatible(Element::U8_4(mRS))) && in forEach()
283 !(out->getType()->getElement()->isCompatible(Element::F32(mRS))) && in forEach()
284 !(out->getType()->getElement()->isCompatible(Element::F32_2(mRS))) && in forEach()
285 !(out->getType()->getElement()->isCompatible(Element::F32_3(mRS))) && in forEach()
286 !(out->getType()->getElement()->isCompatible(Element::F32_4(mRS)))) { in forEach()
287 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element for ColorMatrix"); in forEach()
371 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Element mismatch in Convolve3x3"); in setInput()
379 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Element mismatch in Convolve3x3"); in forEach()
412 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Element mismatch in Convolve5x5 input"); in setInput()
420 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Element mismatch in Convolve5x5 output"); in forEach()
441 if (!(out->getType()->getElement()->isCompatible(Element::U32(mRS))) && in setOutput()
442 !(out->getType()->getElement()->isCompatible(Element::U32_2(mRS))) && in setOutput()
443 !(out->getType()->getElement()->isCompatible(Element::U32_3(mRS))) && in setOutput()
444 !(out->getType()->getElement()->isCompatible(Element::U32_4(mRS))) && in setOutput()
445 !(out->getType()->getElement()->isCompatible(Element::I32(mRS))) && in setOutput()
446 !(out->getType()->getElement()->isCompatible(Element::I32_2(mRS))) && in setOutput()
447 !(out->getType()->getElement()->isCompatible(Element::I32_3(mRS))) && in setOutput()
448 !(out->getType()->getElement()->isCompatible(Element::I32_4(mRS)))) { in setOutput()
449 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element for Histogram output"); in setOutput()
456 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Invalid Allocation type for Histogram output"); in setOutput()
483 mRS->throwError(RS_ERROR_INVALID_PARAMETER, in forEach()
488 if (!(ain->getType()->getElement()->isCompatible(Element::U8(mRS))) && in forEach()
489 !(ain->getType()->getElement()->isCompatible(Element::U8_4(mRS)))) { in forEach()
490 mRS->throwError(RS_ERROR_INVALID_ELEMENT, in forEach()
501 mRS->throwError(RS_ERROR_INVALID_PARAMETER, in forEach_dot()
506 if (!(ain->getType()->getElement()->isCompatible(Element::U8(mRS))) && in forEach_dot()
507 !(ain->getType()->getElement()->isCompatible(Element::U8_4(mRS)))) { in forEach_dot()
508 mRS->throwError(RS_ERROR_INVALID_ELEMENT, in forEach_dot()
541 if (!(ain->getType()->getElement()->isCompatible(Element::U8_4(mRS))) || in forEach()
542 !(aout->getType()->getElement()->isCompatible(Element::U8_4(mRS)))) { in forEach()
543 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element for LUT"); in forEach()
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()
595 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Resize forEach element mismatch"); in forEach_bicubic()
601 if (!(ain->getType()->getElement()->isCompatible(Element::U8(mRS))) && in setInput()
602 !(ain->getType()->getElement()->isCompatible(Element::U8_2(mRS))) && in setInput()
603 !(ain->getType()->getElement()->isCompatible(Element::U8_3(mRS))) && in setInput()
604 !(ain->getType()->getElement()->isCompatible(Element::U8_4(mRS))) && in setInput()
605 !(ain->getType()->getElement()->isCompatible(Element::F32(mRS))) && in setInput()
606 !(ain->getType()->getElement()->isCompatible(Element::F32_2(mRS))) && in setInput()
607 !(ain->getType()->getElement()->isCompatible(Element::F32_3(mRS))) && in setInput()
608 !(ain->getType()->getElement()->isCompatible(Element::F32_4(mRS)))) { in setInput()
609 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element for Resize Input"); in setInput()
632 if (!(in->getType()->getElement()->isCompatible(Element::YUV(mRS)))) { in setInput()
633 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element for input in YuvToRGB"); in setInput()
641 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element for output in YuvToRGB"); in forEach()