Searched defs:mSelectedLOD (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java74 int mSelectedLOD; field in class:Allocation
683 mRS.nAllocationElementData1D(getIDSafe(), xoff, mSelectedLOD,
729 mRS.nAllocationData1D(getIDSafe(), off, mSelectedLOD, count, d, dataSize);
742 mRS.nAllocationData1D(getIDSafe(), off, mSelectedLOD, count, d, dataSize);
755 mRS.nAllocationData1D(getIDSafe(), off, mSelectedLOD, count, d, dataSize);
768 mRS.nAllocationData1D(getIDSafe(), off, mSelectedLOD, count, d, dataSize);
838 mSelectedLOD, mSelectedFace.mID,
840 data.mSelectedLOD, data.mSelectedFace.mID);
863 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID,
870 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFac
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java69 int mSelectedLOD; field in class:Allocation
817 mRS.nAllocationElementData1D(getIDSafe(), xoff, mSelectedLOD,
857 mRS.nAllocationData1D(getIDSafe(), off, mSelectedLOD, count, array, dataSize, dt);
1007 mSelectedLOD, mSelectedFace.mID,
1009 data.mSelectedLOD, data.mSelectedFace.mID);
1034 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, w, h,
1139 mSelectedLOD, mSelectedFace.mID,
1141 data.mSelectedLOD, data.mSelectedFace.mID);
1166 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, data);
1196 mRS.nAllocationData3D(getIDSafe(), xoff, yoff, zoff, mSelectedLOD,
[all...]
/frameworks/rs/cpp/
H A DrsCppStructs.h308 uint32_t mSelectedLOD; member in class:android::RSC::Allocation

Completed in 704 milliseconds