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

/frameworks/rs/cpp/
H A DAllocation.cpp315 sp<Allocation> Allocation::createTyped(sp<RS> rs, sp<const Type> type, function in class:Allocation
328 sp<Allocation> Allocation::createTyped(sp<RS> rs, sp<const Type> type, function in class:Allocation
343 sp<Allocation> Allocation::createTyped(sp<RS> rs, sp<const Type> type, function in class:Allocation
345 return createTyped(rs, type, RS_ALLOCATION_MIPMAP_NONE, usage);
354 return createTyped(rs, t, usage);
364 return createTyped(rs, t, usage);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocationThunker.java380 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { method in class:AllocationThunker
386 android.renderscript.Allocation.createTyped(rst.mN, tt.mN,
H A DAllocation.java1204 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { method in class:Allocation
1207 return AllocationThunker.createTyped(rst, type, mips, usage);
1231 static public Allocation createTyped(RenderScript rs, Type type, int usage) { method in class:Allocation
1232 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, usage);
1244 static public Allocation createTyped(RenderScript rs, Type type) { method in class:Allocation
1245 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT);
1509 Allocation cubemap = Allocation.createTyped(rs, t, mips, usage);
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java1369 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { method in class:Allocation
1370 Trace.traceBegin(RenderScript.TRACE_TAG, "createTyped");
1394 static public Allocation createTyped(RenderScript rs, Type type, int usage) { method in class:Allocation
1395 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, usage);
1407 static public Allocation createTyped(RenderScript rs, Type type) { method in class:Allocation
1408 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT);
1710 Allocation cubemap = Allocation.createTyped(rs, t, mips, usage);

Completed in 186 milliseconds