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

  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 295 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, int[] d, int sizeBytes);
298 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);
300 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, short[] d, int sizeBytes);
303 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);
305 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, byte[] d, int sizeBytes);
308 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);
310 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, float[] d, int sizeBytes);
313 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 389 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, int[] d, int sizeBytes);
392 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);
394 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, short[] d, int sizeBytes);
397 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);
399 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, byte[] d, int sizeBytes);
402 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);
404 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, float[] d, int sizeBytes);
407 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 202 milliseconds