| Methods in android.renderscript with parameters of type Element |
Element.Builder |
Element.Builder.add(Element element,
String name)
|
Element.Builder |
Element.Builder.add(Element element,
String name,
int arraySize)
|
Mesh.Builder |
Mesh.Builder.addIndexSetType(Element e,
int size,
Mesh.Primitive p)
Deprecated. |
ProgramVertex.Builder |
ProgramVertex.Builder.addInput(Element e)
Deprecated. |
Mesh.Builder |
Mesh.Builder.addVertexType(Element e,
int size)
Deprecated. |
static Allocation |
Allocation.createSized(RenderScript rs,
Element e,
int count)
|
static Allocation |
Allocation.createSized(RenderScript rs,
Element e,
int count,
int usage)
|
boolean |
Element.isCompatible(Element e)
|
void |
Script.setVar(int index,
FieldPacker v,
Element e,
int[] dims)
|