Lines Matching refs:createFromBitmap
210 * #createFromBitmap} in API version 18 and higher.</p>
765 * #createFromBitmap} and {@link #USAGE_SHARED} is set on the Allocation,
2006 static public Allocation createFromBitmap(RenderScript rs, Bitmap b,
2010 Trace.traceBegin(RenderScript.TRACE_TAG, "createFromBitmap");
2021 return createFromBitmap(rs, newBitmap, mips, usage);
2101 static public Allocation createFromBitmap(RenderScript rs, Bitmap b) {
2103 return createFromBitmap(rs, b, MipmapControl.MIPMAP_NONE,
2106 return createFromBitmap(rs, b, MipmapControl.MIPMAP_NONE,
2300 Allocation alloc = createFromBitmap(rs, b, mips, usage);