Searched defs:rsnAllocationElementData (Results 1 - 1 of 1) sorted by path

/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java543 native void rsnAllocationElementData(long con,long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes); method in class:RenderScript
546 rsnAllocationElementData(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes);

Completed in 307 milliseconds