Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DAllocation.cpp381 android::sp<Allocation> Allocation::createTyped(RenderScript *rs, sp<const Type> type, in createTyped() function in Allocation
391 android::sp<Allocation> Allocation::createTyped(RenderScript *rs, sp<const Type> type, in createTyped() function in Allocation
400 android::sp<Allocation> Allocation::createTyped(RenderScript *rs, sp<const Type> type, in createTyped() function in Allocation
/frameworks/base/graphics/java/android/renderscript/
DAllocation.java1013 … static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { in createTyped() method in Allocation
1036 static public Allocation createTyped(RenderScript rs, Type type, int usage) { in createTyped() method in Allocation
1050 static public Allocation createTyped(RenderScript rs, Type type) { in createTyped() method in Allocation