Home | History | Annotate | Download | only in renderscript

Lines Matching full:createfrombitmap

1134     static public Allocation createFromBitmap(RenderScript rs, Bitmap b,
1214 static public Allocation createFromBitmap(RenderScript rs, Bitmap b) {
1215 return createFromBitmap(rs, b, MipmapControl.MIPMAP_NONE,
1405 Allocation alloc = createFromBitmap(rs, b, mips, usage);