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

/frameworks/base/rs/java/android/renderscript/
H A DAllocationAdapter.java23 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);
H A DAllocation.java2228 AllocationAdapter adapter = AllocationAdapter.create2D(rs, cubemap);

Completed in 65 milliseconds