Home
last modified time | relevance | path

Searched refs:rsnAllocationData3D (Results 1 – 2 of 2) sorted by relevance

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