Searched defs:createSized (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/cpp/
H A DAllocation.cpp457 sp<Allocation> Allocation::createSized(const sp<RS>& rs, const sp<const Element>& e, function in class:Allocation
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java2721 static public Allocation createSized(RenderScript rs, Element e, method in class:Allocation
2724 Trace.traceBegin(RenderScript.TRACE_TAG, "createSized");
2749 static public Allocation createSized(RenderScript rs, Element e, int count) { method in class:Allocation
2750 return createSized(rs, e, count, USAGE_SCRIPT);
3310 Allocation alloc = Allocation.createSized(rs, Element.U8(rs), allocArray.length, usage);
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DAllocation.java2613 static public Allocation createSized(RenderScript rs, Element e, method in class:Allocation
2636 static public Allocation createSized(RenderScript rs, Element e, int count) { method in class:Allocation
2637 return createSized(rs, e, count, USAGE_SCRIPT);
2989 Allocation alloc = Allocation.createSized(rs, Element.U8(rs), allocArray.length, usage);

Completed in 317 milliseconds