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

/frameworks/rs/cpp/
H A DAllocation.cpp405 android::sp<Allocation> Allocation::createSized(RenderScript *rs, sp<const Element> e, function in class:Allocation
470 Allocation alloc = Allocation.createSized(rs, Element.U8(rs), allocArray.length, usage);
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java1066 static public Allocation createSized(RenderScript rs, Element e, method in class:Allocation
1090 static public Allocation createSized(RenderScript rs, Element e, int count) { method in class:Allocation
1091 return createSized(rs, e, count, USAGE_SCRIPT);
1446 Allocation alloc = Allocation.createSized(rs, Element.U8(rs), allocArray.length, usage);
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DAllocation.java958 static public Allocation createSized(RenderScript rs, Element e, method in class:Allocation
982 static public Allocation createSized(RenderScript rs, Element e, int count) { method in class:Allocation
983 return createSized(rs, e, count, USAGE_SCRIPT);

Completed in 292 milliseconds