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

  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 408 native void rsnAllocationRead(int con, int id, byte[] d);
411 rsnAllocationRead(mContext, id, d);
413 native void rsnAllocationRead(int con, int id, short[] d);
416 rsnAllocationRead(mContext, id, d);
418 native void rsnAllocationRead(int con, int id, int[] d);
421 rsnAllocationRead(mContext, id, d);
423 native void rsnAllocationRead(int con, int id, float[] d);
426 rsnAllocationRead(mContext, id, d);
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 530 native void rsnAllocationRead(int con, int id, byte[] d);
533 rsnAllocationRead(mContext, id, d);
535 native void rsnAllocationRead(int con, int id, short[] d);
538 rsnAllocationRead(mContext, id, d);
540 native void rsnAllocationRead(int con, int id, int[] d);
543 rsnAllocationRead(mContext, id, d);
545 native void rsnAllocationRead(int con, int id, float[] d);
548 rsnAllocationRead(mContext, id, d);
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 259 milliseconds