Home
last modified time | relevance | path

Searched refs:mVerify (Results 1 – 20 of 20) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DYuvTest.java32 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 …]
DIntrinsic3DLut.java102 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()
DIntrinsicBlur.java108 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()
DIntrinsicBase.java32 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()
DIntrinsicLut.java73 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()
DIntrinsicColorMatrix.java76 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()
DIntrinsicConvolve3x3.java36 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()
DIntrinsicResize.java88 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()
DIntrinsicConvolve5x5.java72 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); in test5()
99 mVerify.set_gAllowedIntError(1); in testConvolve5()
/cts/tests/tests/rsblas/src/android/renderscript/cts/
DIntrinsicBase.java32 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()
DIntrinsicBLAS.java153 mVerify.invoke_verifyMatrix(ref, out, l2Norm, isUpperMatrix); in verifyMatrix()
/cts/tests/tests/rscpp/src/android/cts/rscpp/
DRSCppTest.java36 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()
DRSColorMatrixTest.java71 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()
DRSYuvTest.java109 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()
DRSBlurTest.java59 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput); in testRSBlurOneChannel()
88 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput); in testRSBlurFourChannels()
DRSConvolveTest.java70 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput); in testConvolve3x3()
127 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput); in testConvolve5x5()
DRSLUTTest.java63 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput); in testRSLUT()
DRS3DLUTTest.java74 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput); in testRSLUT()
DRSBlendTest.java115 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput); in testRSBlend()
DRSResizeTest.java89 mVerify.set_image_tolerance(0.04f); // Kept loose till a better test designed in testResize()
90 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput); in testResize()