Searched refs:mTemp (Results 1 – 1 of 1) sorted by relevance
35 Allocation mTemp = Allocation.createSized(mRS, Element.I32(mRS), INPUTSIZE); in testGetAllocation() local36 mTemp.copyFrom(tempArray); in testGetAllocation()37 Allocation mOut = Allocation.createTyped(mRS, mTemp.getType()); in testGetAllocation()39 ms.bind_pointer(mTemp); in testGetAllocation()51 mTemp.destroy(); in testGetAllocation()