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

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java449 native void rsnAllocationData3D(int con, method in class:RenderScript
461 rsnAllocationData3D(mContext,
467 native void rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, byte[] d, int sizeBytes); method in class:RenderScript
470 rsnAllocationData3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes);
472 native void rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, short[] d, int sizeBytes); method in class:RenderScript
475 rsnAllocationData3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes);
477 native void rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, int[] d, int sizeBytes); method in class:RenderScript
480 rsnAllocationData3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes);
482 native void rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, float[] d, int sizeBytes); method in class:RenderScript
485 rsnAllocationData3D(mContex
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java485 native void rsnAllocationData3D(long con, method in class:RenderScript
497 rsnAllocationData3D(mContext,
503 native void rsnAllocationData3D(long con, long id, int xoff, int yoff, int zoff, int mip, method in class:RenderScript
508 rsnAllocationData3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes, dt.mID);

Completed in 89 milliseconds