OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:moutpixelsallocation
(Results
76 - 91
of
91
) sorted by null
1
2
3
4
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
CrossProcess.java
57
mIntrinsic.forEach(mInPixelsAllocation,
mOutPixelsAllocation
);
Resize.java
59
mScript.forEach_bicubic(
mOutPixelsAllocation
);
Grain.java
90
mScript.forEach_root(mInPixelsAllocation,
mOutPixelsAllocation
);
Convolve5x5.java
99
mIntrinsic.forEach(
mOutPixelsAllocation
);
101
mScript.forEach_root(
mOutPixelsAllocation
);
Blend.java
167
mOutPixelsAllocation
.copy2DRangeFrom(0, 0, image2.getType().getX(), image2.getType().getY(), image2, 0, 0);
ImageProcessingActivity2.java
312
mTest.
mOutPixelsAllocation
= mOutDisplayAllocation1;
314
mTest.
mOutPixelsAllocation
= mOutDisplayAllocation2;
317
mTest.
mOutPixelsAllocation
= mOutDisplayAllocationIO;
486
mTest.
mOutPixelsAllocation
= mOutDisplayAllocation1;
488
mTest.
mOutPixelsAllocation
= mOutDisplayAllocation2;
491
mTest.
mOutPixelsAllocation
= mOutDisplayAllocationIO;
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
CrossProcess.java
60
mIntrinsic.forEach(mInPixelsAllocation,
mOutPixelsAllocation
);
ImageProcessingActivityJB.java
153
Allocation
mOutPixelsAllocation
;
230
mOutPixelsAllocation
= mOutDisplayAllocation;
234
mOutPixelsAllocation
= Allocation.createTyped(mRS, mInPixelsAllocation.getType(),
282
if (mOutDisplayAllocation !=
mOutPixelsAllocation
) {
283
mOutDisplayAllocation.copyFrom(
mOutPixelsAllocation
);
354
if ((mOutSurface == null) || (
mOutPixelsAllocation
== null)) {
418
if (mOutDisplayAllocation !=
mOutPixelsAllocation
) {
419
mOutDisplayAllocation.copyFrom(
mOutPixelsAllocation
);
463
if (
mOutPixelsAllocation
!= mOutDisplayAllocation) {
464
mOutPixelsAllocation
.destroy()
[
all
...]
Grain.java
95
mScript.forEach_root(mInPixelsAllocation,
mOutPixelsAllocation
);
Convolve5x5.java
106
mIntrinsic.forEach(
mOutPixelsAllocation
);
108
mScript.forEach_root(
mOutPixelsAllocation
);
Blend.java
174
mOutPixelsAllocation
.copy2DRangeFrom(0, 0, image2.getType().getX(), image2.getType().getY(), image2, 0, 0);
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
ScriptGroupTestActivity.java
56
Allocation
mOutPixelsAllocation
;
196
mOutPixelsAllocation
= Allocation.createFromBitmap(mRS, mBitmapOut);
230
mOutPixelsAllocation
= null;
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Grain.java
90
mScript.forEach_root(mInPixelsAllocation,
mOutPixelsAllocation
);
Convolve5x5.java
81
mIntrinsic.forEach(
mOutPixelsAllocation
);
83
mScript.forEach_root(
mOutPixelsAllocation
);
ImageProcessingActivity.java
56
Allocation
mOutPixelsAllocation
;
416
mOutPixelsAllocation
= Allocation.createFromBitmap(mRS, mBitmapOut);
467
mOutPixelsAllocation
= null;
Blend.java
175
mOutPixelsAllocation
.copy2DRangeFrom(0, 0, image2.getType().getX(), image2.getType().getY(), image2, 0, 0);
Completed in 362 milliseconds
1
2
3
4