|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Allocation.MipmapControl | |
---|---|
android.renderscript |
Uses of Allocation.MipmapControl in android.renderscript |
---|
Methods in android.renderscript that return Allocation.MipmapControl | |
---|---|
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. |
Methods in android.renderscript with parameters of type Allocation.MipmapControl | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |