Home | History | Annotate | Download | only in renderscript

Lines Matching defs:createSized

1324     static public Allocation createSized(RenderScript rs, Element e,
1347 static public Allocation createSized(RenderScript rs, Element e, int count) {
1348 return createSized(rs, e, count, USAGE_SCRIPT);
1732 Allocation alloc = Allocation.createSized