HomeSort by relevance Sort by last modified time
    Searched defs:mOutPixelsAllocation (Results 1 - 12 of 12) sorted by null

  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
GroupTest.java 85 mGroup.setOutput(mMatrix.getKernelID(), mOutPixelsAllocation);
89 mMatrix.forEach(mScratchPixelsAllocation1, mOutPixelsAllocation);
TestBase.java 47 protected Allocation mOutPixelsAllocation;
114 mOutPixelsAllocation = ipact.mOutPixelsAllocation;
141 mOutPixelsAllocation.copyTo(b);
ImageProcessingActivity.java 56 Allocation mOutPixelsAllocation;
437 mOutPixelsAllocation = Allocation.createFromBitmap(mRS, mBitmapOut);
460 mOutPixelsAllocation = null;
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
GroupTest.java 78 mGroup.setOutput(mMatrix.getKernelID(), mOutPixelsAllocation);
82 mMatrix.forEach(mScratchPixelsAllocation1, mOutPixelsAllocation);
TestBase.java 42 protected Allocation mOutPixelsAllocation;
97 mOutPixelsAllocation = ipact.mOutPixelsAllocation;
118 mOutPixelsAllocation.copyTo(b);
ImageProcessingActivity2.java 55 Allocation mOutPixelsAllocation;
390 mOutPixelsAllocation = Allocation.createFromBitmap(mRS, mBitmapOut);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
GroupTest.java 85 mGroup.setOutput(mMatrix.getKernelID(), mOutPixelsAllocation);
89 mMatrix.forEach(mScratchPixelsAllocation1, mOutPixelsAllocation);
TestBase.java 47 protected Allocation mOutPixelsAllocation;
116 mOutPixelsAllocation = ipact.mOutPixelsAllocation;
143 mOutPixelsAllocation.copyTo(b);
ImageProcessingActivityJB.java 56 Allocation mOutPixelsAllocation;
414 mOutPixelsAllocation = Allocation.createFromBitmap(mRS, mBitmapOut);
  /development/samples/RenderScript/Levels/src/com/android/rs/levels/
LevelsRSActivity.java 63 private Allocation mOutPixelsAllocation;
173 mOutPixelsAllocation = Allocation.createTyped(mRS, mInPixelsAllocation.getType(),
197 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
198 mOutPixelsAllocation.ioSendOutput();
214 mOutPixelsAllocation.setSurfaceTexture(surface);
220 mOutPixelsAllocation.setSurfaceTexture(surface);
225 mOutPixelsAllocation.setSurfaceTexture(null);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
CachingPipeline.java 52 protected volatile Allocation mOutPixelsAllocation;
139 if (mOutPixelsAllocation != null) {
140 mOutPixelsAllocation.destroy();
141 mOutPixelsAllocation = null;
421 if (mOutPixelsAllocation == null || mInPixelsAllocation == null ||
428 mOutPixelsAllocation = Allocation.createFromBitmap(RS, bitmapBuffer,
431 mOutPixelsAllocation.getType());
454 return mOutPixelsAllocation;
  /frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
SampleRSActivity.java 43 private Allocation mOutPixelsAllocation;
47 mOutPixelsAllocation = outAlloc;
55 mOutPixelsAllocation.setSurfaceTexture(surface);
59 mOutPixelsAllocation.setSurfaceTexture(surface);
60 filterAlloc(mOutPixelsAllocation, mSampler);
64 mOutPixelsAllocation.setSurfaceTexture(null);

Completed in 169 milliseconds