Lines Matching refs:Element
52 public InternalBuilder addInput(Element e) throws IllegalStateException { in addInput()
123 Element.Builder b = new Element.Builder(rs); in getConstantInputType()
124 b.add(Element.MATRIX4X4(rs), "MV"); in getConstantInputType()
125 b.add(Element.MATRIX4X4(rs), "P"); in getConstantInputType()
126 b.add(Element.MATRIX4X4(rs), "TexMatrix"); in getConstantInputType()
127 b.add(Element.MATRIX4X4(rs), "MVP"); in getConstantInputType()
166 Element.Builder b = new Element.Builder(mRS); in create()
167 b.add(Element.F32_4(mRS), "position"); in create()
168 b.add(Element.F32_4(mRS), "color"); in create()
169 b.add(Element.F32_3(mRS), "normal"); in create()
170 b.add(Element.F32_2(mRS), "texture0"); in create()