Home
last modified time | relevance | path

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

/development/samples/RenderScript/Levels/src/com/android/rs/levels/
DLevelsRSActivity.java63 private Allocation mOutPixelsAllocation; field in LevelsRSActivity
173 mOutPixelsAllocation = Allocation.createTyped(mRS, mInPixelsAllocation.getType(), in onCreate()
197 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation); in filter()
198 mOutPixelsAllocation.ioSendOutput(); in filter()
214 mOutPixelsAllocation.setSurfaceTexture(surface); in onSurfaceTextureAvailable()
220 mOutPixelsAllocation.setSurfaceTexture(surface); in onSurfaceTextureSizeChanged()
225 mOutPixelsAllocation.setSurfaceTexture(null); in onSurfaceTextureDestroyed()