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.java426 ScriptIntrinsicHistogram scriptHsg = ScriptIntrinsicHistogram.create(mRS, Element.U8(mRS)); in histogram() local
427 scriptHsg.setOutput(outputAllocation); in histogram()
428 scriptHsg.forEach(inputAllocation); in histogram()