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

  /frameworks/base/rs/java/android/renderscript/
RenderScript.java 549 native void rsnAllocationData2D(long con,
561 rsnAllocationData2D(mContext,
569 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face,
576 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes, dt.mID, mSize, usePadding);
579 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, Bitmap b);
582 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, b);
    [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
RenderScript.java 494 native void rsnAllocationData2D(long con,
506 rsnAllocationData2D(mContext,
514 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face,
521 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes, dt.mID, mSize, usePadding);
524 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, Bitmap b);
527 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, b);
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 470 milliseconds