Home
last modified time | relevance | path

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

/frameworks/base/rs/java/android/renderscript/
DAllocation.java2894 Allocation[] mAllocationArray = new Allocation[numAlloc]; in createAllocations() local
2895 mAllocationArray[0] = createTyped(rs, t, usage); in createAllocations()
2898 mAllocationArray[0].destroy(); in createAllocations()
2902 mAllocationArray[0].setupBufferQueue(numAlloc);; in createAllocations()
2906 mAllocationArray[i] = createFromAllocation(rs, mAllocationArray[0]); in createAllocations()
2908 return mAllocationArray; in createAllocations()