Home
last modified time | relevance | path

Searched refs:mAllocRef (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DIntrinsic3DLut.java100 mScript.forEach_root(mAllocSrc, mAllocRef); in test1()
103 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); in test1()
114 mScript.forEach_root(mAllocSrc, mAllocRef); in test2()
117 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); in test2()
129 mScript.forEach_root(mAllocSrc, mAllocRef, lo); in test1C()
132 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); in test1C()
145 mScript.forEach_root(mAllocSrc, mAllocRef, lo); in test2C()
148 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); in test2C()
DIntrinsicConvolve3x3.java41 si.forEach(mAllocRef, sc); in testConvolve3()
50 mAllocRef.copyFrom(mAllocSrc); in testConvolve3()
87 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); in testConvolve3()
91 si.forEach(mAllocRef, sc); in testConvolve3()
124 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); in testConvolve3()
128 si.forEach(mAllocRef, sc); in testConvolve3()
161 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); in testConvolve3()
DIntrinsicBlur.java90 mScript.forEach_convert1_fToU(mScratchPixelsAllocation1, mAllocRef, lo); in copyOutput()
94 mScript.forEach_convert4_fToU(mScratchPixelsAllocation1, mAllocRef, lo); in copyOutput()
109 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); in testU8_1()
123 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); in testU8_4()
139 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); in testU8_1C()
154 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); in testU8_4C()
DIntrinsicLut.java71 mScript.forEach_root(mAllocSrc, mAllocRef); in test()
74 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); in test()
86 mScript.forEach_root(mAllocSrc, mAllocRef, lo); in test1C()
89 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); in test1C()
DIntrinsicBase.java30 protected Allocation mAllocRef; field in IntrinsicBase
50 if (mAllocRef != null) { in tearDown()
51 mAllocRef.destroy(); in tearDown()
130 mAllocRef = makeAllocation(w, h, e); in makeBuffers()
DIntrinsicResize.java36 if (mAllocRef != null) { in testResize()
37 mAllocRef.destroy(); in testResize()
42 mAllocRef = makeAllocation(outW, outH, e); in testResize()
47 si.forEach_bicubic(mAllocRef); in testResize()
89 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); in testResize()
93 mVerify.invoke_verify(mAllocRef, mAllocSrc, mAllocSrc); in testResize()
DIntrinsicColorMatrix.java55 mAllocRef = makeAllocation(w, h, eout, true); in subtest()
73 mSr.invoke_reference(mat, add, mAllocSrc, mAllocRef, x1, y1, x2, y2); in subtest()
76 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); in subtest()
DIntrinsicConvolve5x5.java30 mAllocRef.copyFrom(mAllocSrc); in test5()
33 si.forEach(mAllocRef, sc); in test5()
72 mVerify.invoke_verify(mAllocRef, mAllocDst, mAllocSrc); in test5()
/cts/tests/tests/rsblas/src/android/renderscript/cts/
DIntrinsicBase.java30 protected Allocation mAllocRef; field in IntrinsicBase