Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DGetAllocationTest.java35 Allocation mTemp = Allocation.createSized(mRS, Element.I32(mRS), INPUTSIZE); in testGetAllocation() local
36 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()