HomeSort by relevance Sort by last modified time
    Searched defs:mVerify (Results 1 - 20 of 20) sorted by null

  /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/
IntrinsicBase.java 32 protected ScriptC_verify mVerify;
37 mVerify = new ScriptC_verify(mRS);
42 if (mVerify != null) {
43 mVerify.destroy();
44 mVerify = null;
134 mVerify.invoke_checkError();
YuvTest.java 32 protected ScriptC_verify mVerify;
81 mVerify = new ScriptC_verify(mRS);
104 mVerify.set_gAllowedIntError(2); // this will allow for less strict implementation
108 mVerify.invoke_verify(aref, aout, ay);
111 mVerify.invoke_checkError();
118 mVerify = new ScriptC_verify(mRS);
145 mVerify.set_gAllowedIntError(2); // this will allow for less strict implementation
148 mVerify.invoke_verify(aref, aout, ay);
152 mVerify.invoke_verify(aref, aout, ay);
155 mVerify.invoke_checkError()
    [all...]
Intrinsic3DLut.java 88 mVerify.set_gAllowedIntError(1);
89 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc);
102 mVerify.set_gAllowedIntError(2);
103 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc);
117 mVerify.set_gAllowedIntError(1);
118 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc);
133 mVerify.set_gAllowedIntError(2);
134 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc);
IntrinsicLut.java 64 mVerify.set_gAllowedIntError(0);
65 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc);
79 mVerify.set_gAllowedIntError(0);
80 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc);
IntrinsicBlur.java 93 mVerify.set_gAllowedIntError(1);
94 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc);
107 mVerify.set_gAllowedIntError(1);
108 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc);
123 mVerify.set_gAllowedIntError(1);
124 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc);
138 mVerify.set_gAllowedIntError(1);
139 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc);
IntrinsicColorMatrix.java 67 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc);
86 mVerify.set_gAllowedIntError(0);
90 mVerify.set_gAllowedIntError(1);
96 mVerify.set_gAllowedIntError(2);
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);
IntrinsicConvolve5x5.java 72 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc);
99 mVerify.set_gAllowedIntError(1);
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);

Completed in 180 milliseconds