Lines Matching defs:xoff
549 native void rsnAllocationElementData(long con,long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes);
550 synchronized void nAllocationElementData(long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes) {
552 rsnAllocationElementData(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes);
575 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face,
578 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face,
582 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes, dt.mID, mSize, usePadding);
585 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, Bitmap b);
586 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, Bitmap b) {
588 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, b);
609 native void rsnAllocationData3D(long con, long id, int xoff, int yoff, int zoff, int mip,
612 synchronized void nAllocationData3D(long id, int xoff, int yoff, int zoff, int mip,
616 rsnAllocationData3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes,
634 native void rsnAllocationElementRead(long con,long id, int xoff, int yoff, int zoff,
636 synchronized void nAllocationElementRead(long id, int xoff, int yoff, int zoff,
639 rsnAllocationElementRead(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes);
642 native void rsnAllocationRead2D(long con, long id, int xoff, int yoff, int mip, int face,
645 synchronized void nAllocationRead2D(long id, int xoff, int yoff, int mip, int face,
649 rsnAllocationRead2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes, dt.mID, mSize, usePadding);
652 native void rsnAllocationRead3D(long con, long id, int xoff, int yoff, int zoff, int mip,
655 synchronized void nAllocationRead3D(long id, int xoff, int yoff, int zoff, int mip,
659 rsnAllocationRead3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes, dt.mID, mSize, usePadding);