Searched defs:AllocationAdapter (Results 1 - 1 of 1) sorted by relevance
/frameworks/base/rs/java/android/renderscript/ |
H A D | AllocationAdapter.java | 23 public class AllocationAdapter extends Allocation { class in inherits:Allocation 26 AllocationAdapter(long id, RenderScript rs, Allocation alloc, Type t) { method in class:AllocationAdapter 231 static public AllocationAdapter create1D(RenderScript rs, Allocation a) { 238 static public AllocationAdapter create2D(RenderScript rs, Allocation a) { 266 static public AllocationAdapter createTyped(RenderScript rs, Allocation a, Type t) { 301 throw new RSRuntimeException("AllocationAdapter creation failed."); 303 return new AllocationAdapter(id, rs, a, t);
|
Completed in 40 milliseconds