Lines Matching defs:indexBuffers
28 mHal.state.indexBuffers = nullptr;
45 mHal.state.indexBuffers = new Allocation *[mHal.state.indexBuffersCount];
50 mHal.state.indexBuffers[i] = nullptr;
69 delete[] mHal.state.indexBuffers;
97 if (mHal.state.indexBuffers[pCount]) {
99 mHal.state.indexBuffers[pCount]->serialize(rsc, stream);
128 ObjectBaseRef<Allocation> *indexBuffers = nullptr;
131 indexBuffers = new ObjectBaseRef<Allocation>[primitivesCount];
142 indexBuffers[pCount].set(indexAlloc);
153 mesh->setPrimitive(indexBuffers[pCount].get(), primitives[pCount], pCount);
161 delete[] indexBuffers;
184 if (mHal.state.indexBuffers[primIndex]) {
185 renderPrimitiveRange(rsc, primIndex, 0, mHal.state.indexBuffers[primIndex]->getType()->getDimX());
209 if (mHal.state.indexBuffers[ct]) {
210 rsc->mHal.funcs.allocation.markDirty(rsc, mHal.state.indexBuffers[ct]);