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

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

Completed in 14 milliseconds