Home | History | Annotate | Download | only in optimize

Lines Matching refs:vb

135                 VertexBuffer vb = ent.getValue();
136 if (vb.getBufferType() == Type.Index)
142 Buffer b = VertexBuffer.createBuffer(vb.getFormat(),
143 vb.getNumComponents(),
146 VertexBuffer outVb = new VertexBuffer(vb.getBufferType());
147 outVb.setNormalized(vb.isNormalized());
148 outVb.setupData(vb.getUsage(), vb.getNumComponents(), vb.getFormat(), b);
195 VertexBuffer vb = ent.getValue();
196 if (vb.getBufferType() == Type.Index)
199 VertexBuffer outVb = out.getBuffer(vb.getBufferType());
207 vb.copyElement(vertIndicies[v], outVb, newIndices[v]);
223 VertexBuffer vb = ent.getValue();
224 if (vb.getBufferType() == Type.Index)
227 vb.compact(currentVertex);