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

  /frameworks/base/rs/java/android/renderscript/
RenderScript.java 452 native long rsnAllocationCreateBitmapBackedAllocation(long con, long type, int mip, Bitmap bmp, int usage);
455 return rsnAllocationCreateBitmapBackedAllocation(mContext, type, mip, bmp, usage);
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 386 native long rsnAllocationCreateBitmapBackedAllocation(long con, long type, int mip, Bitmap bmp, int usage);
389 return rsnAllocationCreateBitmapBackedAllocation(mContext, type, mip, bmp, usage);
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 39 milliseconds