Searched defs:createTyped (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/cpp/ |
D | Allocation.cpp | 424 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/ |
D | AllocationAdapter.java | 266 static public AllocationAdapter createTyped(RenderScript rs, Allocation a, Type t) { in createTyped() method in AllocationAdapter
|
D | Allocation.java | 2664 … 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/androidx/renderscript/ |
D | Allocation.java | 2557 … 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
|