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

  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
TestBase.java 40 protected Allocation mInPixelsAllocation;
95 mInPixelsAllocation = ipact.mInPixelsAllocation;
ImageProcessingActivity2.java 53 Allocation mInPixelsAllocation;
388 mInPixelsAllocation = Allocation.createFromBitmap(mRS, mBitmapIn);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
CachingPipeline.java 51 protected volatile Allocation mInPixelsAllocation;
135 if (mInPixelsAllocation != null) {
136 mInPixelsAllocation.destroy();
137 mInPixelsAllocation = null;
421 if (mOutPixelsAllocation == null || mInPixelsAllocation == null ||
430 mInPixelsAllocation = Allocation.createTyped(RS,
435 mInPixelsAllocation.copyFrom(bitmap);
450 return mInPixelsAllocation;
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
TestBase.java 45 protected Allocation mInPixelsAllocation;
112 mInPixelsAllocation = ipact.mInPixelsAllocation;
ImageProcessingActivity.java 54 Allocation mInPixelsAllocation;
427 mInPixelsAllocation = Allocation.createFromBitmap(mRS, mBitmapIn,
458 mInPixelsAllocation = null;
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
TestBase.java 45 protected Allocation mInPixelsAllocation;
114 mInPixelsAllocation = ipact.mInPixelsAllocation;
ImageProcessingActivityJB.java 54 Allocation mInPixelsAllocation;
412 mInPixelsAllocation = Allocation.createFromBitmap(mRS, mBitmapIn);
  /development/samples/RenderScript/Levels/src/com/android/rs/levels/
LevelsRSActivity.java 62 private Allocation mInPixelsAllocation;
170 mInPixelsAllocation = Allocation.createFromBitmap(mRS, mBitmapIn,
173 mOutPixelsAllocation = Allocation.createTyped(mRS, mInPixelsAllocation.getType(),
197 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);

Completed in 205 milliseconds