Home | History | Annotate | Download | only in renderscript

Lines Matching defs:rsnAllocationCreateFromBitmap

291     native int  rsnAllocationCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage);
294 return rsnAllocationCreateFromBitmap(mContext, type, mip, bmp, usage);