Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DAllocation.cpp333 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/
DAllocation.java1381 … 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/
DAllocation.java1209 … 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
DAllocationThunker.java394 … static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { in createTyped() method in AllocationThunker