Home
last modified time | relevance | path

Searched defs:inAllocation (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.renderscriptintrinsic/
DMainActivity.java176 private void performFilter(Allocation inAllocation, in performFilter()
351 Allocation inAllocation = Allocation.createFromBitmap(mRS, tempBitmap); in createThumbnail() local