Searched refs:AllocationThunker (Results 1 - 12 of 12) sorted by relevance

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBlendThunker.java44 AllocationThunker aint = (AllocationThunker)ain;
45 AllocationThunker aoutt = (AllocationThunker)aout;
65 AllocationThunker aint = (AllocationThunker)ain;
66 AllocationThunker aoutt = (AllocationThunker)aout;
86 AllocationThunker aint = (AllocationThunker)ai
[all...]
H A DScriptIntrinsic3DLUTThunker.java50 AllocationThunker lutt = (AllocationThunker) lut;
67 AllocationThunker aint = (AllocationThunker)ain;
68 AllocationThunker aoutt = (AllocationThunker)aout;
H A DScriptIntrinsicBlurThunker.java49 AllocationThunker aint = (AllocationThunker) ain;
66 AllocationThunker aoutt = (AllocationThunker) aout;
H A DScriptIntrinsicConvolve3x3Thunker.java47 AllocationThunker aint = (AllocationThunker)ain;
64 AllocationThunker aoutt = (AllocationThunker)aout;
H A DScriptIntrinsicConvolve5x5Thunker.java47 AllocationThunker aint = (AllocationThunker)ain;
64 AllocationThunker aoutt = (AllocationThunker)aout;
H A DScriptIntrinsicLUTThunker.java78 AllocationThunker aint = (AllocationThunker)ain;
79 AllocationThunker aoutt = (AllocationThunker)aout;
H A DScriptIntrinsicYuvToRGBThunker.java47 AllocationThunker aint = (AllocationThunker)ain;
56 AllocationThunker aoutt = (AllocationThunker)aout;
H A DScriptGroupThunker.java34 AllocationThunker at = (AllocationThunker) a;
43 AllocationThunker at = (AllocationThunker) a;
H A DScriptIntrinsicColorMatrixThunker.java88 AllocationThunker aint = (AllocationThunker)ain;
89 AllocationThunker aoutt = (AllocationThunker)aout;
H A DAllocationThunker.java29 class AllocationThunker extends Allocation { class in inherits:Allocation
75 AllocationThunker(RenderScript rs, Type t, int usage, android.renderscript.Allocation na) { method in class:AllocationThunker
187 AllocationThunker at = (AllocationThunker)a;
297 AllocationThunker at = (AllocationThunker)data;
336 AllocationThunker at = (AllocationThunker)data;
403 return new AllocationThunker(rs, type, usage, a);
420 return new AllocationThunker(r
[all...]
H A DScriptCThunker.java73 nva = ((AllocationThunker)va).mN;
105 nin = ((AllocationThunker)ain).mN;
108 nout = ((AllocationThunker)aout).mN;
135 nin = ((AllocationThunker)ain).mN;
138 nout = ((AllocationThunker)aout).mN;
H A DAllocation.java1212 return AllocationThunker.createTyped(rst, type, mips, usage);
1268 return AllocationThunker.createSized(rs, e, count, usage);
1340 return AllocationThunker.createFromBitmap(rst, b, mips, usage);

Completed in 236 milliseconds