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

  /frameworks/base/rs/java/android/renderscript/
RenderScript.java 523 native void rsnAllocationData2D(long con,
535 rsnAllocationData2D(mContext,
543 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face,
550 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes, dt.mID, mSize, usePadding);
553 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, Bitmap b);
556 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, b);
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 473 native void rsnAllocationData2D(long con,
485 rsnAllocationData2D(mContext,
493 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face,
500 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes, dt.mID, mSize, usePadding);
503 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, Bitmap b);
506 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, b);
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 59 milliseconds