Home
last modified time | relevance | path

Searched defs:outputAllocation (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DReduceTest.java250 Allocation outputAllocation = Allocation.createSized(mRS, Element.F16_2(mRS), 1); in findMinAndMaxHalf() local
289 Allocation outputAllocation = Allocation.createSized(mRS, Element.F16_2(mRS), 2); in findMinAndMaxHalf2() local
439 … Allocation outputAllocation = Allocation.createSized(mRS, Element.U32(mRS), histogramBucketCount); in histogram() local
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DScriptGraph.java170 Allocation outputAllocation = getOutputAllocation(); in getOutputData() local