Uses of Class
android.renderscript.Allocation

Packages that use Allocation
android.renderscript   
 

Uses of Allocation in android.renderscript
 

Subclasses of Allocation in android.renderscript
 class AllocationAdapter
           
 

Fields in android.renderscript declared as Allocation
protected  Allocation Script.FieldBase.mAllocation
           
 

Methods in android.renderscript that return Allocation
static Allocation Allocation.createCubemapFromBitmap(RenderScript rs, Bitmap b)
           
static Allocation Allocation.createCubemapFromBitmap(RenderScript rs, Bitmap b, Allocation.MipmapControl mips, int usage)
           
static Allocation Allocation.createCubemapFromCubeFaces(RenderScript rs, Bitmap xpos, Bitmap xneg, Bitmap ypos, Bitmap yneg, Bitmap zpos, Bitmap zneg)
           
static Allocation Allocation.createCubemapFromCubeFaces(RenderScript rs, Bitmap xpos, Bitmap xneg, Bitmap ypos, Bitmap yneg, Bitmap zpos, Bitmap zneg, Allocation.MipmapControl mips, int usage)
           
static Allocation Allocation.createFromBitmap(RenderScript rs, Bitmap b)
           
static Allocation Allocation.createFromBitmap(RenderScript rs, Bitmap b, Allocation.MipmapControl mips, int usage)
           
static Allocation Allocation.createFromBitmapResource(RenderScript rs, Resources res, int id)
           
static Allocation Allocation.createFromBitmapResource(RenderScript rs, Resources res, int id, Allocation.MipmapControl mips, int usage)
           
static Allocation Allocation.createFromString(RenderScript rs, String str, int usage)
           
static Allocation Allocation.createSized(RenderScript rs, Element e, int count)
           
static Allocation Allocation.createSized(RenderScript rs, Element e, int count, int usage)
           
static Allocation Allocation.createTyped(RenderScript rs, Type type)
           
static Allocation Allocation.createTyped(RenderScript rs, Type type, Allocation.MipmapControl mips, int usage)
           
static Allocation Allocation.createTyped(RenderScript rs, Type type, int usage)
           
 Allocation Script.FieldBase.getAllocation()
           
 Allocation Mesh.getIndexSetAllocation(int slot)
           
 Allocation Mesh.getVertexAllocation(int slot)
           
 

Methods in android.renderscript with parameters of type Allocation
 Mesh.AllocationBuilder Mesh.AllocationBuilder.addIndexSetAllocation(Allocation a, Mesh.Primitive p)
           
 Mesh.AllocationBuilder Mesh.AllocationBuilder.addVertexAllocation(Allocation a)
           
 void Script.bindAllocation(Allocation va, int slot)
           
 void Program.bindConstants(Allocation a, int slot)
           
 void Program.bindTexture(Allocation va, int slot)
           
 void Allocation.copy1DRangeFrom(int off, int count, Allocation data, int dataOff)
           
 void Allocation.copy2DRangeFrom(int xoff, int yoff, int w, int h, Allocation data, int dataXoff, int dataYoff)
           
static AllocationAdapter AllocationAdapter.create1D(RenderScript rs, Allocation a)
           
static AllocationAdapter AllocationAdapter.create2D(RenderScript rs, Allocation a)
           
protected  void Script.forEach(int slot, Allocation ain, Allocation aout, FieldPacker v)
           
 



Copyright © 2008-2012. All Rights Reserved.