HomeSort by relevance Sort by last modified time
    Searched full:rsnallocationread (Results 1 - 2 of 2) sorted by null

  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 357 native void rsnAllocationRead(int con, int id, byte[] d);
360 rsnAllocationRead(mContext, id, d);
362 native void rsnAllocationRead(int con, int id, short[] d);
365 rsnAllocationRead(mContext, id, d);
367 native void rsnAllocationRead(int con, int id, int[] d);
370 rsnAllocationRead(mContext, id, d);
372 native void rsnAllocationRead(int con, int id, float[] d);
375 rsnAllocationRead(mContext, id, d);
    [all...]
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 40 milliseconds