| Package | Description |
|---|---|
| android.renderscript |
| Modifier and Type | Method and Description |
|---|---|
static Allocation.MipmapControl |
Allocation.MipmapControl.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Allocation.MipmapControl[] |
Allocation.MipmapControl.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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,
Allocation.MipmapControl mips,
int usage) |
static Allocation |
Allocation.createFromBitmap(RenderScript rs,
Bitmap b,
Allocation.MipmapControl mips,
int usage) |
static Allocation |
Allocation.createFromBitmapResource(RenderScript rs,
Resources res,
int id,
Allocation.MipmapControl mips,
int usage) |
static Allocation |
Allocation.createTyped(RenderScript rs,
Type type,
Allocation.MipmapControl mips,
int usage) |
Copyright © 2008-2013. All Rights Reserved.