Home | History | Annotate | Download | only in renderscript

Lines Matching defs:createSized

2613     static public Allocation createSized(RenderScript rs, Element e,
2636 static public Allocation createSized(RenderScript rs, Element e, int count) {
2637 return createSized(rs, e, count, USAGE_SCRIPT);
2989 Allocation alloc = Allocation.createSized(rs, Element.U8(rs), allocArray.length, usage);