/frameworks/base/rs/java/android/renderscript/ |
D | Allocation.java | 882 private void data1DChecks(int off, int count, int len, int dataSize, boolean usePadding) { in data1DChecks() 931 mType.mElement.mType.mSize, usePadding); in copy1DRangeFromUnchecked() local 1129 mType.mElement.mType.mSize, usePadding); in copy2DRangeFromUnchecked() local 1322 mType.mElement.mType.mSize, usePadding); in copy3DRangeFromUnchecked() local 1413 mRS.nAllocationRead(getID(mRS), array, dt, mType.mElement.mType.mSize, usePadding); in copyTo() local 1564 mType.mElement.mType.mSize, usePadding); in copy1DRangeToUnchecked() local 1727 array, sizeBytes, dt, mType.mElement.mType.mSize, usePadding); in copy2DRangeToUnchecked() local 1838 array, sizeBytes, dt, mType.mElement.mType.mSize, usePadding); in copy3DRangeToUnchecked() local
|
D | RenderScript.java | 510 int mSize, boolean usePadding); in rsnAllocationData1D() 512 int mSize, boolean usePadding) { in nAllocationData1D() 545 int mSize, boolean usePadding); in rsnAllocationData2D() 548 int mSize, boolean usePadding) { in nAllocationData2D() 579 int mSize, boolean usePadding); in rsnAllocationData3D() 582 int mSize, boolean usePadding) { in nAllocationData3D() 588 … native void rsnAllocationRead(long con, long id, Object d, int dt, int mSize, boolean usePadding); in rsnAllocationRead() 589 …nized void nAllocationRead(long id, Object d, Element.DataType dt, int mSize, boolean usePadding) { in nAllocationRead() 595 int sizeBytes, int dt, int mSize, boolean usePadding); in rsnAllocationRead1D() 597 … int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) { in nAllocationRead1D() [all …]
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | Allocation.java | 832 private void data1DChecks(int off, int count, int len, int dataSize, boolean usePadding) { in data1DChecks() 879 mType.mElement.mType.mSize, usePadding); in copy1DRangeFromUnchecked() local 1070 mType.mElement.mType.mSize, usePadding); in copy2DRangeFromUnchecked() local 1237 mType.mElement.mType.mSize, usePadding); in copy3DRangeFromUnchecked() local 1313 mRS.nAllocationRead(getID(mRS), array, dt, mType.mElement.mType.mSize, usePadding); in copyTo() local 1429 mType.mElement.mType.mSize, usePadding); in copy1DRangeToUnchecked() local 1587 array, sizeBytes, dt, mType.mElement.mType.mSize, usePadding); in copy2DRangeToUnchecked() local
|
D | RenderScript.java | 453 int mSize, boolean usePadding); in rsnAllocationData1D() 455 int mSize, boolean usePadding) { in nAllocationData1D() 495 int mSize, boolean usePadding); in rsnAllocationData2D() 498 int mSize, boolean usePadding) { in nAllocationData2D() 530 int mSize, boolean usePadding); in rsnAllocationData3D() 533 int mSize, boolean usePadding) { in nAllocationData3D() 539 … native void rsnAllocationRead(long con, long id, Object d, int dt, int mSize, boolean usePadding); in rsnAllocationRead() 540 …nized void nAllocationRead(long id, Object d, Element.DataType dt, int mSize, boolean usePadding) { in nAllocationRead() 546 int sizeBytes, int dt, int mSize, boolean usePadding); in rsnAllocationRead1D() 548 … int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) { in nAllocationRead1D() [all …]
|
/frameworks/support/v8/renderscript/jni/ |
D | android_renderscript_RenderScript.cpp | 1169 jboolean usePadding) in nAllocationData1D() 1216 jboolean usePadding) in nAllocationData2D() 1255 jint mSize, jboolean usePadding) in nAllocationData3D() 1291 jint mSize, jboolean usePadding) in nAllocationRead() 1304 jint mSize, jboolean usePadding) in nAllocationRead1D() 1336 jint mSize, jboolean usePadding) in nAllocationRead2D()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1290 jboolean usePadding) in nAllocationData1D() 1325 jboolean usePadding) in nAllocationData2D() 1370 jint mSize, jboolean usePadding) in nAllocationData3D() 1413 jint mSize, jboolean usePadding) in nAllocationRead() 1428 jint mSize, jboolean usePadding) in nAllocationRead1D() 1462 jint mSize, jboolean usePadding) in nAllocationRead2D() 1479 jint mSize, jboolean usePadding) in nAllocationRead3D()
|