Home
last modified time | relevance | path

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

/development/samples/RenderScript/Levels/src/com/android/rs/levels/
DLevelsRSActivity.java63 private Allocation mInPixelsAllocation; field in LevelsRSActivity
171 mInPixelsAllocation = Allocation.createFromBitmap(mRS, mBitmapIn, in onCreate()
174 mOutPixelsAllocation = Allocation.createTyped(mRS, mInPixelsAllocation.getType(), in onCreate()
198 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation); in filter()