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

  /frameworks/rs/tests/lldb/java/InfiniteLoop/src/com/android/rs/infiniteloop/
MainActivity.java 43 private Allocation[] mOutAllocations;
98 mOutAllocations = new Allocation[NUM_BITMAPS];
100 mOutAllocations[i] = Allocation.createFromBitmap(mRS, mBitmapsOut[i]);
131 mScript.forEach_simple_kernel(mInAllocation, mOutAllocations[index]);
136 mOutAllocations[index].copyTo(mBitmapsOut[index]);
  /developers/build/prebuilts/gradle/BasicRenderScript/Application/src/main/java/com/example/android/basicrenderscript/
MainActivity.java 42 private Allocation[] mOutAllocations;
102 mOutAllocations = new Allocation[NUM_BITMAPS];
104 mOutAllocations[i] = Allocation.createFromBitmap(rs, mBitmapsOut[i]);
130 mScript.forEach_saturation(mInAllocation, mOutAllocations[index]);
133 mOutAllocations[index].copyTo(mBitmapsOut[index]);
  /developers/samples/android/renderScript/BasicRenderScript/Application/src/main/java/com/example/android/basicrenderscript/
MainActivity.java 42 private Allocation[] mOutAllocations;
102 mOutAllocations = new Allocation[NUM_BITMAPS];
104 mOutAllocations[i] = Allocation.createFromBitmap(rs, mBitmapsOut[i]);
130 mScript.forEach_saturation(mInAllocation, mOutAllocations[index]);
133 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 52 private Allocation[] mOutAllocations;
153 mOutAllocations = new Allocation[NUM_BITMAPS];
155 mOutAllocations[i] = Allocation.createFromBitmap(mRS, mBitmapsOut[i]);
273 performFilter(mInAllocation, mOutAllocations[index], mBitmapsOut[index], values[0]);
  /developers/samples/android/renderScript/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/
MainActivity.java 52 private Allocation[] mOutAllocations;
153 mOutAllocations = new Allocation[NUM_BITMAPS];
155 mOutAllocations[i] = Allocation.createFromBitmap(mRS, mBitmapsOut[i]);
273 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 1256 milliseconds