/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
StructArrayTest.java | 31 pad.invoke_verify();
|
StructPadTest.java | 43 pad.invoke_verify();
|
Intrinsic3DLut.java | 89 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); 103 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); 118 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); 134 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc);
|
IntrinsicLut.java | 65 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); 80 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc);
|
IntrinsicBlur.java | 94 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); 108 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); 124 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); 139 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc);
|
IntrinsicColorMatrix.java | 67 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc);
|
IntrinsicConvolve3x3.java | 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);
|
YuvTest.java | 108 mVerify.invoke_verify(aref, aout, ay); 148 mVerify.invoke_verify(aref, aout, ay); 152 mVerify.invoke_verify(aref, aout, ay); 194 mVerify.invoke_verify(aref, aout, ay); 198 mVerify.invoke_verify(aref, aout, ay); 238 mVerify.invoke_verify(aref, aout, ay); 279 mVerify.invoke_verify(aref, aout, ay);
|
IntrinsicResize.java | 89 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); 93 mVerify.invoke_verify(mAllocRef, mAllocSrc, mAllocSrc); 94 mVerify.invoke_verify(mAllocDst, mAllocSrc, mAllocSrc);
|
ScriptGroupTest.java | 306 mG2.invoke_verify();
|
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
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 | 90 mVerify.invoke_verify(rsOutput, rsCppOutput, rsInput);
|