/cts/tests/tests/rsblas/src/android/renderscript/cts/ |
IntrinsicBase.java | 32 protected ScriptC_verify mVerify; 37 mVerify = new ScriptC_verify(mRS); 42 if (mVerify != null) { 43 mVerify.destroy(); 44 mVerify = null; 51 mVerify.invoke_checkError();
|
IntrinsicBLAS.java | 153 mVerify.invoke_verifyMatrix(ref, out, l2Norm, isUpperMatrix); [all...] |
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
RSCppTest.java | 36 protected ScriptC_verify mVerify; 102 mVerify.invoke_checkError(); 117 mVerify = new ScriptC_verify(mRS); 118 mVerify.set_gAllowedIntError(3); 123 if (mVerify != null) { 124 mVerify.destroy(); 125 mVerify = null;
|
RS3DLUTTest.java | 74 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput);
|
RSBlurTest.java | 59 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput); 88 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput);
|
RSConvolveTest.java | 70 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput); 127 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput);
|
RSLUTTest.java | 63 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput);
|
RSColorMatrixTest.java | 71 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput); 101 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput); 136 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput); 167 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput); 198 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput);
|
RSBlendTest.java | 115 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput);
|
RSYuvTest.java | 109 mVerify.invoke_verify(aref, aout, ay); 148 mVerify.invoke_verify(aref, aout, ay); 185 mVerify.invoke_verify(aref, aout, ay);
|
RSResizeTest.java | 89 mVerify.set_image_tolerance(0.04f); // Kept loose till a better test designed 90 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput);
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
YuvTest.java | 32 protected ScriptC_verify mVerify; 45 if (mVerify != null) { 46 mVerify.destroy(); 96 mVerify = new ScriptC_verify(mRS); 119 mVerify.set_gAllowedIntError(2); // this will allow for less strict implementation 123 mVerify.invoke_verify(aref, aout, ay); 126 mVerify.invoke_checkError(); 138 mVerify = new ScriptC_verify(mRS); 165 mVerify.set_gAllowedIntError(2); // this will allow for less strict implementation 168 mVerify.invoke_verify(aref, aout, ay) [all...] |
IntrinsicBase.java | 32 protected ScriptC_verify mVerify; 37 mVerify = new ScriptC_verify(mRS); 42 if (mVerify != null) { 43 mVerify.destroy(); 137 mVerify.invoke_checkError();
|
Intrinsic3DLut.java | 102 mVerify.set_gAllowedIntError(1); 103 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); 116 mVerify.set_gAllowedIntError(2); 117 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); 131 mVerify.set_gAllowedIntError(1); 132 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); 147 mVerify.set_gAllowedIntError(2); 148 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc);
|
IntrinsicBlur.java | 108 mVerify.set_gAllowedIntError(1); 109 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); 122 mVerify.set_gAllowedIntError(1); 123 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); 138 mVerify.set_gAllowedIntError(1); 139 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); 153 mVerify.set_gAllowedIntError(1); 154 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc);
|
IntrinsicColorMatrix.java | 76 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); 95 mVerify.set_gAllowedIntError(0); 99 mVerify.set_gAllowedIntError(1); 105 mVerify.set_gAllowedIntError(2);
|
IntrinsicConvolve5x5.java | 72 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); 99 mVerify.set_gAllowedIntError(1);
|
IntrinsicLut.java | 73 mVerify.set_gAllowedIntError(0); 74 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); 88 mVerify.set_gAllowedIntError(0); 89 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc);
|
IntrinsicConvolve3x3.java | 36 mVerify.set_gAllowedIntError(1); 87 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); 124 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); 161 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc);
|
IntrinsicResize.java | 88 mVerify.set_gAllowedIntError(1); 89 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); 91 mVerify.set_gAllowedIntError(0); 93 mVerify.invoke_verify(mAllocRef, mAllocSrc, mAllocSrc); 94 mVerify.invoke_verify(mAllocDst, mAllocSrc, mAllocSrc);
|