Home | History | Annotate | Download | only in renderscript

Lines Matching refs:Element

196             Element e;
264 * @param e element describing the vertex data layout
269 public Builder addVertexType(Element e, int size) throws IllegalStateException {
323 * @param e element describing the index set data layout
329 public Builder addIndexSetType(Element e, int size, Primitive p) {
339 Type newType(Element e, int size) {
369 throw new IllegalStateException("Builder corrupt, no valid element in entry.");
384 throw new IllegalStateException("Builder corrupt, no valid element in entry.");
561 Element mElement;
793 Element.Builder b = new Element.Builder(mRS);
794 b.add(Element.createVector(mRS,
795 Element.DataType.FLOAT_32,
798 b.add(Element.F32_4(mRS), "color");
801 b.add(Element.F32_2(mRS), "texture0");
804 b.add(Element.F32_3(mRS), "normal");
815 smb.addIndexSetType(Element.U16(mRS), mIndexCount, Primitive.TRIANGLE);