Searched defs:createSized (Results 1 - 3 of 3) sorted by last modified time

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java1788 static public Allocation createSized(RenderScript rs, Element e, method in class:Allocation
1811 static public Allocation createSized(RenderScript rs, Element e, int count) { method in class:Allocation
1812 return createSized(rs, e, count, USAGE_SCRIPT);
2164 Allocation alloc = Allocation.createSized(rs, Element.U8(rs), allocArray.length, usage);
/frameworks/rs/cpp/
H A DAllocation.cpp458 sp<Allocation> Allocation::createSized(sp<RS> rs, sp<const Element> e, function in class:Allocation
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java1934 static public Allocation createSized(RenderScript rs, Element e, method in class:Allocation
1937 Trace.traceBegin(RenderScript.TRACE_TAG, "createSized");
1962 static public Allocation createSized(RenderScript rs, Element e, int count) { method in class:Allocation
1963 return createSized(rs, e, count, USAGE_SCRIPT);
2350 Allocation alloc = Allocation.createSized(rs, Element.U8(rs), allocArray.length, usage);

Completed in 201 milliseconds