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;
297 AllocationThunker at = (AllocationThunker)data;
336 AllocationThunker at = (AllocationThunker)data;
403 return new AllocationThunker(rs, type, usage, a);
420 return new AllocationThunker(r
[all...]

Completed in 22 milliseconds