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

  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 248 native int rsnAllocationCreateBitmapRef(int con, int type, Bitmap bmp);
251 return rsnAllocationCreateBitmapRef(mContext, type, bmp);
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 332 native int rsnAllocationCreateBitmapRef(int con, int type, Bitmap bmp);
335 return rsnAllocationCreateBitmapRef(mContext, type, bmp);
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 33 milliseconds