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.java64 private Allocation mOutPixelsAllocation; field in LevelsRSActivity
174 mOutPixelsAllocation = Allocation.createTyped(mRS, mInPixelsAllocation.getType(), in onCreate()
198 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation); in filter()
199 mOutPixelsAllocation.ioSend(); in filter()
216 mOutPixelsAllocation.setSurface(new Surface(surface)); in onSurfaceTextureAvailable()
224 mOutPixelsAllocation.setSurface(new Surface(surface)); in onSurfaceTextureSizeChanged()
230 mOutPixelsAllocation.setSurface(null); in onSurfaceTextureDestroyed()