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

/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java989 static public Allocation createFromBitmap(RenderScript rs, Bitmap b, method in class:Allocation
1012 static public Allocation createFromBitmap(RenderScript rs, Bitmap b) { method in class:Allocation
1013 return createFromBitmap(rs, b, MipmapControl.MIPMAP_NONE,
1203 Allocation alloc = createFromBitmap(rs, b, mips, usage);

Completed in 3466 milliseconds