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)
Deprecated.
|
Allocation |
Mesh.getVertexAllocation(int slot)
Deprecated.
|