Searched defs:mOutPixelsAllocation (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
H A DTestBase.java47 protected Allocation mOutPixelsAllocation; field in class:TestBase
105 mOutPixelsAllocation = Allocation.createFromBitmap(mRS, b,
130 mOutPixelsAllocation.copyTo(b);
/frameworks/base/tests/RenderScriptTests/ImageProcessing2/src/com/android/rs/image/
H A DTestBase.java42 protected Allocation mOutPixelsAllocation; field in class:TestBase
100 mOutPixelsAllocation = Allocation.createFromBitmap(mRS, b,
124 mOutPixelsAllocation.copyTo(b);
/frameworks/base/tests/RenderScriptTests/SampleTest/src/com/android/rs/sample/
H A DSampleRSActivity.java43 private Allocation mOutPixelsAllocation; field in class:SampleRSActivity.TextureViewUpdater
47 mOutPixelsAllocation = outAlloc;
55 mOutPixelsAllocation.setSurfaceTexture(surface);
59 mOutPixelsAllocation.setSurfaceTexture(surface);
60 filterAlloc(mOutPixelsAllocation, mSampler);
64 mOutPixelsAllocation.setSurfaceTexture(null);

Completed in 148 milliseconds