HomeSort by relevance Sort by last modified time
    Searched defs:mSelectedLOD (Results 1 - 4 of 4) sorted by null

  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Allocation.java 74 int mSelectedLOD;
678 mRS.nAllocationElementData1D(getIDSafe(), xoff, mSelectedLOD,
724 mRS.nAllocationData1D(getIDSafe(), off, mSelectedLOD, count, d, dataSize);
737 mRS.nAllocationData1D(getIDSafe(), off, mSelectedLOD, count, d, dataSize);
750 mRS.nAllocationData1D(getIDSafe(), off, mSelectedLOD, count, d, dataSize);
763 mRS.nAllocationData1D(getIDSafe(), off, mSelectedLOD, count, d, dataSize);
833 mSelectedLOD, mSelectedFace.mID,
835 data.mSelectedLOD, data.mSelectedFace.mID);
858 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID,
865 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Allocation.java 74 int mSelectedLOD;
766 mRS.nAllocationElementData1D(getIDSafe(), xoff, mSelectedLOD,
813 mRS.nAllocationData1D(getIDSafe(), off, mSelectedLOD, count, d, dataSize);
829 mRS.nAllocationData1D(getIDSafe(), off, mSelectedLOD, count, d, dataSize);
845 mRS.nAllocationData1D(getIDSafe(), off, mSelectedLOD, count, d, dataSize);
861 mRS.nAllocationData1D(getIDSafe(), off, mSelectedLOD, count, d, dataSize);
    [all...]
  /frameworks/rs/cpp/
rsCppStructs.h 302 uint32_t mSelectedLOD;
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 69 milliseconds