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

/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java364 synchronized void nAllocationData2D(int dstAlloc, int dstXoff, int dstYoff, method in class:RenderScript
379 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) { method in class:RenderScript
384 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) { method in class:RenderScript
389 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) { method in class:RenderScript
394 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) { method in class:RenderScript
399 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, Bitmap b) { method in class:RenderScript

Completed in 93 milliseconds