Lines Matching refs:sizeBytes

509     native void rsnAllocationData1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt,
511 synchronized void nAllocationData1D(long id, int off, int mip, int count, Object d, int sizeBytes, Element.DataType dt,
514 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes, dt.mID, mSize, usePadding);
517 native void rsnAllocationElementData(long con,long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes);
518 synchronized void nAllocationElementData(long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes) {
520 rsnAllocationElementData(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes);
544 int w, int h, Object d, int sizeBytes, int dt,
547 int w, int h, Object d, int sizeBytes, Element.DataType dt,
550 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes, dt.mID, mSize, usePadding);
578 int w, int h, int depth, Object d, int sizeBytes, int dt,
581 int w, int h, int depth, Object d, int sizeBytes, Element.DataType dt,
584 rsnAllocationData3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes,
595 int sizeBytes, int dt, int mSize, boolean usePadding);
597 int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) {
599 rsnAllocationRead1D(mContext, id, off, mip, count, d, sizeBytes, dt.mID, mSize, usePadding);
603 int mip, int compIdx, byte[] d, int sizeBytes);
605 int mip, int compIdx, byte[] d, int sizeBytes) {
607 rsnAllocationElementRead(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes);
611 int w, int h, Object d, int sizeBytes, int dt,
614 int w, int h, Object d, int sizeBytes, Element.DataType dt,
617 rsnAllocationRead2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes, dt.mID, mSize, usePadding);
621 int w, int h, int depth, Object d, int sizeBytes, int dt,
624 int w, int h, int depth, Object d, int sizeBytes, Element.DataType dt,
627 rsnAllocationRead3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes, dt.mID, mSize, usePadding);