/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
Allocation.java | 832 mRS.nAllocationData2D(getIDSafe(), off, 0, 858 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, 865 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, 872 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, 879 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, [all...] |
RenderScript.java | 328 synchronized void nAllocationData2D(int dstAlloc, int dstXoff, int dstYoff, 343 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) { 348 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) { 353 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) { 358 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) { 363 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, Bitmap b) { [all...] |
/frameworks/base/graphics/java/android/renderscript/ |
Allocation.java | [all...] |
RenderScript.java | 450 synchronized void nAllocationData2D(int dstAlloc, int dstXoff, int dstYoff, 465 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) { 470 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) { 475 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) { 480 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) { 485 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, Bitmap b) { [all...] |
/prebuilts/sdk/renderscript/lib/ |
javalib.jar | |