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 371 native long rsnAllocationCreateBitmapBackedAllocation(long con, long type, int mip, Bitmap bmp, int usage);
374 return rsnAllocationCreateBitmapBackedAllocation(mContext, type, mip, bmp, usage);
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 317 native int rsnAllocationCreateBitmapBackedAllocation(int con, int type, int mip, Bitmap bmp, int usage);
320 return rsnAllocationCreateBitmapBackedAllocation(mContext, type, mip, bmp, usage);
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 48 milliseconds