Searched refs:rsnAllocationData3D (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | RenderScript.java | 530 native void rsnAllocationData3D(long con, in rsnAllocationData3D() method in RenderScript 542 rsnAllocationData3D(mContext, in nAllocationData3D() 549 native void rsnAllocationData3D(long con, long id, int xoff, int yoff, int zoff, int mip, in rsnAllocationData3D() method in RenderScript 556 rsnAllocationData3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes, in nAllocationData3D()
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 586 native void rsnAllocationData3D(long con, in rsnAllocationData3D() method in RenderScript 598 rsnAllocationData3D(mContext, in nAllocationData3D() 604 native void rsnAllocationData3D(long con, long id, int xoff, int yoff, int zoff, int mip, in rsnAllocationData3D() method in RenderScript 611 rsnAllocationData3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes, in nAllocationData3D()
|