Home
last modified time | relevance | path

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

/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
DBaseRenderScriptComparer.java25 RenderScript renderScript, Allocation inputAllocation, Allocation outputAllocation); in verifySameRowsRS()
68 Allocation inputAllocation = Allocation.createSized(renderScript, Element.I32(renderScript), in createInputRowIndexAllocation() local
DExactComparer.java61 RenderScript renderScript, Allocation inputAllocation, Allocation outputAllocation) { in verifySameRowsRS()
DThresholdDifferenceComparer.java70 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.java190 Allocation inputAllocation = Allocation.createTyped(mRS, typeBuilder.create()); in testAddInt2D() local
239 … Allocation inputAllocation = Allocation.createSized(mRS, Element.F16(mRS), inputArray.length); in findMinAndMaxHalf() local
278 …Allocation inputAllocation = Allocation.createSized(mRS, Element.F16_2(mRS), inputArray.length / 2… in findMinAndMaxHalf2() local
319 Allocation inputAllocation = Allocation.createSized(mRS, Element.MATRIX_2X2(mRS), length); in testFindMinMat() local
350 Allocation inputAllocation = Allocation.createSized(mRS, Element.MATRIX_2X2(mRS), length); in testFindMinAndMaxMat() local
384 Allocation inputAllocation = Allocation.createTyped(mRS, typeBuilder.create()); in testFz2() local
406 Allocation inputAllocation = Allocation.createTyped(mRS, typeBuilder.create()); in testFz3() local
421 … Allocation inputAllocation = Allocation.createSized(mRS, Element.U8(mRS), inputArray.length); in histogram() local
/cts/tests/tests/view/src/android/view/cts/surfacevalidator/
DSurfacePixelValidator.java151 Allocation inputAllocation = Allocation.createSized(mRS, Element.I32(mRS), in createInputRowIndexAllocation() local
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DScriptGraph.java191 Allocation inputAllocation = getInputAllocation(); in getInputData() local
442 Allocation inputAllocation; in ScriptGraph() local