Home
last modified time | relevance | path

Searched defs:createTyped (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/cpp/
DAllocation.cpp425 sp<Allocation> Allocation::createTyped(sp<RS> rs, sp<const Type> type, in createTyped() function in Allocation
438 sp<Allocation> Allocation::createTyped(sp<RS> rs, sp<const Type> type, in createTyped() function in Allocation
453 sp<Allocation> Allocation::createTyped(sp<RS> rs, sp<const Type> type, in createTyped() function in Allocation
/frameworks/base/rs/java/android/renderscript/
DAllocationAdapter.java266 static public AllocationAdapter createTyped(RenderScript rs, Allocation a, Type t) { in createTyped() method in AllocationAdapter
DAllocation.java1878 … static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { in createTyped() method in Allocation
1906 static public Allocation createTyped(RenderScript rs, Type type, int usage) { in createTyped() method in Allocation
1919 static public Allocation createTyped(RenderScript rs, Type type) { in createTyped() method in Allocation
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DAllocation.java1732 … static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { in createTyped() method in Allocation
1760 static public Allocation createTyped(RenderScript rs, Type type, int usage) { in createTyped() method in Allocation
1773 static public Allocation createTyped(RenderScript rs, Type type) { in createTyped() method in Allocation