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/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 482 native void rsnAllocationData2D(long con,
494 rsnAllocationData2D(mContext,
502 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face,
509 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, w, h, d, sizeBytes, dt.mID, mSize, usePadding);
512 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, Bitmap b);
515 rsnAllocationData2D(mContext, id, xoff, yoff, mip, face, b);
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 1083 milliseconds