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

  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 230 native int rsnAllocationCreateBitmapBackedAllocation(int con, int type, int mip, Bitmap bmp, int usage);
233 return rsnAllocationCreateBitmapBackedAllocation(mContext, type, mip, bmp, usage);
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 297 native int rsnAllocationCreateBitmapBackedAllocation(int con, int type, int mip, Bitmap bmp, int usage);
300 return rsnAllocationCreateBitmapBackedAllocation(mContext, type, mip, bmp, usage);
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 32 milliseconds