OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rsCppOutput
(Results
1 - 7
of
7
) sorted by null
/cts/tests/tests/rscpp/src/android/cts/rscpp/
RSBlurTest.java
57
Allocation
rsCppOutput
= Allocation.createTyped(mRS, build.create());
58
rsCppOutput
.copyFromUnchecked(nativeByteAlloc);
59
mVerify.invoke_verify(rsOutput,
rsCppOutput
, rsInput);
86
Allocation
rsCppOutput
= Allocation.createTyped(mRS, build.create());
87
rsCppOutput
.copyFromUnchecked(nativeByteAlloc);
88
mVerify.invoke_verify(rsOutput,
rsCppOutput
, rsInput);
RSColorMatrixTest.java
69
Allocation
rsCppOutput
= Allocation.createTyped(mRS, build.create());
70
rsCppOutput
.copyFromUnchecked(nativeByteAlloc);
71
mVerify.invoke_verify(rsOutput,
rsCppOutput
, rsInput);
99
Allocation
rsCppOutput
= Allocation.createTyped(mRS, build.create());
100
rsCppOutput
.copyFromUnchecked(nativeByteAlloc);
101
mVerify.invoke_verify(rsOutput,
rsCppOutput
, rsInput);
134
Allocation
rsCppOutput
= Allocation.createTyped(mRS, build.create());
135
rsCppOutput
.copyFromUnchecked(nativeByteAlloc);
136
mVerify.invoke_verify(rsOutput,
rsCppOutput
, rsInput);
165
Allocation
rsCppOutput
= Allocation.createTyped(mRS, build.create())
[
all
...]
RSConvolveTest.java
68
Allocation
rsCppOutput
= Allocation.createTyped(mRS, build.create());
69
rsCppOutput
.copyFromUnchecked(nativeByteAlloc);
70
mVerify.invoke_verify(rsOutput,
rsCppOutput
, rsInput);
125
Allocation
rsCppOutput
= Allocation.createTyped(mRS, build.create());
126
rsCppOutput
.copyFromUnchecked(nativeByteAlloc);
127
mVerify.invoke_verify(rsOutput,
rsCppOutput
, rsInput);
RSLUTTest.java
61
Allocation
rsCppOutput
= Allocation.createTyped(mRS, build.create());
62
rsCppOutput
.copyFromUnchecked(nativeByteAlloc);
63
mVerify.invoke_verify(rsOutput,
rsCppOutput
, rsInput);
RS3DLUTTest.java
72
Allocation
rsCppOutput
= Allocation.createTyped(mRS, build.create());
73
rsCppOutput
.copyFromUnchecked(nativeByteAlloc);
74
mVerify.invoke_verify(rsOutput,
rsCppOutput
, rsInput);
RSBlendTest.java
113
Allocation
rsCppOutput
= Allocation.createTyped(mRS, build.create());
114
rsCppOutput
.copyFromUnchecked(byteAlloc2);
115
mVerify.invoke_verify(rsOutput,
rsCppOutput
, rsInput);
RSResizeTest.java
72
Allocation
rsCppOutput
= makeAllocation(outW, outH, e);
85
rsCppOutput
.copyFromUnchecked(nativeByteAlloc);
87
rsCppOutput
.copyFromUnchecked(nativeFloatAlloc);
90
mVerify.invoke_verify(rsOutput,
rsCppOutput
, rsInput);
Completed in 451 milliseconds