Home | History | Annotate | Download | only in samplecode

Lines Matching refs:fIndices

229     uint16_t*   fIndices;
233 Mesh::Mesh() : fPts(NULL), fCount(0), fIndices(NULL), fIndexCount(0) {}
237 delete[] fIndices;
242 delete[] fIndices;
253 delete[] fIndices;
255 fIndices = new uint16_t[fIndexCount];
256 memcpy(fIndices, src.fIndices, fIndexCount * sizeof(uint16_t));
274 delete[] fIndices;
276 fIndices = new uint16_t[fIndexCount];
284 uint16_t* idx = fIndices;
311 fPts, fTex, NULL, NULL, fIndices, fIndexCount,
317 fPts, NULL, NULL, NULL, fIndices, fIndexCount,