/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Allocation.java | 1082 private void data1DChecks(int off, int count, int len, int dataSize, boolean usePadding) { in data1DChecks() 1129 mType.mElement.mType.mSize, usePadding); in copy1DRangeFromUnchecked() local 1465 mType.mElement.mType.mSize, usePadding); in copy2DRangeFromUnchecked() local 1722 mType.mElement.mType.mSize, usePadding); in copy3DRangeFromUnchecked() local 1814 mRS.nAllocationRead(getID(mRS), array, dt, mType.mElement.mType.mSize, usePadding); in copyTo() local 2003 mType.mElement.mType.mSize, usePadding); in copy1DRangeToUnchecked() local 2306 array, sizeBytes, dt, mType.mElement.mType.mSize, usePadding); in copy2DRangeToUnchecked() local
|
D | RenderScript.java | 474 int mSize, boolean usePadding); in rsnAllocationData1D() 476 int mSize, boolean usePadding) { in nAllocationData1D() 516 int mSize, boolean usePadding); in rsnAllocationData2D() 519 int mSize, boolean usePadding) { in nAllocationData2D() 551 int mSize, boolean usePadding); in rsnAllocationData3D() 554 int mSize, boolean usePadding) { in nAllocationData3D() 560 … native void rsnAllocationRead(long con, long id, Object d, int dt, int mSize, boolean usePadding); in rsnAllocationRead() 561 …nized void nAllocationRead(long id, Object d, Element.DataType dt, int mSize, boolean usePadding) { in nAllocationRead() 567 int sizeBytes, int dt, int mSize, boolean usePadding); in rsnAllocationRead1D() 569 … int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) { in nAllocationRead1D() [all …]
|
/frameworks/base/rs/java/android/renderscript/ |
D | Allocation.java | 1100 private void data1DChecks(int off, int count, int len, int dataSize, boolean usePadding) { in data1DChecks() 1149 mType.mElement.mType.mSize, usePadding); in copy1DRangeFromUnchecked() local 1492 mType.mElement.mType.mSize, usePadding); in copy2DRangeFromUnchecked() local 1769 mType.mElement.mType.mSize, usePadding); in copy3DRangeFromUnchecked() local 1876 mRS.nAllocationRead(getID(mRS), array, dt, mType.mElement.mType.mSize, usePadding); in copyTo() local 2103 mType.mElement.mType.mSize, usePadding); in copy1DRangeToUnchecked() local 2410 array, sizeBytes, dt, mType.mElement.mType.mSize, usePadding); in copy2DRangeToUnchecked() local 2607 array, sizeBytes, dt, mType.mElement.mType.mSize, usePadding); in copy3DRangeToUnchecked() local
|
D | RenderScript.java | 537 int mSize, boolean usePadding); in rsnAllocationData1D() 539 int mSize, boolean usePadding) { in nAllocationData1D() 572 int mSize, boolean usePadding); in rsnAllocationData2D() 575 int mSize, boolean usePadding) { in nAllocationData2D() 606 int mSize, boolean usePadding); in rsnAllocationData3D() 609 int mSize, boolean usePadding) { in nAllocationData3D() 615 … native void rsnAllocationRead(long con, long id, Object d, int dt, int mSize, boolean usePadding); in rsnAllocationRead() 616 …nized void nAllocationRead(long id, Object d, Element.DataType dt, int mSize, boolean usePadding) { in nAllocationRead() 622 int sizeBytes, int dt, int mSize, boolean usePadding); in rsnAllocationRead1D() 624 … 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 | 1389 jboolean usePadding) in nAllocationData1D() 1428 jboolean usePadding) in nAllocationData2D() 1473 jint mSize, jboolean usePadding) in nAllocationData3D() 1516 jint mSize, jboolean usePadding) in nAllocationRead() 1531 jint mSize, jboolean usePadding) in nAllocationRead1D() 1569 jint mSize, jboolean usePadding) in nAllocationRead2D() 1586 jint mSize, jboolean usePadding) in nAllocationRead3D()
|