Searched defs:inputAllocation (Results 1 – 8 of 8) sorted by relevance
| /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/ |
| D | BaseRenderScriptComparer.java | 25 RenderScript renderScript, Allocation inputAllocation, Allocation outputAllocation); in verifySameRowsRS() 68 Allocation inputAllocation = Allocation.createSized(renderScript, Element.I32(renderScript), in createInputRowIndexAllocation() local
|
| D | ExactComparer.java | 61 RenderScript renderScript, Allocation inputAllocation, Allocation outputAllocation) { in verifySameRowsRS()
|
| D | ThresholdDifferenceComparer.java | 70 RenderScript renderScript, Allocation inputAllocation, Allocation outputAllocation) { in verifySameRowsRS()
|
| D | MeanSquaredComparer.java | 54 RenderScript renderScript, Allocation inputAllocation, Allocation outputAllocation) { in verifySameRowsRS()
|
| D | MSSIMComparer.java | 88 RenderScript renderScript, Allocation inputAllocation, Allocation outputAllocation) { in verifySameRowsRS()
|
| /cts/tests/tests/renderscript/src/android/renderscript/cts/ |
| D | ReduceTest.java | 190 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/ |
| D | SurfacePixelValidator.java | 151 Allocation inputAllocation = Allocation.createSized(mRS, Element.I32(mRS), in createInputRowIndexAllocation() local
|
| /cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
| D | ScriptGraph.java | 191 Allocation inputAllocation = getInputAllocation(); in getInputData() local 442 Allocation inputAllocation; in ScriptGraph() local
|