Searched refs:AllocationAdapter (Results 1 - 4 of 4) 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);
H A DAllocation.java1336 AllocationAdapter adapter = AllocationAdapter.create2D(rs, cubemap);
/frameworks/support/renderscript/v8/java/src/android/support/v8/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);
H A DAllocation.java1171 AllocationAdapter adapter = AllocationAdapter.create2D(rs, cubemap);

Completed in 79 milliseconds