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

/frameworks/base/graphics/java/android/renderscript/
H A DAllocationAdapter.java27 public class AllocationAdapter extends Allocation { class in inherits:Allocation
28 AllocationAdapter(int id, RenderScript rs, Allocation alloc) { method in class:AllocationAdapter
214 static public AllocationAdapter create1D(RenderScript rs, Allocation a) {
216 AllocationAdapter aa = new AllocationAdapter(0, rs, a);
225 static public AllocationAdapter create2D(RenderScript rs, Allocation a) {
228 AllocationAdapter aa = new AllocationAdapter(0, rs, a);

Completed in 60 milliseconds