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 402 native void rsnAllocationRead(int con, int id, byte[] d);
405 rsnAllocationRead(mContext, id, d);
407 native void rsnAllocationRead(int con, int id, short[] d);
410 rsnAllocationRead(mContext, id, d);
412 native void rsnAllocationRead(int con, int id, int[] d);
415 rsnAllocationRead(mContext, id, d);
417 native void rsnAllocationRead(int con, int id, float[] d);
420 rsnAllocationRead(mContext, id, d);
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 479 native void rsnAllocationRead(int con, int id, byte[] d);
482 rsnAllocationRead(mContext, id, d);
484 native void rsnAllocationRead(int con, int id, short[] d);
487 rsnAllocationRead(mContext, id, d);
489 native void rsnAllocationRead(int con, int id, int[] d);
492 rsnAllocationRead(mContext, id, d);
494 native void rsnAllocationRead(int con, int id, float[] d);
497 rsnAllocationRead(mContext, id, d);
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 24 milliseconds