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

/frameworks/rs/cpp/
H A DAllocation.cpp366 sp<Allocation> Allocation::createSized(sp<RS> rs, sp<const Element> e, function in class:Allocation
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocationThunker.java497 static public Allocation createSized(RenderScript rs, Element e, method in class:AllocationThunker
503 android.renderscript.Allocation.createSized
H A DAllocation.java1264 static public Allocation createSized(RenderScript rs, Element e, method in class:Allocation
1268 return AllocationThunker.createSized(rs, e, count, usage);
1291 static public Allocation createSized(RenderScript rs, Element e, int count) { method in class:Allocation
1292 return createSized(rs, e, count, USAGE_SCRIPT);
1633 Allocation alloc = Allocation.createSized(rs, Element.U8(rs), allocArray.length, usage);
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java1434 static public Allocation createSized(RenderScript rs, Element e, method in class:Allocation
1436 Trace.traceBegin(RenderScript.TRACE_TAG, "createSized");
1459 static public Allocation createSized(RenderScript rs, Element e, int count) { method in class:Allocation
1460 return createSized(rs, e, count, USAGE_SCRIPT);
1839 Allocation alloc = Allocation.createSized(rs, Element.U8(rs), allocArray.length, usage);

Completed in 83 milliseconds