Home
last modified time | relevance | path

Searched refs:scriptHsg (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
DUT_reduce_backward.java228 ScriptIntrinsicHistogram scriptHsg = ScriptIntrinsicHistogram.create(RS, Element.U8(RS)); in histogram() local
229 scriptHsg.setOutput(outputAllocation); in histogram()
230 scriptHsg.forEach(inputAllocation); in histogram()
DUT_reduce.java228 ScriptIntrinsicHistogram scriptHsg = ScriptIntrinsicHistogram.create(RS, Element.U8(RS)); in histogram() local
229 scriptHsg.setOutput(outputAllocation); in histogram()
230 scriptHsg.forEach(inputAllocation); in histogram()
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
DUT_reduce_backward.java244 ScriptIntrinsicHistogram scriptHsg = ScriptIntrinsicHistogram.create(RS, Element.U8(RS)); in histogram() local
245 scriptHsg.setOutput(outputAllocation); in histogram()
246 scriptHsg.forEach(inputAllocation); in histogram()
DUT_reduce.java713 ScriptIntrinsicHistogram scriptHsg = ScriptIntrinsicHistogram.create(RS, Element.U8(RS)); in histogram() local
714 scriptHsg.setOutput(outputAllocation); in histogram()
715 scriptHsg.forEach(inputAllocation); in histogram()