OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scripthsg
(Results
1 - 5
of
5
) sorted by null
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_reduce.java
228
ScriptIntrinsicHistogram
scriptHsg
= ScriptIntrinsicHistogram.create(RS, Element.U8(RS));
229
scriptHsg
.setOutput(outputAllocation);
230
scriptHsg
.forEach(inputAllocation);
UT_reduce_backward.java
228
ScriptIntrinsicHistogram
scriptHsg
= ScriptIntrinsicHistogram.create(RS, Element.U8(RS));
229
scriptHsg
.setOutput(outputAllocation);
230
scriptHsg
.forEach(inputAllocation);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_reduce_backward.java
244
ScriptIntrinsicHistogram
scriptHsg
= ScriptIntrinsicHistogram.create(RS, Element.U8(RS));
245
scriptHsg
.setOutput(outputAllocation);
246
scriptHsg
.forEach(inputAllocation);
UT_reduce.java
713
ScriptIntrinsicHistogram
scriptHsg
= ScriptIntrinsicHistogram.create(RS, Element.U8(RS));
714
scriptHsg
.setOutput(outputAllocation);
715
scriptHsg
.forEach(inputAllocation);
[
all
...]
/cts/tests/tests/renderscript/src/android/renderscript/cts/
ReduceTest.java
426
ScriptIntrinsicHistogram
scriptHsg
= ScriptIntrinsicHistogram.create(mRS, Element.U8(mRS));
427
scriptHsg
.setOutput(outputAllocation);
428
scriptHsg
.forEach(inputAllocation);
Completed in 214 milliseconds