Searched defs:outputAllocation (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/ |
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 | BaseRenderScriptComparer.java | 25 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 | 242 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/ |
D | ScriptGraph.java | 170 Allocation outputAllocation = getOutputAllocation(); in getOutputData() local
|