Searched defs:createTyped (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/cpp/ |
D | Allocation.cpp | 333 sp<Allocation> Allocation::createTyped(sp<RS> rs, sp<const Type> type, in createTyped() function in Allocation 346 sp<Allocation> Allocation::createTyped(sp<RS> rs, sp<const Type> type, in createTyped() function in Allocation 361 sp<Allocation> Allocation::createTyped(sp<RS> rs, sp<const Type> type, in createTyped() function in Allocation
|
/frameworks/base/rs/java/android/renderscript/ |
D | Allocation.java | 1381 … static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { in createTyped() method in Allocation 1406 static public Allocation createTyped(RenderScript rs, Type type, int usage) { in createTyped() method in Allocation 1419 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 | 1209 … static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { in createTyped() method in Allocation 1236 static public Allocation createTyped(RenderScript rs, Type type, int usage) { in createTyped() method in Allocation 1249 static public Allocation createTyped(RenderScript rs, Type type) { in createTyped() method in Allocation
|
D | AllocationThunker.java | 394 … static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { in createTyped() method in AllocationThunker
|