HomeSort by relevance Sort by last modified time
    Searched defs:AllocationAdapter (Results 1 - 4 of 4) sorted by null

  /frameworks/base/graphics/java/android/renderscript/
AllocationAdapter.java 27 public class AllocationAdapter extends Allocation {
28 AllocationAdapter(int id, RenderScript rs, Allocation alloc) {
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);
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 

Completed in 90 milliseconds