Lines Matching defs:xoff
555 native void rsnAllocationElementData(long con,long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes);
556 synchronized void nAllocationElementData(long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes) {
558 rsnAllocationElementData(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes);
581 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face,
584 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face,
588 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes, dt.mID, mSize, usePadding);
591 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, Bitmap b);
592 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, Bitmap b) {
594 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, b);
615 native void rsnAllocationData3D(long con, long id, int xoff, int yoff, int zoff, int mip,
618 synchronized void nAllocationData3D(long id, int xoff, int yoff, int zoff, int mip,
622 rsnAllocationData3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes,
640 native void rsnAllocationElementRead(long con,long id, int xoff, int yoff, int zoff,
642 synchronized void nAllocationElementRead(long id, int xoff, int yoff, int zoff,
645 rsnAllocationElementRead(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes);
648 native void rsnAllocationRead2D(long con, long id, int xoff, int yoff, int mip, int face,
651 synchronized void nAllocationRead2D(long id, int xoff, int yoff, int mip, int face,
655 rsnAllocationRead2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes, dt.mID, mSize, usePadding);
658 native void rsnAllocationRead3D(long con, long id, int xoff, int yoff, int zoff, int mip,
661 synchronized void nAllocationRead3D(long id, int xoff, int yoff, int zoff, int mip,
665 rsnAllocationRead3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes, dt.mID, mSize, usePadding);