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

  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 310 native void rsnAllocationElementData1D(int con, int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes);
313 rsnAllocationElementData1D(mContext, id, xoff, mip, compIdx, d, sizeBytes);
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 387 native void rsnAllocationElementData1D(int con, int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes);
390 rsnAllocationElementData1D(mContext, id, xoff, mip, compIdx, d, sizeBytes);
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 659 milliseconds