/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | IntrinsicConvolve3x3.java | 51 mAllocDst.copyFrom(mAllocSrc); in testConvolve3() 57 sr.forEach_convolve_U4(mAllocDst, sc); in testConvolve3() 60 sr.forEach_convolve_U3(mAllocDst, sc); in testConvolve3() 63 sr.forEach_convolve_U2(mAllocDst, sc); in testConvolve3() 66 sr.forEach_convolve_U1(mAllocDst, sc); in testConvolve3() 72 sr.forEach_convolve_F4(mAllocDst, sc); in testConvolve3() 75 sr.forEach_convolve_F3(mAllocDst, sc); in testConvolve3() 78 sr.forEach_convolve_F2(mAllocDst, sc); in testConvolve3() 81 sr.forEach_convolve_F1(mAllocDst, sc); in testConvolve3() 87 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); in testConvolve3() [all …]
|
D | IntrinsicConvolve5x5.java | 31 mAllocDst.copyFrom(mAllocSrc); in test5() 42 sr.forEach_convolve_U4(mAllocDst, sc); in test5() 45 sr.forEach_convolve_U3(mAllocDst, sc); in test5() 48 sr.forEach_convolve_U2(mAllocDst, sc); in test5() 51 sr.forEach_convolve_U1(mAllocDst, sc); in test5() 57 sr.forEach_convolve_F4(mAllocDst, sc); in test5() 60 sr.forEach_convolve_F3(mAllocDst, sc); in test5() 63 sr.forEach_convolve_F2(mAllocDst, sc); in test5() 66 sr.forEach_convolve_F1(mAllocDst, sc); in test5() 72 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); in test5()
|
D | Intrinsic3DLut.java | 99 mIntrinsic.forEach(mAllocSrc, mAllocDst); in test1() 103 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); in test1() 113 mIntrinsic.forEach(mAllocSrc, mAllocDst); in test2() 117 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); in test2() 128 mIntrinsic.forEach(mAllocSrc, mAllocDst, lo); in test1C() 132 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); in test1C() 144 mIntrinsic.forEach(mAllocSrc, mAllocDst, lo); in test2C() 148 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); in test2C()
|
D | IntrinsicBlur.java | 106 mIntrinsic.forEach(mAllocDst); in testU8_1() 109 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); in testU8_1() 120 mIntrinsic.forEach(mAllocDst); in testU8_4() 123 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); in testU8_4() 136 mIntrinsic.forEach(mAllocDst, lo); in testU8_1C() 139 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); in testU8_1C() 151 mIntrinsic.forEach(mAllocDst, lo); in testU8_4C() 154 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); in testU8_4C()
|
D | IntrinsicResize.java | 39 if (mAllocDst != null) { in testResize() 40 mAllocDst.destroy(); in testResize() 43 mAllocDst = makeAllocation(outW, outH, e); in testResize() 58 sr.forEach_bicubic_U4(mAllocDst); in testResize() 61 sr.forEach_bicubic_U3(mAllocDst); in testResize() 64 sr.forEach_bicubic_U2(mAllocDst); in testResize() 67 sr.forEach_bicubic_U1(mAllocDst); in testResize() 73 sr.forEach_bicubic_F4(mAllocDst); in testResize() 76 sr.forEach_bicubic_F3(mAllocDst); in testResize() 79 sr.forEach_bicubic_F2(mAllocDst); in testResize() [all …]
|
D | IntrinsicLut.java | 70 mIntrinsic.forEach(mAllocSrc, mAllocDst); in test() 74 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); in test() 85 mIntrinsic.forEach(mAllocSrc, mAllocDst, lo); in test1C() 89 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); in test1C()
|
D | IntrinsicBase.java | 31 protected Allocation mAllocDst; field in IntrinsicBase 54 if (mAllocDst != null) { in tearDown() 55 mAllocDst.destroy(); in tearDown() 131 mAllocDst = makeAllocation(w, h, e); in makeBuffers()
|
D | IntrinsicColorMatrix.java | 56 mAllocDst = makeAllocation(w, h, eout, true); in subtest() 69 mSi.forEach(mAllocSrc, mAllocDst, makeClipper(x1, y1, x2, y2)); in subtest() 71 mSi.forEach(mAllocSrc, mAllocDst); in subtest() 76 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); in subtest()
|
/cts/tests/tests/rsblas/src/android/renderscript/cts/ |
D | IntrinsicBase.java | 31 protected Allocation mAllocDst; field in IntrinsicBase
|