Home
last modified time | relevance | path

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

/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
DExactComparer.java61 RenderScript renderScript, Allocation inputAllocation, Allocation outputAllocation) { in verifySameRowsRS()
DThresholdDifferenceComparer.java70 RenderScript renderScript, Allocation inputAllocation, Allocation outputAllocation) { in verifySameRowsRS()
DBaseRenderScriptComparer.java25 RenderScript renderScript, Allocation inputAllocation, Allocation outputAllocation); in verifySameRowsRS()
DMeanSquaredComparer.java54 RenderScript renderScript, Allocation inputAllocation, Allocation outputAllocation) { in verifySameRowsRS()
DMSSIMComparer.java88 RenderScript renderScript, Allocation inputAllocation, Allocation outputAllocation) { in verifySameRowsRS()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DReduceTest.java242 Allocation outputAllocation = Allocation.createSized(mRS, Element.F16_2(mRS), 1); in findMinAndMaxHalf() local
281 Allocation outputAllocation = Allocation.createSized(mRS, Element.F16_2(mRS), 2); in findMinAndMaxHalf2() local
424 … 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