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

  /developers/build/prebuilts/gradle/BasicRenderScript/Application/src/main/java/com/example/android/basicrenderscript/
MainActivity.java 42 private Allocation[] mOutAllocations;
106 mOutAllocations = new Allocation[NUM_BITMAPS];
108 mOutAllocations[i] = Allocation.createFromBitmap(mRS, mBitmapsOut[i]);
137 mScript.forEach_saturation(mInAllocation, mOutAllocations[index]);
142 mOutAllocations[index].copyTo(mBitmapsOut[index]);
  /developers/samples/android/renderScript/BasicRenderScript/Application/src/main/java/com/example/android/basicrenderscript/
MainActivity.java 42 private Allocation[] mOutAllocations;
106 mOutAllocations = new Allocation[NUM_BITMAPS];
108 mOutAllocations[i] = Allocation.createFromBitmap(mRS, mBitmapsOut[i]);
137 mScript.forEach_saturation(mInAllocation, mOutAllocations[index]);
142 mOutAllocations[index].copyTo(mBitmapsOut[index]);
  /development/samples/browseable/BasicRenderScript/src/com.example.android.basicrenderscript/
MainActivity.java 42 private Allocation[] mOutAllocations;
106 mOutAllocations = new Allocation[NUM_BITMAPS];
108 mOutAllocations[i] = Allocation.createFromBitmap(mRS, mBitmapsOut[i]);
137 mScript.forEach_saturation(mInAllocation, mOutAllocations[index]);
142 mOutAllocations[index].copyTo(mBitmapsOut[index]);
  /developers/build/prebuilts/gradle/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/
MainActivity.java 45 private Allocation[] mOutAllocations;
157 mOutAllocations = new Allocation[NUM_BITMAPS];
159 mOutAllocations[i] = Allocation.createFromBitmap(mRS, mBitmapsOut[i]);
289 performFilter(mInAllocation, mOutAllocations[index], mBitmapsOut[index], values[0]);
  /developers/samples/android/renderScript/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/
MainActivity.java 45 private Allocation[] mOutAllocations;
157 mOutAllocations = new Allocation[NUM_BITMAPS];
159 mOutAllocations[i] = Allocation.createFromBitmap(mRS, mBitmapsOut[i]);
289 performFilter(mInAllocation, mOutAllocations[index], mBitmapsOut[index], values[0]);
  /development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.renderscriptintrinsic/
MainActivity.java 45 private Allocation[] mOutAllocations;
157 mOutAllocations = new Allocation[NUM_BITMAPS];
159 mOutAllocations[i] = Allocation.createFromBitmap(mRS, mBitmapsOut[i]);
289 performFilter(mInAllocation, mOutAllocations[index], mBitmapsOut[index], values[0]);

Completed in 662 milliseconds