Searched refs:AllocationAdapter (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/rs/java/android/renderscript/ |
D | AllocationAdapter.java | 23 public class AllocationAdapter extends Allocation { class 26 AllocationAdapter(long id, RenderScript rs, Allocation alloc, Type t) { in AllocationAdapter() method in AllocationAdapter 231 static public AllocationAdapter create1D(RenderScript rs, Allocation a) { in create1D() 238 static public AllocationAdapter create2D(RenderScript rs, Allocation a) { in create2D() 266 static public AllocationAdapter createTyped(RenderScript rs, Allocation a, Type t) { in createTyped() 303 return new AllocationAdapter(id, rs, a, t); in createTyped()
|
D | Allocation.java | 3188 AllocationAdapter adapter = AllocationAdapter.create2D(rs, cubemap); in createCubemapFromCubeFaces()
|
/frameworks/base/api/ |
D | current.txt | 39548 public class AllocationAdapter extends android.renderscript.Allocation { 39549 …method public static android.renderscript.AllocationAdapter create1D(android.renderscript.RenderSc… 39550 …method public static android.renderscript.AllocationAdapter create2D(android.renderscript.RenderSc… 39551 …method public static android.renderscript.AllocationAdapter createTyped(android.renderscript.Rende…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 25992 public class AllocationAdapter extends android.renderscript.Allocation { 25993 …method public static android.renderscript.AllocationAdapter create1D(android.renderscript.RenderSc… 25994 …method public static android.renderscript.AllocationAdapter create2D(android.renderscript.RenderSc…
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 63523 Landroid/renderscript/AllocationAdapter;-><init>(JLandroid/renderscript/RenderScript;Landroid/rende… 63524 Landroid/renderscript/AllocationAdapter;->initLOD(I)V 63525 Landroid/renderscript/AllocationAdapter;->mWindow:Landroid/renderscript/Type; 63526 Landroid/renderscript/AllocationAdapter;->setArray(II)V 63527 Landroid/renderscript/AllocationAdapter;->updateOffsets()V
|