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

/frameworks/rs/cpp/
H A DAllocation.cpp306 android::sp<Allocation> Allocation::createTyped(sp<RS> rs, sp<const Type> type, function in class:Allocation
316 android::sp<Allocation> Allocation::createTyped(sp<RS> rs, sp<const Type> type, function in class:Allocation
327 android::sp<Allocation> Allocation::createTyped(sp<RS> rs, sp<const Type> type, function in class:Allocation
329 return createTyped(rs, type, RS_ALLOCATION_MIPMAP_NONE, usage);
338 return createTyped(rs, t, usage);
348 return createTyped(rs, t, usage);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocationThunker.java224 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { method in class:AllocationThunker
229 android.renderscript.Allocation.createTyped(rst.mN, tt.mN,
H A DAllocation.java1186 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { method in class:Allocation
1189 return AllocationThunker.createTyped(rst, type, mips, usage);
1213 static public Allocation createTyped(RenderScript rs, Type type, int usage) { method in class:Allocation
1214 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, usage);
1226 static public Allocation createTyped(RenderScript rs, Type type) { method in class:Allocation
1227 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT);
1491 Allocation cubemap = Allocation.createTyped(rs, t, mips, usage);
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java1273 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { method in class:Allocation
1296 static public Allocation createTyped(RenderScript rs, Type type, int usage) { method in class:Allocation
1297 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, usage);
1309 static public Allocation createTyped(RenderScript rs, Type type) { method in class:Allocation
1310 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT);
1608 Allocation cubemap = Allocation.createTyped(rs, t, mips, usage);

Completed in 359 milliseconds