Home | History | Annotate | Download | only in renderscript

Lines Matching defs:createSized

2721     static public Allocation createSized(RenderScript rs, Element e,
2724 Trace.traceBegin(RenderScript.TRACE_TAG, "createSized");
2749 static public Allocation createSized(RenderScript rs, Element e, int count) {
2750 return createSized(rs, e, count, USAGE_SCRIPT);
3310 Allocation alloc = Allocation.createSized(rs, Element.U8(rs), allocArray.length, usage);