OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:moutallocations
(Results
1 - 4
of
4
) sorted by null
/developers/build/prebuilts/gradle/BasicRenderScript/BasicRenderScriptSample/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/BasicRenderScriptSample/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/build/prebuilts/gradle/RenderScriptIntrinsic/RenderScriptIntrinsicSample/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/RenderScriptIntrinsicSample/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]);
Completed in 1200 milliseconds