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/config/ |
D | hiddenapi-public-dex.txt | 38225 Landroid/renderscript/AllocationAdapter; 38226 …rscript/AllocationAdapter;->create1D(Landroid/renderscript/RenderScript;Landroid/renderscript/Allo… 38227 …rscript/AllocationAdapter;->create2D(Landroid/renderscript/RenderScript;Landroid/renderscript/Allo… 38228 …AllocationAdapter;->createTyped(Landroid/renderscript/RenderScript;Landroid/renderscript/Allocatio… 38229 Landroid/renderscript/AllocationAdapter;->resize(I)V 38230 Landroid/renderscript/AllocationAdapter;->setFace(Landroid/renderscript/Type$CubemapFace;)V 38231 Landroid/renderscript/AllocationAdapter;->setLOD(I)V 38232 Landroid/renderscript/AllocationAdapter;->setX(I)V 38233 Landroid/renderscript/AllocationAdapter;->setY(I)V 38234 Landroid/renderscript/AllocationAdapter;->setZ(I)V
|
/frameworks/base/api/ |
D | current.txt | 37417 public class AllocationAdapter extends android.renderscript.Allocation { 37418 …method public static android.renderscript.AllocationAdapter create1D(android.renderscript.RenderSc… 37419 …method public static android.renderscript.AllocationAdapter create2D(android.renderscript.RenderSc… 37420 …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…
|