Searched refs:mAllocationArray (Results 1 – 1 of 1) sorted by relevance
2894 Allocation[] mAllocationArray = new Allocation[numAlloc]; in createAllocations() local2895 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()