Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DAllocation.cpp424 sp<Allocation> Allocation::createTyped(const sp<RS>& rs, const sp<const Type>& type, in createTyped() function in Allocation
437 sp<Allocation> Allocation::createTyped(const sp<RS>& rs, const sp<const Type>& type, in createTyped() function in Allocation
452 sp<Allocation> Allocation::createTyped(const sp<RS>& rs, const 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.java2664 … static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { in createTyped() method in Allocation
2693 static public Allocation createTyped(RenderScript rs, Type type, int usage) { in createTyped() method in Allocation
2706 static public Allocation createTyped(RenderScript rs, Type type) { in createTyped() method in Allocation
/frameworks/rs/support/java/src/android/support/v8/renderscript/
DAllocation.java2557 … static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { in createTyped() method in Allocation
2585 static public Allocation createTyped(RenderScript rs, Type type, int usage) { in createTyped() method in Allocation
2598 static public Allocation createTyped(RenderScript rs, Type type) { in createTyped() method in Allocation