Home
last modified time | relevance | path

Searched refs:outAllocation (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DImageBuffersForRenderScript.java36 public Allocation outAllocation; field in ImageBuffersForRenderScript
53 outAllocation = Allocation.createFromBitmap(renderScript, outputImage); in ImageBuffersForRenderScript()
62 outAllocation.destroy(); in destroy()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/
DRefocusFilterF32.java85 scriptC.forEach_PackOutputImage(buffers.outAllocation); in extractResultImage()
89 buffers.outAllocation.copyTo(buffers.outputImage); in extractResultImage()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/d1new/
DRefocusFilterd1new.java85 scriptC.forEach_PackOutputImage(buffers.outAllocation); in extractResultImage()
89 buffers.outAllocation.copyTo(buffers.outputImage); in extractResultImage()