Lines Matching refs:yoff

466     native void rsnAllocationElementData(long con,long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes);
467 synchronized void nAllocationElementData(long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes) {
469 rsnAllocationElementData(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes);
493 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face,
496 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face,
500 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes, dt.mID, mSize, usePadding);
503 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, Bitmap b);
504 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, Bitmap b) {
506 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, b);
528 native void rsnAllocationData3D(long con, long id, int xoff, int yoff, int zoff, int mip,
531 synchronized void nAllocationData3D(long id, int xoff, int yoff, int zoff, int mip,
535 rsnAllocationData3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes,
554 native void rsnAllocationElementRead(long con,long id, int xoff, int yoff, int zoff,
556 synchronized void nAllocationElementRead(long id, int xoff, int yoff, int zoff,
559 rsnAllocationElementRead(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes);
563 native void rsnAllocationRead2D(long con, long id, int xoff, int yoff, int mip, int face,
566 synchronized void nAllocationRead2D(long id, int xoff, int yoff, int mip, int face,
570 rsnAllocationRead2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes, dt.mID, mSize, usePadding);
574 native void rsnAllocationRead3D(long con, long id, int xoff, int yoff, int zoff, int mip,
577 synchronized void nAllocationRead3D(long id, int xoff, int yoff, int zoff, int mip,
581 rsnAllocationRead3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes, dt.mID, mSize, usePadding);