Searched refs:getIDSafe (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java164 private int getIDSafe() { method in class:Allocation
278 mRS.nAllocationSyncAll(getIDSafe(), srcLocation);
496 mRS.nAllocationElementData1D(getIDSafe(), xoff, mSelectedLOD,
543 mRS.nAllocationData1D(getIDSafe(), off, mSelectedLOD, count, d, dataSize);
557 mRS.nAllocationData1D(getIDSafe(), off, mSelectedLOD, count, d, dataSize);
571 mRS.nAllocationData1D(getIDSafe(), off, mSelectedLOD, count, d, dataSize);
585 mRS.nAllocationData1D(getIDSafe(), off, mSelectedLOD, count, d, dataSize);
654 mRS.nAllocationData2D(getIDSafe(), off, 0,
690 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID,
697 mRS.nAllocationData2D(getIDSafe(), xof
[all...]

Completed in 80 milliseconds