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

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

Completed in 12 milliseconds