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