Lines Matching defs:sizeBytes

461     native void rsnAllocationData1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt,
463 synchronized void nAllocationData1D(long id, int off, int mip, int count, Object d, int sizeBytes, Element.DataType dt,
466 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes, dt.mID, mSize, usePadding);
469 native void rsnAllocationElementData1D(long con,long id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes);
470 synchronized void nAllocationElementData1D(long id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) {
472 rsnAllocationElementData1D(mContext, id, xoff, mip, compIdx, d, sizeBytes);
475 native void rsnAllocationElementData(long con,long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes);
476 synchronized void nAllocationElementData(long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes) {
478 rsnAllocationElementData(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes);
503 int w, int h, Object d, int sizeBytes, int dt,
506 int w, int h, Object d, int sizeBytes, Element.DataType dt,
509 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes, dt.mID, mSize, usePadding);
538 int w, int h, int depth, Object d, int sizeBytes, int dt,
541 int w, int h, int depth, Object d, int sizeBytes, Element.DataType dt,
544 rsnAllocationData3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes,
555 int sizeBytes, int dt, int mSize, boolean usePadding);
557 int sizeBytes, Element.DataType dt, int mSize, boolean usePadding) {
559 rsnAllocationRead1D(mContext, id, off, mip, count, d, sizeBytes, dt.mID, mSize, usePadding);
564 int mip, int compIdx, byte[] d, int sizeBytes);
566 int mip, int compIdx, byte[] d, int sizeBytes) {
568 rsnAllocationElementRead(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes);
573 int w, int h, Object d, int sizeBytes, int dt,
576 int w, int h, Object d, int sizeBytes, Element.DataType dt,
579 rsnAllocationRead2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes, dt.mID, mSize, usePadding);
584 int w, int h, int depth, Object d, int sizeBytes, int dt,
587 int w, int h, int depth, Object d, int sizeBytes, Element.DataType dt,
590 rsnAllocationRead3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes, dt.mID, mSize, usePadding);