Home | History | Annotate | Download | only in scene

Lines Matching defs:setupData

315             bindPos.setupData(Usage.CpuOnly,
328 bindNorm.setupData(Usage.CpuOnly,
339 bindTangents.setupData(Usage.CpuOnly,
594 allData.setupData(Usage.Static, 1, Format.UnsignedByte, dataBuf);
648 //vb.setupData(vb.usage, vb.components, vb.format, null);
906 vb.setupData(Usage.Dynamic, components, format, buf);
1116 newIdxBuf.setupData(oldIdxBuf.getUsage(),
1137 newVb.setupData(oldVb.getUsage(), oldVb.getNumComponents(), oldVb.getFormat(), buffer);