Lines Matching refs:Element
182 Element e;
250 public Builder addVertexType(Element e, int size) throws IllegalStateException { in addVertexType()
307 public Builder addIndexSetType(Element e, int size, Primitive p) { in addIndexSetType()
317 Type newType(Element e, int size) { in newType()
520 Element mElement;
731 Element.Builder b = new Element.Builder(mRS); in create()
733 b.add(Element.createVector(mRS, in create()
734 Element.DataType.FLOAT_32, in create()
738 b.add(Element.F32_4(mRS), "color"); in create()
742 b.add(Element.F32_2(mRS), "texture0"); in create()
746 b.add(Element.F32_3(mRS), "normal"); in create()
757 smb.addIndexSetType(Element.U16(mRS), mIndexCount, Primitive.TRIANGLE); in create()