Lines Matching refs:sizeBytes

452     native void rsnAllocationData1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt,
454 synchronized void nAllocationData1D(long id, int off, int mip, int count, Object d, int sizeBytes, Element.DataType dt,
457 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes, dt.mID, mSize, usePadding);
460 native void rsnAllocationElementData1D(long con,long id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes);
461 synchronized void nAllocationElementData1D(long id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) {
463 rsnAllocationElementData1D(mContext, id, xoff, mip, compIdx, d, sizeBytes);
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);
494 int w, int h, Object d, int sizeBytes, int dt,
497 int w, int h, Object d, int sizeBytes, Element.DataType dt,
500 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes, dt.mID, mSize, usePadding);
529 int w, int h, int depth, Object d, int sizeBytes, int dt,
532 int w, int h, int depth, Object d, int sizeBytes, Element.DataType dt,
535 rsnAllocationData3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes,
546 int sizeBytes, int dt, int mSize, boolean usePadding);
548 int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) {
550 rsnAllocationRead1D(mContext, id, off, mip, count, d, sizeBytes, dt.mID, mSize, usePadding);
555 int mip, int compIdx, byte[] d, int sizeBytes);
557 int mip, int compIdx, byte[] d, int sizeBytes) {
559 rsnAllocationElementRead(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes);
564 int w, int h, Object d, int sizeBytes, int dt,
567 int w, int h, Object d, int sizeBytes, Element.DataType dt,
570 rsnAllocationRead2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes, dt.mID, mSize, usePadding);
575 int w, int h, int depth, Object d, int sizeBytes, int dt,
578 int w, int h, int depth, Object d, int sizeBytes, Element.DataType dt,
581 rsnAllocationRead3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes, dt.mID, mSize, usePadding);