| Package | Description |
|---|---|
| android.renderscript |
| Modifier and Type | Method and Description |
|---|---|
Element.DataType |
Element.getDataType() |
static Element.DataType |
Element.DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Element.DataType[] |
Element.DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Element |
Element.createPixel(RenderScript rs,
Element.DataType dt,
Element.DataKind dk) |
static Element |
Element.createVector(RenderScript rs,
Element.DataType dt,
int size) |
Copyright © 2008-2013. All Rights Reserved.