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

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
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;
283 AllocationThunker at = (AllocationThunker)data;
322 AllocationThunker at = (AllocationThunker)data;
389 return new AllocationThunker(rs, type, usage, a);
406 return new AllocationThunker(r
[all...]

Completed in 89 milliseconds