Home | History | Annotate | Download | only in renderscript

Lines Matching defs:Element

182             Element e;
245 * @param e element describing the vertex data layout
250 public Builder addVertexType(Element e, int size) throws IllegalStateException {
301 * @param e element describing the index set data layout
307 public Builder addIndexSetType(Element e, int size, Primitive p) {
317 Type newType(Element e, int size) {
520 Element mElement;
731 Element.Builder b = new Element.Builder(mRS);
733 b.add(Element.createVector(mRS,
734 Element.DataType.FLOAT_32,
738 b.add(Element.F32_4(mRS), "color");
742 b.add(Element.F32_2(mRS), "texture0");
746 b.add(Element.F32_3(mRS), "normal");
757 smb.addIndexSetType(Element.U16(mRS), mIndexCount, Primitive.TRIANGLE);