HomeSort by relevance Sort by last modified time
    Searched refs:rsnAllocationData2D (Results 1 - 3 of 3) sorted by null

  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 403 native void rsnAllocationData2D(int con,
415 rsnAllocationData2D(mContext,
423 native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes);
426 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes);
428 native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes);
431 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes);
433 native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes);
436 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes);
438 native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes);
441 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes)
    [all...]
  /frameworks/base/rs/java/android/renderscript/
RenderScript.java 451 native void rsnAllocationData2D(long con,
463 rsnAllocationData2D(mContext,
471 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face,
476 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes, dt.mID);
479 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, Bitmap b);
482 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, b);
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 825 milliseconds