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

  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 376 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, int[] d, int sizeBytes);
379 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);
381 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, short[] d, int sizeBytes);
384 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);
386 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, byte[] d, int sizeBytes);
389 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);
391 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, float[] d, int sizeBytes);
394 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);
    [all...]
  /frameworks/base/rs/java/android/renderscript/
RenderScript.java 439 native void rsnAllocationData1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt);
442 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes, dt.mID);
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 47 milliseconds