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

/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java332 synchronized void nAllocationData1D(int id, int off, int mip, int count, int[] d, int sizeBytes) { method in class:RenderScript
337 synchronized void nAllocationData1D(int id, int off, int mip, int count, short[] d, int sizeBytes) { method in class:RenderScript
342 synchronized void nAllocationData1D(int id, int off, int mip, int count, byte[] d, int sizeBytes) { method in class:RenderScript
347 synchronized void nAllocationData1D(int id, int off, int mip, int count, float[] d, int sizeBytes) { method in class:RenderScript

Completed in 37 milliseconds