Home
last modified time | relevance | path

Searched refs:forEach (Results 1 – 25 of 34) sorted by relevance

12

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DClearObjectTest.java42 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { in forEach() method in ClearObjectTest
68 forEach(TEST_ID_ELEMENT, mIn, mOut); in testClearObjectElement()
88 forEach(TEST_ID_TYPE, mIn, mOut); in testclearObjectType()
107 forEach(TEST_ID_ALLOCATION, mIn, mOut); in testclearObjectAllocation()
127 forEach(TEST_ID_SAMPLER, mIn, mOut); in testclearObjectSampler()
146 forEach(TEST_ID_SCRIPT, mIn, mOut); in testclearObjectScript()
DIntrinsic3DLut.java99 mIntrinsic.forEach(mAllocSrc, mAllocDst); in test1()
113 mIntrinsic.forEach(mAllocSrc, mAllocDst); in test2()
128 mIntrinsic.forEach(mAllocSrc, mAllocDst, lo); in test1C()
144 mIntrinsic.forEach(mAllocSrc, mAllocDst, lo); in test2C()
DGetElementAt.java53 public void forEach(int testId, Allocation mOut) throws RSRuntimeException { in forEach() method in GetElementAt
81 forEach(TEST_ID_X, mOut); in testX()
102 forEach(TEST_ID_XY, mOut); in testXY()
DInitTest.java29 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { in forEach() method in InitTest
48 forEach(0, mIn, mOut); in testInitTest()
DIntrinsicBlur.java106 mIntrinsic.forEach(mAllocDst); in testU8_1()
120 mIntrinsic.forEach(mAllocDst); in testU8_4()
136 mIntrinsic.forEach(mAllocDst, lo); in testU8_1C()
151 mIntrinsic.forEach(mAllocDst, lo); in testU8_4C()
DAllocationResize.java31 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { in forEach() method in AllocationResize
55 forEach(0, mIn, mOut); in testResize()
DRsPackColorTo8888Test.java41 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { in forEach() method in RsPackColorTo8888Test
83 forEach(testId, mAllocationIn, mAllocationOut); in float3input()
113 forEach(testId, mAllocationIn, mAllocationOut); in float4input()
DRsUnpackColor8888Test.java37 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { in forEach() method in RsUnpackColor8888Test
54 forEach(0, mAllocationIn, mAllocationOut); in testRsUnpackColor8888RGB()
DIntrinsicLut.java70 mIntrinsic.forEach(mAllocSrc, mAllocDst); in test()
85 mIntrinsic.forEach(mAllocSrc, mAllocDst, lo); in test1C()
DIntrinsicConvolve3x3.java41 si.forEach(mAllocRef, sc); in testConvolve3()
91 si.forEach(mAllocRef, sc); in testConvolve3()
128 si.forEach(mAllocRef, sc); in testConvolve3()
DIntrinsicColorMatrix.java69 mSi.forEach(mAllocSrc, mAllocDst, makeClipper(x1, y1, x2, y2)); in subtest()
71 mSi.forEach(mAllocSrc, mAllocDst); in subtest()
DImageProcessingTest.java101 mBlur.forEach(a2_copy); in testBlur()
683 mColorMatrix.forEach(a1_copy, a2_copy); in testColorMatrix()
694 mColorMatrix.forEach(a1_copy, a2_copy); in testColorMatrix()
718 mConvolve3x3.forEach(a2_copy); in testConvolve3x3()
744 mConvolve5x5.forEach(a2_copy); in testConvolve5x5()
786 mLUT.forEach(a1_copy, a2_copy); in testLUT()
DYuvTest.java117 syuv.forEach(aout); in testV17()
167 syuv.forEach(aout); in test_NV21()
220 syuv.forEach(aout); in test_YV12()
DIntrinsicHistogram.java103 hist.forEach(mAin, makeClipper(x1, y1, x2, y2)); in testNorm()
/cts/tests/tests/rscpp/src/android/cts/rscpp/
DRSColorMatrixTest.java64 cm.forEach(rsInput, rsOutput); in testRSColorMatrix0()
94 cm.forEach(rsInput, rsOutput); in testRSColorMatrix1()
129 cm.forEach(rsInput, rsOutput); in testRSColorMatrix2()
160 cm.forEach(rsInput, rsOutput); in testRSColorMatrix3()
191 cm.forEach(rsInput, rsOutput); in testRSColorMatrix4()
DRSBlurTest.java52 blur.forEach(rsOutput); in testRSBlurOneChannel()
81 blur.forEach(rsOutput); in testRSBlurFourChannels()
DRSYuvTest.java103 syuv.forEach(aout); in testV17()
141 syuv.forEach(aout); in test_YV12()
178 syuv.forEach(aout); in test_NV21()
DRSConvolveTest.java63 convolve.forEach(rsOutput); in testConvolve3x3()
120 convolve.forEach(rsOutput); in testConvolve5x5()
DRSLUTTest.java56 lut.forEach(rsInput, rsOutput); in testRSLUT()
DRS3DLUTTest.java67 lut.forEach(rsInput, rsOutput); in testRSLUT()
/cts/tests/tests/rscpp/librscpptest/
Drs_jni.cpp111 blur->forEach(outputAlloc); in Java_android_cts_rscpp_RSBlurTest_blurTest()
149 convolve->forEach(outputAlloc); in Java_android_cts_rscpp_RSConvolveTest_convolveTest()
154 convolve->forEach(outputAlloc); in Java_android_cts_rscpp_RSConvolveTest_convolveTest()
197 lut->forEach(inputAlloc,outputAlloc); in Java_android_cts_rscpp_RSLUTTest_lutTest()
242 lut->forEach(inputAlloc,outputAlloc); in Java_android_cts_rscpp_RS3DLUTTest_lutTest()
292 cm->forEach(inputAlloc, outputAlloc); in Java_android_cts_rscpp_RSColorMatrixTest_colorMatrixTest()
485 syuv->forEach(outputAlloc); in Java_android_cts_rscpp_RSYuvTest_yuvTest()
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DScriptYuvToRgb.java55 mScript.forEach(mOutputAllocation); in executeUnchecked()
DBitmapUtils.java54 hist.forEach(input); in calcHistograms()
/cts/tests/tests/telecom/src/android/telecom/cts/
DCtsSelfManagedConnectionService.java112 mConnections.forEach(connection -> { in tearDown()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
DSelfManagedIncomingCallTestActivity.java166 .forEach((c) -> c.onDisconnect()); in onCreate()

12