Searched refs:rsnAllocationCreateBitmapRef (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java248 native int rsnAllocationCreateBitmapRef(int con, int type, Bitmap bmp); method in class:RenderScript
251 return rsnAllocationCreateBitmapRef(mContext, type, bmp);
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java332 native int rsnAllocationCreateBitmapRef(int con, int type, Bitmap bmp); method in class:RenderScript
335 return rsnAllocationCreateBitmapRef(mContext, type, bmp);

Completed in 94 milliseconds