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

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBlendThunker.java40 AllocationThunker aint = (AllocationThunker)ain;
41 AllocationThunker aoutt = (AllocationThunker)aout;
53 AllocationThunker aint = (AllocationThunker)ain;
54 AllocationThunker aoutt = (AllocationThunker)aout;
66 AllocationThunker aint = (AllocationThunker)ai
[all...]
H A DScriptIntrinsic3DLUTThunker.java46 AllocationThunker lutt = (AllocationThunker) lut;
59 AllocationThunker aint = (AllocationThunker)ain;
60 AllocationThunker aoutt = (AllocationThunker)aout;
H A DScriptIntrinsicBlurThunker.java45 AllocationThunker aint = (AllocationThunker) ain;
54 AllocationThunker aoutt = (AllocationThunker) aout;
H A DScriptIntrinsicColorMatrixThunker.java64 AllocationThunker aint = (AllocationThunker)ain;
65 AllocationThunker aoutt = (AllocationThunker)aout;
H A DScriptIntrinsicConvolve3x3Thunker.java43 AllocationThunker aint = (AllocationThunker)ain;
52 AllocationThunker aoutt = (AllocationThunker)aout;
H A DScriptIntrinsicConvolve5x5Thunker.java43 AllocationThunker aint = (AllocationThunker)ain;
52 AllocationThunker aoutt = (AllocationThunker)aout;
H A DScriptIntrinsicLUTThunker.java58 AllocationThunker aint = (AllocationThunker)ain;
59 AllocationThunker aoutt = (AllocationThunker)aout;
H A DScriptIntrinsicYuvToRGBThunker.java43 AllocationThunker aint = (AllocationThunker)ain;
48 AllocationThunker aoutt = (AllocationThunker)aout;
H A DScriptGroupThunker.java34 AllocationThunker at = (AllocationThunker) a;
39 AllocationThunker at = (AllocationThunker) a;
H A DAllocationThunker.java29 class AllocationThunker extends Allocation { class in inherits:Allocation
67 AllocationThunker(RenderScript rs, Type t, int usage, android.renderscript.Allocation na) { method in class:AllocationThunker
127 AllocationThunker at = (AllocationThunker)a;
174 AllocationThunker at = (AllocationThunker)data;
193 AllocationThunker at = (AllocationThunker)data;
232 return new AllocationThunker(rs, type, usage, a);
245 return new AllocationThunker(r
[all...]
H A DScriptCThunker.java64 nva = ((AllocationThunker)va).mN;
84 nin = ((AllocationThunker)ain).mN;
87 nout = ((AllocationThunker)aout).mN;
109 nin = ((AllocationThunker)ain).mN;
112 nout = ((AllocationThunker)aout).mN;
H A DAllocation.java1189 return AllocationThunker.createTyped(rst, type, mips, usage);
1245 return AllocationThunker.createSized(rs, e, count, usage);
1317 return AllocationThunker.createFromBitmap(rst, b, mips, usage);

Completed in 50 milliseconds