OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mOutPixelsAllocation
(Results
1 - 25
of
91
) sorted by null
1
2
3
4
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Posterize.java
47
mScript.forEach_root(mInPixelsAllocation,
mOutPixelsAllocation
);
49
mScript.forEach_root(
mOutPixelsAllocation
,
mOutPixelsAllocation
);
51
mScript.forEach_root(
mOutPixelsAllocation
,
mOutPixelsAllocation
);
53
mScript.forEach_root(
mOutPixelsAllocation
,
mOutPixelsAllocation
);
55
mScript.forEach_root(
mOutPixelsAllocation
,
mOutPixelsAllocation
);
BWFilter.java
31
mScript.forEach_bwFilterKernel(mInPixelsAllocation,
mOutPixelsAllocation
);
Contrast.java
31
mScript.forEach_contrast(mInPixelsAllocation,
mOutPixelsAllocation
);
Copy.java
32
mScript.forEach_root(mInPixelsAllocation,
mOutPixelsAllocation
);
Exposure.java
32
mScript.forEach_exposure(mInPixelsAllocation,
mOutPixelsAllocation
);
Greyscale.java
29
mScript.forEach_root(mInPixelsAllocation,
mOutPixelsAllocation
);
Shadows.java
29
mScript.forEach_shadowsKernel(mInPixelsAllocation,
mOutPixelsAllocation
);
Vibrance.java
29
mScript.forEach_vibranceKernel(mInPixelsAllocation,
mOutPixelsAllocation
);
Mandelbrot.java
82
int width =
mOutPixelsAllocation
.getType().getX();
83
int height =
mOutPixelsAllocation
.getType().getY();
93
mScript.forEach_rootD(
mOutPixelsAllocation
);
95
mScript.forEach_root(
mOutPixelsAllocation
);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Posterize.java
56
mScript.forEach_root(mInPixelsAllocation,
mOutPixelsAllocation
);
58
mScript.forEach_root(
mOutPixelsAllocation
,
mOutPixelsAllocation
);
60
mScript.forEach_root(
mOutPixelsAllocation
,
mOutPixelsAllocation
);
62
mScript.forEach_root(
mOutPixelsAllocation
,
mOutPixelsAllocation
);
64
mScript.forEach_root(
mOutPixelsAllocation
,
mOutPixelsAllocation
);
BWFilter.java
31
mScript.forEach_bwFilterKernel(mInPixelsAllocation,
mOutPixelsAllocation
);
Contrast.java
32
mScript.forEach_contrast(mInPixelsAllocation,
mOutPixelsAllocation
);
Exposure.java
32
mScript.forEach_exposure(mInPixelsAllocation,
mOutPixelsAllocation
);
Shadows.java
29
mScript.forEach_shadowsKernel(mInPixelsAllocation,
mOutPixelsAllocation
);
Vibrance.java
29
mScript.forEach_vibranceKernel(mInPixelsAllocation,
mOutPixelsAllocation
);
Mandelbrot.java
82
int width =
mOutPixelsAllocation
.getType().getX();
83
int height =
mOutPixelsAllocation
.getType().getY();
93
mScript.forEach_rootD(
mOutPixelsAllocation
);
95
mScript.forEach_root(
mOutPixelsAllocation
);
Histogram.java
59
mScript.set_gDest(
mOutPixelsAllocation
);
61
mScript.forEach_clear(
mOutPixelsAllocation
);
80
mScript.forEach_draw(
mOutPixelsAllocation
, lo);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
BWFilter.java
31
mScript.forEach_bwFilterKernel(mInPixelsAllocation,
mOutPixelsAllocation
);
Contrast.java
32
mScript.forEach_contrast(mInPixelsAllocation,
mOutPixelsAllocation
);
Exposure.java
32
mScript.forEach_exposure(mInPixelsAllocation,
mOutPixelsAllocation
);
Shadows.java
32
mScript.forEach_shadowsKernel(mInPixelsAllocation,
mOutPixelsAllocation
);
Mandelbrot.java
88
int width =
mOutPixelsAllocation
.getType().getX();
89
int height =
mOutPixelsAllocation
.getType().getY();
99
mScript.forEach_rootD(
mOutPixelsAllocation
);
101
mScript.forEach_root(
mOutPixelsAllocation
);
Vibrance.java
33
mScript.forEach_vibranceKernel(mInPixelsAllocation,
mOutPixelsAllocation
);
Histogram.java
53
mScript.set_gDest(
mOutPixelsAllocation
);
55
mScript.forEach_clear(
mOutPixelsAllocation
);
72
mScript.forEach_draw(
mOutPixelsAllocation
, lo);
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
TestBase.java
45
protected Allocation
mOutPixelsAllocation
;
72
mOutPixelsAllocation
= ipact.
mOutPixelsAllocation
;
99
mOutPixelsAllocation
.copyTo(b);
Completed in 376 milliseconds
1
2
3
4