/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
Allocation.java | 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); [all...] |
RenderScript.java | 296 synchronized void nAllocationData1D(int id, int off, int mip, int count, int[] d, int sizeBytes) { 301 synchronized void nAllocationData1D(int id, int off, int mip, int count, short[] d, int sizeBytes) { 306 synchronized void nAllocationData1D(int id, int off, int mip, int count, byte[] d, int sizeBytes) { 311 synchronized void nAllocationData1D(int id, int off, int mip, int count, float[] d, int sizeBytes) { [all...] |
/frameworks/base/graphics/java/android/renderscript/ |
Allocation.java | 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...] |
RenderScript.java | 418 synchronized void nAllocationData1D(int id, int off, int mip, int count, int[] d, int sizeBytes) { 423 synchronized void nAllocationData1D(int id, int off, int mip, int count, short[] d, int sizeBytes) { 428 synchronized void nAllocationData1D(int id, int off, int mip, int count, byte[] d, int sizeBytes) { 433 synchronized void nAllocationData1D(int id, int off, int mip, int count, float[] d, int sizeBytes) { [all...] |
/prebuilts/sdk/renderscript/lib/ |
javalib.jar | |