Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DReduceTest.java441 ScriptIntrinsicHistogram scriptHsg = ScriptIntrinsicHistogram.create(mRS, Element.U8(mRS)); in histogram() local
442 scriptHsg.setOutput(outputAllocation); in histogram()
443 scriptHsg.forEach(inputAllocation); in histogram()
454 scriptHsg.destroy(); in histogram()