HomeSort by relevance Sort by last modified time
    Searched refs:mBitmapsOut (Results 1 - 7 of 7) sorted by null

  /frameworks/rs/tests/lldb/java/InfiniteLoop/src/com/android/rs/infiniteloop/
MainActivity.java 37 private Bitmap[] mBitmapsOut;
57 mBitmapsOut = new Bitmap[NUM_BITMAPS];
59 mBitmapsOut[i] = Bitmap.createBitmap(mBitmapIn.getWidth(),
64 mImageView.setImageBitmap(mBitmapsOut[mCurrentBitmap]);
100 mOutAllocations[i] = Allocation.createFromBitmap(mRS, mBitmapsOut[i]);
136 mOutAllocations[index].copyTo(mBitmapsOut[index]);
145 mImageView.setImageBitmap(mBitmapsOut[result]);
  /developers/build/prebuilts/gradle/BasicRenderScript/Application/src/main/java/com/example/android/basicrenderscript/
MainActivity.java 38 private Bitmap[] mBitmapsOut;
54 mBitmapsOut = new Bitmap[NUM_BITMAPS];
56 mBitmapsOut[i] = Bitmap.createBitmap(mBitmapIn.getWidth(),
61 mImageView.setImageBitmap(mBitmapsOut[mCurrentBitmap]);
104 mOutAllocations[i] = Allocation.createFromBitmap(rs, mBitmapsOut[i]);
133 mOutAllocations[index].copyTo(mBitmapsOut[index]);
142 mImageView.setImageBitmap(mBitmapsOut[result]);
  /developers/samples/android/renderScript/BasicRenderScript/Application/src/main/java/com/example/android/basicrenderscript/
MainActivity.java 38 private Bitmap[] mBitmapsOut;
54 mBitmapsOut = new Bitmap[NUM_BITMAPS];
56 mBitmapsOut[i] = Bitmap.createBitmap(mBitmapIn.getWidth(),
61 mImageView.setImageBitmap(mBitmapsOut[mCurrentBitmap]);
104 mOutAllocations[i] = Allocation.createFromBitmap(rs, mBitmapsOut[i]);
133 mOutAllocations[index].copyTo(mBitmapsOut[index]);
142 mImageView.setImageBitmap(mBitmapsOut[result]);
  /development/samples/browseable/BasicRenderScript/src/com.example.android.basicrenderscript/
MainActivity.java 37 private Bitmap[] mBitmapsOut;
55 mBitmapsOut = new Bitmap[NUM_BITMAPS];
57 mBitmapsOut[i] = Bitmap.createBitmap(mBitmapIn.getWidth(),
62 mImageView.setImageBitmap(mBitmapsOut[mCurrentBitmap]);
108 mOutAllocations[i] = Allocation.createFromBitmap(mRS, mBitmapsOut[i]);
142 mOutAllocations[index].copyTo(mBitmapsOut[index]);
151 mImageView.setImageBitmap(mBitmapsOut[result]);
  /developers/build/prebuilts/gradle/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/
MainActivity.java 47 private Bitmap[] mBitmapsOut;
74 mBitmapsOut = new Bitmap[NUM_BITMAPS];
76 mBitmapsOut[i] = Bitmap.createBitmap(mBitmapIn.getWidth(),
81 mImageView.setImageBitmap(mBitmapsOut[mCurrentBitmap]);
155 mOutAllocations[i] = Allocation.createFromBitmap(mRS, mBitmapsOut[i]);
273 performFilter(mInAllocation, mOutAllocations[index], mBitmapsOut[index], values[0]);
282 mImageView.setImageBitmap(mBitmapsOut[result]);
  /developers/samples/android/renderScript/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/
MainActivity.java 47 private Bitmap[] mBitmapsOut;
74 mBitmapsOut = new Bitmap[NUM_BITMAPS];
76 mBitmapsOut[i] = Bitmap.createBitmap(mBitmapIn.getWidth(),
81 mImageView.setImageBitmap(mBitmapsOut[mCurrentBitmap]);
155 mOutAllocations[i] = Allocation.createFromBitmap(mRS, mBitmapsOut[i]);
273 performFilter(mInAllocation, mOutAllocations[index], mBitmapsOut[index], values[0]);
282 mImageView.setImageBitmap(mBitmapsOut[result]);
  /development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.renderscriptintrinsic/
MainActivity.java 40 private Bitmap[] mBitmapsOut;
71 mBitmapsOut = new Bitmap[NUM_BITMAPS];
73 mBitmapsOut[i] = Bitmap.createBitmap(mBitmapIn.getWidth(),
78 mImageView.setImageBitmap(mBitmapsOut[mCurrentBitmap]);
159 mOutAllocations[i] = Allocation.createFromBitmap(mRS, mBitmapsOut[i]);
289 performFilter(mInAllocation, mOutAllocations[index], mBitmapsOut[index], values[0]);
298 mImageView.setImageBitmap(mBitmapsOut[result]);

Completed in 1171 milliseconds