HomeSort by relevance Sort by last modified time
    Searched refs:nAllocationData2D (Results 1 - 2 of 2) sorted by null

  /frameworks/base/graphics/java/android/renderscript/
Allocation.java 774 mRS.nAllocationData2D(getIDSafe(), off, 0,
810 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID,
817 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID,
824 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID,
831 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID,
851 mRS.nAllocationData2D(getIDSafe(), xoff, yoff,
870 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, data);
    [all...]
RenderScript.java 364 synchronized void nAllocationData2D(int dstAlloc, int dstXoff, int dstYoff,
379 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) {
384 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) {
389 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) {
394 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) {
399 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, Bitmap b) {
    [all...]

Completed in 23 milliseconds