Lines Matching refs:xoff

543     native void rsnAllocationElementData(long con,long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes);
544 synchronized void nAllocationElementData(long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes) {
546 rsnAllocationElementData(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes);
569 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face,
572 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face,
576 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes, dt.mID, mSize, usePadding);
579 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, Bitmap b);
580 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, Bitmap b) {
582 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, b);
603 native void rsnAllocationData3D(long con, long id, int xoff, int yoff, int zoff, int mip,
606 synchronized void nAllocationData3D(long id, int xoff, int yoff, int zoff, int mip,
610 rsnAllocationData3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes,
628 native void rsnAllocationElementRead(long con,long id, int xoff, int yoff, int zoff,
630 synchronized void nAllocationElementRead(long id, int xoff, int yoff, int zoff,
633 rsnAllocationElementRead(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes);
636 native void rsnAllocationRead2D(long con, long id, int xoff, int yoff, int mip, int face,
639 synchronized void nAllocationRead2D(long id, int xoff, int yoff, int mip, int face,
643 rsnAllocationRead2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes, dt.mID, mSize, usePadding);
646 native void rsnAllocationRead3D(long con, long id, int xoff, int yoff, int zoff, int mip,
649 synchronized void nAllocationRead3D(long id, int xoff, int yoff, int zoff, int mip,
653 rsnAllocationRead3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes, dt.mID, mSize, usePadding);