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

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java469 native void rsnAllocationElementData1D(long con,long id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes); method in class:RenderScript
472 rsnAllocationElementData1D(mContext, id, xoff, mip, compIdx, d, sizeBytes);

Completed in 27 milliseconds