Searched defs:createTyped (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/cpp/ |
D | Allocation.cpp | 381 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/ |
D | Allocation.java | 1013 … 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
|