Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DReduceTest.java196 Allocation inputAllocation = Allocation.createTyped(mRS, typeBuilder.create()); in testAddInt2D() local
247 … Allocation inputAllocation = Allocation.createSized(mRS, Element.F16(mRS), inputArray.length); in findMinAndMaxHalf() local
286 …Allocation inputAllocation = Allocation.createSized(mRS, Element.F16_2(mRS), inputArray.length / 2… in findMinAndMaxHalf2() local
330 Allocation inputAllocation = Allocation.createSized(mRS, Element.MATRIX_2X2(mRS), length); in testFindMinMat() local
362 Allocation inputAllocation = Allocation.createSized(mRS, Element.MATRIX_2X2(mRS), length); in testFindMinAndMaxMat() local
397 Allocation inputAllocation = Allocation.createTyped(mRS, typeBuilder.create()); in testFz2() local
420 Allocation inputAllocation = Allocation.createTyped(mRS, typeBuilder.create()); in testFz3() local
436 … Allocation inputAllocation = Allocation.createSized(mRS, Element.U8(mRS), inputArray.length); in histogram() local
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DScriptGraph.java191 Allocation inputAllocation = getInputAllocation(); in getInputData() local
442 Allocation inputAllocation; in ScriptGraph() local