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

/frameworks/rs/cpp/
H A DAllocation.cpp332 android::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.java302 static public Allocation createSized(RenderScript rs, Element e, method in class:AllocationThunker
307 android.renderscript.Allocation.createSized(rst.mN, (android.renderscript.Element)e.getNObj(), count, usage);
H A DAllocation.java1241 static public Allocation createSized(RenderScript rs, Element e, method in class:Allocation
1245 return AllocationThunker.createSized(rs, e, count, usage);
1268 static public Allocation createSized(RenderScript rs, Element e, int count) { method in class:Allocation
1269 return createSized(rs, e, count, USAGE_SCRIPT);
1610 Allocation alloc = Allocation.createSized(rs, Element.U8(rs), allocArray.length, usage);
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java1324 static public Allocation createSized(RenderScript rs, Element e, method in class:Allocation
1347 static public Allocation createSized(RenderScript rs, Element e, int count) { method in class:Allocation
1348 return createSized(rs, e, count, USAGE_SCRIPT);
1732 Allocation alloc = Allocation.createSized(rs, Element.U8(rs), allocArray.length, usage);

Completed in 182 milliseconds