Home | History | Annotate | Download | only in renderscript

Lines Matching defs:createTyped

2664     static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) {
2666 Trace.traceBegin(RenderScript.TRACE_TAG, "createTyped");
2693 static public Allocation createTyped(RenderScript rs, Type type, int usage) {
2694 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, usage);
2706 static public Allocation createTyped(RenderScript rs, Type type) {
2707 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT);
2895 mAllocationArray[0] = createTyped(rs, t, usage);
3186 Allocation cubemap = Allocation.createTyped(rs, t, mips, usage);