/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | Posterize.java | 47 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation); in runTest() 49 mScript.forEach_root(mOutPixelsAllocation, mOutPixelsAllocation); in runTest() 51 mScript.forEach_root(mOutPixelsAllocation, mOutPixelsAllocation); in runTest() 53 mScript.forEach_root(mOutPixelsAllocation, mOutPixelsAllocation); in runTest() 55 mScript.forEach_root(mOutPixelsAllocation, mOutPixelsAllocation); in runTest()
|
D | Mandelbrot.java | 82 int width = mOutPixelsAllocation.getType().getX(); in createTest() 83 int height = mOutPixelsAllocation.getType().getY(); in createTest() 93 mScript.forEach_rootD(mOutPixelsAllocation); in runTest() 95 mScript.forEach_root(mOutPixelsAllocation); in runTest()
|
D | Fisheye.java | 126 mScript_approx_relaxed.forEach_root(mOutPixelsAllocation); in runTest() 128 mScript_approx_full.forEach_root(mOutPixelsAllocation); in runTest() 130 mScript_relaxed.forEach_root(mOutPixelsAllocation); in runTest() 132 mScript_full.forEach_root(mOutPixelsAllocation); in runTest()
|
D | Vignette.java | 139 mOutPixelsAllocation); in runTest() 142 mOutPixelsAllocation); in runTest() 145 mOutPixelsAllocation); in runTest() 148 mOutPixelsAllocation); in runTest()
|
D | LevelsV4.java | 153 mScriptF.forEach_root4(mInPixelsAllocation, mOutPixelsAllocation); in runTest() 155 mScriptF.forEach_root(mInPixelsAllocation, mOutPixelsAllocation); in runTest() 159 mScriptR.forEach_root4(mInPixelsAllocation, mOutPixelsAllocation); in runTest() 161 mScriptR.forEach_root(mInPixelsAllocation, mOutPixelsAllocation); in runTest()
|
D | TestBase.java | 35 protected Allocation mOutPixelsAllocation; field in TestBase 93 mOutPixelsAllocation = ipact.mProcessor.mOutDisplayAllocationIO; in createBaseTest() 95 mOutPixelsAllocation = ipact.mProcessor.mOutDisplayAllocation1; in createBaseTest()
|
D | ColorMatrix.java | 72 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation); in runTest() 74 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation); in runTest()
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | Posterize.java | 56 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation); in runTest() 58 mScript.forEach_root(mOutPixelsAllocation, mOutPixelsAllocation); in runTest() 60 mScript.forEach_root(mOutPixelsAllocation, mOutPixelsAllocation); in runTest() 62 mScript.forEach_root(mOutPixelsAllocation, mOutPixelsAllocation); in runTest() 64 mScript.forEach_root(mOutPixelsAllocation, mOutPixelsAllocation); in runTest()
|
D | Mandelbrot.java | 82 int width = mOutPixelsAllocation.getType().getX(); in createTest() 83 int height = mOutPixelsAllocation.getType().getY(); in createTest() 93 mScript.forEach_rootD(mOutPixelsAllocation); in runTest() 95 mScript.forEach_root(mOutPixelsAllocation); in runTest()
|
D | Fisheye.java | 129 mScript_approx_relaxed.forEach_root(mOutPixelsAllocation); in runTest() 131 mScript_approx_full.forEach_root(mOutPixelsAllocation); in runTest() 133 mScript_relaxed.forEach_root(mOutPixelsAllocation); in runTest() 135 mScript_full.forEach_root(mOutPixelsAllocation); in runTest()
|
D | Vignette.java | 139 mOutPixelsAllocation); in runTest() 142 mOutPixelsAllocation); in runTest() 145 mOutPixelsAllocation); in runTest() 148 mOutPixelsAllocation); in runTest()
|
D | Histogram.java | 59 mScript.set_gDest(mOutPixelsAllocation); in createTest() 61 mScript.forEach_clear(mOutPixelsAllocation); in createTest() 80 mScript.forEach_draw(mOutPixelsAllocation, lo); in runTest()
|
D | LevelsV4.java | 153 mScriptF.forEach_root4(mInPixelsAllocation, mOutPixelsAllocation); in runTest() 155 mScriptF.forEach_root(mInPixelsAllocation, mOutPixelsAllocation); in runTest() 159 mScriptR.forEach_root4(mInPixelsAllocation, mOutPixelsAllocation); in runTest() 161 mScriptR.forEach_root(mInPixelsAllocation, mOutPixelsAllocation); in runTest()
|
D | TestBase.java | 36 public Allocation mOutPixelsAllocation; field in TestBase 93 mOutPixelsAllocation = ipact.mProcessor.mOutPixelsAllocation; in createBaseTest()
|
D | ImageProcessingActivityJB.java | 155 Allocation mOutPixelsAllocation; field in ImageProcessingActivityJB.Processor 232 mOutPixelsAllocation = mOutDisplayAllocation; in Processor() 236 mOutPixelsAllocation = Allocation.createTyped(mRS, mInPixelsAllocation.getType(), in Processor() 278 if (mOutDisplayAllocation != mOutPixelsAllocation) { in runBenchmarkLoop() 279 mOutDisplayAllocation.copyFrom(mOutPixelsAllocation); in runBenchmarkLoop() 350 if ((mOutSurface == null) || (mOutPixelsAllocation == null)) { in run() 414 if (mOutDisplayAllocation != mOutPixelsAllocation) { in run() 415 mOutDisplayAllocation.copyFrom(mOutPixelsAllocation); in run() 459 if (mOutPixelsAllocation != mOutDisplayAllocation) { in exit() 460 mOutPixelsAllocation.destroy(); in exit() [all …]
|
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/ |
D | TestBase.java | 45 protected Allocation mOutPixelsAllocation; field in TestBase 72 mOutPixelsAllocation = ipact.mOutPixelsAllocation; in createBaseTest() 99 mOutPixelsAllocation.copyTo(b); in updateBitmap()
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | Mandelbrot.java | 88 int width = mOutPixelsAllocation.getType().getX(); in createTest() 89 int height = mOutPixelsAllocation.getType().getY(); in createTest() 99 mScript.forEach_rootD(mOutPixelsAllocation); in runTest() 101 mScript.forEach_root(mOutPixelsAllocation); in runTest()
|
D | Fisheye.java | 124 mScript_approx_relaxed.forEach_root(mOutPixelsAllocation); in runTest() 126 mScript_approx_full.forEach_root(mOutPixelsAllocation); in runTest() 128 mScript_relaxed.forEach_root(mOutPixelsAllocation); in runTest() 130 mScript_full.forEach_root(mOutPixelsAllocation); in runTest()
|
D | Vignette.java | 137 mOutPixelsAllocation); in runTest() 140 mOutPixelsAllocation); in runTest() 143 mOutPixelsAllocation); in runTest() 146 mOutPixelsAllocation); in runTest()
|
D | TestBase.java | 45 protected Allocation mOutPixelsAllocation; field in TestBase 112 mOutPixelsAllocation = ipact.mOutPixelsAllocation; in createBaseTest() 139 mOutPixelsAllocation.copyTo(b); in updateBitmap()
|
D | Histogram.java | 53 mScript.set_gDest(mOutPixelsAllocation); in createTest() 55 mScript.forEach_clear(mOutPixelsAllocation); in createTest() 72 mScript.forEach_draw(mOutPixelsAllocation, lo); in runTest()
|
D | LevelsV4.java | 153 mScriptF.forEach_root4(mInPixelsAllocation, mOutPixelsAllocation); in runTest() 155 mScriptF.forEach_root(mInPixelsAllocation, mOutPixelsAllocation); in runTest() 159 mScriptR.forEach_root4(mInPixelsAllocation, mOutPixelsAllocation); in runTest() 161 mScriptR.forEach_root(mInPixelsAllocation, mOutPixelsAllocation); in runTest()
|
D | GroupTest.java | 81 mOutPixelsAllocation.getType(), in createTest() 92 mOutPixelsAllocation = (Allocation)mGroup.execute(mInPixelsAllocation)[0]; in runTest() 95 mMatrix.forEach(mScratchPixelsAllocation1, mOutPixelsAllocation); in runTest()
|
D | ColorMatrix.java | 63 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation); in runTest() 65 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation); in runTest()
|
/frameworks/rs/tests/java_api/SampleTest/src/com/android/rs/sample/ |
D | SampleRSActivity.java | 44 private Allocation mOutPixelsAllocation; field in SampleRSActivity.TextureViewUpdater 48 mOutPixelsAllocation = outAlloc; in TextureViewUpdater() 57 mOutPixelsAllocation.setSurface(new Surface(surface)); in onSurfaceTextureSizeChanged() 63 mOutPixelsAllocation.setSurface(new Surface(surface)); in onSurfaceTextureAvailable() 65 filterAlloc(mOutPixelsAllocation, mSampler); in onSurfaceTextureAvailable()
|