/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Allocation.java | 1087 private void data1DChecks(int off, int count, int len, int dataSize, boolean usePadding) { in data1DChecks() 1134 mType.mElement.mType.mSize, usePadding); in copy1DRangeFromUnchecked() local 1470 mType.mElement.mType.mSize, usePadding); in copy2DRangeFromUnchecked() local 1727 mType.mElement.mType.mSize, usePadding); in copy3DRangeFromUnchecked() local 1819 mRS.nAllocationRead(getID(mRS), array, dt, mType.mElement.mType.mSize, usePadding); in copyTo() local 2008 mType.mElement.mType.mSize, usePadding); in copy1DRangeToUnchecked() local 2311 array, sizeBytes, dt, mType.mElement.mType.mSize, usePadding); in copy2DRangeToUnchecked() local
|
D | RenderScript.java | 479 int mSize, boolean usePadding); in rsnAllocationData1D() 481 int mSize, boolean usePadding) { in nAllocationData1D() 521 int mSize, boolean usePadding); in rsnAllocationData2D() 524 int mSize, boolean usePadding) { in nAllocationData2D() 556 int mSize, boolean usePadding); in rsnAllocationData3D() 559 int mSize, boolean usePadding) { in nAllocationData3D() 565 … native void rsnAllocationRead(long con, long id, Object d, int dt, int mSize, boolean usePadding); in rsnAllocationRead() 566 …nized void nAllocationRead(long id, Object d, Element.DataType dt, int mSize, boolean usePadding) { in nAllocationRead() 572 int sizeBytes, int dt, int mSize, boolean usePadding); in rsnAllocationRead1D() 574 … int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) { in nAllocationRead1D() [all …]
|
/frameworks/base/rs/java/android/renderscript/ |
D | Allocation.java | 1104 private void data1DChecks(int off, int count, int len, int dataSize, boolean usePadding) { in data1DChecks() 1153 mType.mElement.mType.mSize, usePadding); in copy1DRangeFromUnchecked() local 1496 mType.mElement.mType.mSize, usePadding); in copy2DRangeFromUnchecked() local 1773 mType.mElement.mType.mSize, usePadding); in copy3DRangeFromUnchecked() local 1880 mRS.nAllocationRead(getID(mRS), array, dt, mType.mElement.mType.mSize, usePadding); in copyTo() local 2107 mType.mElement.mType.mSize, usePadding); in copy1DRangeToUnchecked() local 2414 array, sizeBytes, dt, mType.mElement.mType.mSize, usePadding); in copy2DRangeToUnchecked() local 2611 array, sizeBytes, dt, mType.mElement.mType.mSize, usePadding); in copy3DRangeToUnchecked() local
|
D | RenderScript.java | 542 int mSize, boolean usePadding); in rsnAllocationData1D() 544 int mSize, boolean usePadding) { in nAllocationData1D() 577 int mSize, boolean usePadding); in rsnAllocationData2D() 580 int mSize, boolean usePadding) { in nAllocationData2D() 611 int mSize, boolean usePadding); in rsnAllocationData3D() 614 int mSize, boolean usePadding) { in nAllocationData3D() 620 … native void rsnAllocationRead(long con, long id, Object d, int dt, int mSize, boolean usePadding); in rsnAllocationRead() 621 …nized void nAllocationRead(long id, Object d, Element.DataType dt, int mSize, boolean usePadding) { in nAllocationRead() 627 int sizeBytes, int dt, int mSize, boolean usePadding); in rsnAllocationRead1D() 629 … int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) { in nAllocationRead1D() [all …]
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 1176 jboolean usePadding) in nAllocationData1D() 1223 jboolean usePadding) in nAllocationData2D() 1262 jint mSize, jboolean usePadding) in nAllocationData3D() 1298 jint mSize, jboolean usePadding) in nAllocationRead() 1311 jint mSize, jboolean usePadding) in nAllocationRead1D() 1343 jint mSize, jboolean usePadding) in nAllocationRead2D()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1388 jboolean usePadding) in nAllocationData1D() 1427 jboolean usePadding) in nAllocationData2D() 1472 jint mSize, jboolean usePadding) in nAllocationData3D() 1515 jint mSize, jboolean usePadding) in nAllocationRead() 1530 jint mSize, jboolean usePadding) in nAllocationRead1D() 1568 jint mSize, jboolean usePadding) in nAllocationRead2D() 1585 jint mSize, jboolean usePadding) in nAllocationRead3D()
|