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