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

/frameworks/rs/cpp/
H A DAllocation.cpp333 sp<Allocation> Allocation::createTyped(sp<RS> rs, sp<const Type> type, function in class:Allocation
346 sp<Allocation> Allocation::createTyped(sp<RS> rs, sp<const Type> type, function in class:Allocation
361 sp<Allocation> Allocation::createTyped(sp<RS> rs, sp<const Type> type, function in class:Allocation
363 return createTyped(rs, type, RS_ALLOCATION_MIPMAP_NONE, usage);
372 return createTyped(rs, t, usage);
382 return createTyped(rs, t, usage);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocationThunker.java394 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { method in class:AllocationThunker
400 android.renderscript.Allocation.createTyped(rst.mN, tt.mN,
H A DAllocation.java1209 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { method in class:Allocation
1212 return AllocationThunker.createTyped(rst, type, mips, usage);
1236 static public Allocation createTyped(RenderScript rs, Type type, int usage) { method in class:Allocation
1237 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, usage);
1249 static public Allocation createTyped(RenderScript rs, Type type) { method in class:Allocation
1250 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT);
1514 Allocation cubemap = Allocation.createTyped(rs, t, mips, usage);
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java1385 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { method in class:Allocation
1386 Trace.traceBegin(RenderScript.TRACE_TAG, "createTyped");
1410 static public Allocation createTyped(RenderScript rs, Type type, int usage) { method in class:Allocation
1411 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, usage);
1423 static public Allocation createTyped(RenderScript rs, Type type) { method in class:Allocation
1424 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT);
1719 Allocation cubemap = Allocation.createTyped(rs, t, mips, usage);

Completed in 237 milliseconds